Skip to content

Commit b1c0ab2

Browse files
committed
samples: Bluetooth: Move harness and tags to common section
Move harness and tags to common section for observer and broadcaster_multiple samples. Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
1 parent 394c10b commit b1c0ab2

File tree

2 files changed

+9
-13
lines changed

2 files changed

+9
-13
lines changed

samples/bluetooth/broadcaster_multiple/sample.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
sample:
22
name: Bluetooth Multiple Extended Advertising Broadcaster
3+
common:
4+
harness: bluetooth
5+
tags:
6+
- bluetooth
37
tests:
48
sample.bluetooth.broadcaster_multiple:
5-
harness: bluetooth
6-
tags: bluetooth
79
platform_allow:
810
- qemu_cortex_m3
911
- qemu_x86
1012
integration_platforms:
1113
- qemu_cortex_m3
1214
sample.bluetooth.broadcaster_multiple.bt_ll_sw_split:
13-
harness: bluetooth
14-
tags: bluetooth
1515
extra_args:
1616
- EXTRA_CONF_FILE=overlay-bt_ll_sw_split.conf
1717
platform_allow:

samples/bluetooth/observer/sample.yaml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
sample:
2-
name: observer
2+
name: Bluetooth Observer
3+
common:
4+
harness: bluetooth
5+
tags:
6+
- bluetooth
37
tests:
48
sample.bluetooth.observer:
5-
harness: bluetooth
6-
tags: bluetooth
79
platform_allow:
810
- qemu_cortex_m3
911
- qemu_x86
@@ -12,8 +14,6 @@ tests:
1214
- qemu_cortex_m3
1315
- nrf52840dk/nrf52840
1416
sample.bluetooth.observer.extended:
15-
harness: bluetooth
16-
tags: bluetooth
1717
extra_args:
1818
- CONF_FILE="prj_extended.conf"
1919
platform_allow:
@@ -22,8 +22,6 @@ tests:
2222
integration_platforms:
2323
- qemu_cortex_m3
2424
sample.bluetooth.observer.extended.bt_ll_sw_split:
25-
harness: bluetooth
26-
tags: bluetooth
2725
extra_args:
2826
- CONF_FILE="prj_extended.conf"
2927
- EXTRA_CONF_FILE="overlay-bt_ll_sw_split.conf"
@@ -32,8 +30,6 @@ tests:
3230
integration_platforms:
3331
- nrf52840dk/nrf52840
3432
sample.bluetooth.observer.extended.bbc_microbit.bt_ll_sw_split:
35-
harness: bluetooth
36-
tags: bluetooth
3733
extra_args:
3834
- CONF_FILE="prj_extended.conf"
3935
- EXTRA_CONF_FILE="debug.conf;overlay_bbc_microbit-bt_ll_sw_split.conf"

0 commit comments

Comments
 (0)