samples: smp_svr: Move bluetooth tag to bt_tests
Move "bluetooth" tag and harness from the common section of the smp_svr sample.yaml file to "bluetooth" specific test cases. Signed-off-by: Andrej Butok <Andrey.Butok@nxp.com>
This commit is contained in:
parent
932e8708b1
commit
ae5609aef2
1 changed files with 4 additions and 2 deletions
|
|
@ -3,10 +3,10 @@ sample:
|
||||||
name: smp svr
|
name: smp svr
|
||||||
common:
|
common:
|
||||||
sysbuild: true
|
sysbuild: true
|
||||||
harness: bluetooth
|
|
||||||
tags: bluetooth
|
|
||||||
tests:
|
tests:
|
||||||
sample.mcumgr.smp_svr.bt:
|
sample.mcumgr.smp_svr.bt:
|
||||||
|
harness: bluetooth
|
||||||
|
tags: bluetooth
|
||||||
extra_args: EXTRA_CONF_FILE="overlay-bt.conf"
|
extra_args: EXTRA_CONF_FILE="overlay-bt.conf"
|
||||||
platform_allow:
|
platform_allow:
|
||||||
- nrf52dk/nrf52832
|
- nrf52dk/nrf52832
|
||||||
|
|
@ -17,6 +17,8 @@ tests:
|
||||||
- nrf52dk/nrf52832
|
- nrf52dk/nrf52832
|
||||||
- nrf52840dk/nrf52840
|
- nrf52840dk/nrf52840
|
||||||
sample.mcumgr.smp_svr.bt_static_svc:
|
sample.mcumgr.smp_svr.bt_static_svc:
|
||||||
|
harness: bluetooth
|
||||||
|
tags: bluetooth
|
||||||
extra_args: EXTRA_CONF_FILE="overlay-bt.conf"
|
extra_args: EXTRA_CONF_FILE="overlay-bt.conf"
|
||||||
extra_configs:
|
extra_configs:
|
||||||
- CONFIG_MCUMGR_TRANSPORT_BT_DYNAMIC_SVC_REGISTRATION=n
|
- CONFIG_MCUMGR_TRANSPORT_BT_DYNAMIC_SVC_REGISTRATION=n
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue