forked from nrfconnect/sdk-sidewalk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest_config.yaml
More file actions
36 lines (31 loc) · 716 Bytes
/
test_config.yaml
File metadata and controls
36 lines (31 loc) · 716 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
platforms:
override_default_platforms: false
increased_platform_scope: false
levels:
- name: samples
description: >
Prepare samples.
adds:
- sample.sidewalk.*
- sidewalk.test.simple_bootloader
- name: unit
description: >
Check units in isolation.
adds:
- sidewalk.test.unit.*
- name: integration
description: >
Verify implementation of PAL on target
adds:
- sidewalk.test.integration.*
- name: Github_tests
description: >
set of tests run on GitHub
inherits:
- unit
- integration
- name: bugs
description: >
Test known issues and bug scenarios.
adds:
- sidewalk.test.acceptance.bugs.*