Skip to content

Commit ff7440f

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 876dc4b commit ff7440f

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
@@ -13,8 +15,6 @@ tests:
1315
- qemu_cortex_m3
1416
- nrf52840dk/nrf52840
1517
sample.bluetooth.observer.extended:
16-
harness: bluetooth
17-
tags: bluetooth
1818
extra_args:
1919
- CONF_FILE="prj_extended.conf"
2020
platform_allow:
@@ -23,8 +23,6 @@ tests:
2323
integration_platforms:
2424
- qemu_cortex_m3
2525
sample.bluetooth.observer.extended.bt_ll_sw_split:
26-
harness: bluetooth
27-
tags: bluetooth
2826
extra_args:
2927
- CONF_FILE="prj_extended.conf"
3028
- EXTRA_CONF_FILE="overlay-bt_ll_sw_split.conf"
@@ -33,8 +31,6 @@ tests:
3331
integration_platforms:
3432
- nrf52840dk/nrf52840
3533
sample.bluetooth.observer.extended.bbc_microbit.bt_ll_sw_split:
36-
harness: bluetooth
37-
tags: bluetooth
3834
extra_args:
3935
- CONF_FILE="prj_extended.conf"
4036
- EXTRA_CONF_FILE="debug.conf;overlay_bbc_microbit-bt_ll_sw_split.conf"

0 commit comments

Comments
 (0)