@@ -22,69 +22,77 @@ tests:
22
22
- CONFIG_SID_END_DEVICE_PERSISTENT_LINK_MASK=y
23
23
- CONFIG_SIDEWALK_FILE_TRANSFER=y
24
24
- CONFIG_SIDEWALK_APPLICATION_NAME="hello"
25
- tags : Sidewalk hello
26
-
25
+ tags :
26
+ - Sidewalk
27
+ - hello
27
28
sample.sidewalk.hello.release :
28
- extra_args :
29
- FILE_SUFFIX=release
29
+ extra_args : FILE_SUFFIX=release
30
30
extra_configs :
31
31
- CONFIG_SID_END_DEVICE_PERSISTENT_LINK_MASK=y
32
32
- CONFIG_SIDEWALK_APPLICATION_NAME="hello.release"
33
- tags : Sidewalk hello
34
-
33
+ tags :
34
+ - Sidewalk
35
+ - hello
35
36
sample.sidewalk.hello.ble_only :
36
37
extra_configs :
37
38
- CONFIG_SIDEWALK_SUBGHZ_SUPPORT=n
38
39
- CONFIG_SIDEWALK_APPLICATION_NAME="hello.ble_only"
39
- tags : Sidewalk hello BLE
40
-
40
+ tags :
41
+ - Sidewalk
42
+ - hello
43
+ - BLE
41
44
sample.sidewalk.hello.ble_only.release :
42
- extra_args :
43
- FILE_SUFFIX=release
45
+ extra_args : FILE_SUFFIX=release
44
46
extra_configs :
45
47
- CONFIG_SIDEWALK_SUBGHZ_SUPPORT=n
46
48
- CONFIG_SIDEWALK_APPLICATION_NAME="hello.ble_only.release"
47
- tags : Sidewalk hello BLE
48
-
49
+ tags :
50
+ - Sidewalk
51
+ - hello
52
+ - BLE
49
53
sample.sidewalk.demo :
50
- extra_args :
51
- OVERLAY_CONFIG="overlay-demo.conf"
54
+ extra_args : OVERLAY_CONFIG="overlay-demo.conf"
52
55
extra_configs :
53
56
- CONFIG_SID_END_DEVICE_PERSISTENT_LINK_MASK=y
54
57
- CONFIG_SIDEWALK_APPLICATION_NAME="demo"
55
- tags : Sidewalk demo
56
-
58
+ tags :
59
+ - Sidewalk
60
+ - demo
57
61
sample.sidewalk.demo.ble_only :
58
62
platform_allow :
59
63
- thingy53/nrf5340/cpuapp
60
- extra_args :
61
- OVERLAY_CONFIG="overlay-demo.conf"
64
+ extra_args : OVERLAY_CONFIG="overlay-demo.conf"
62
65
extra_configs :
63
66
- CONFIG_SIDEWALK_SUBGHZ_SUPPORT=n
64
67
- CONFIG_SIDEWALK_APPLICATION_NAME="demo.ble_only"
65
68
integration_platforms :
66
69
- thingy53/nrf5340/cpuapp
67
- tags : Sidewalk demo BLE
68
-
70
+ tags :
71
+ - Sidewalk
72
+ - demo
73
+ - BLE
69
74
sample.sidewalk.dut :
70
- extra_args :
71
- OVERLAY_CONFIG="overlay-dut.conf"
75
+ extra_args : OVERLAY_CONFIG="overlay-dut.conf"
72
76
extra_configs :
73
77
- CONFIG_SIDEWALK_APPLICATION_NAME="dut"
74
- tags : Sidewalk cli
75
-
78
+ tags :
79
+ - Sidewalk
80
+ - cli
76
81
sample.sidewalk.dut.ble_only :
77
- extra_args :
78
- OVERLAY_CONFIG="overlay-dut.conf"
82
+ extra_args : OVERLAY_CONFIG="overlay-dut.conf"
79
83
extra_configs :
80
84
- CONFIG_SIDEWALK_SUBGHZ_SUPPORT=n
81
85
- CONFIG_SIDEWALK_APPLICATION_NAME="dut.ble_only"
82
- tags : Sidewalk cli BLE
83
-
86
+ tags :
87
+ - Sidewalk
88
+ - cli
89
+ - BLE
84
90
sample.sidewalk.dut.no_secure :
85
- extra_args :
86
- OVERLAY_CONFIG="overlay-dut.conf"
91
+ extra_args : OVERLAY_CONFIG="overlay-dut.conf"
87
92
extra_configs :
88
93
- CONFIG_SIDEWALK_CRYPTO_PSA_KEY_STORAGE=n
89
94
- CONFIG_SIDEWALK_APPLICATION_NAME="dut.no_secure"
90
- tags : Sidewalk cli no_secure
95
+ tags :
96
+ - Sidewalk
97
+ - cli
98
+ - no_secure
0 commit comments