tests: bsim: bluetooth: host: enable on nrf5340bsim/nrf5340/cpunet
Some bluetooth host tests can be run on nrf5340bsim/nrf5340/cpunet. This commit enables building and running these tests. Signed-off-by: Artur Dobrynin <artur.dobrynin@nordicsemi.no>
This commit is contained in:
parent
9cae99c1d2
commit
cdec82e103
2 changed files with 13 additions and 0 deletions
|
@ -13,5 +13,6 @@ export BOARD="${BOARD:-nrf5340bsim/nrf5340/cpunet}"
|
||||||
source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|
source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|
||||||
|
|
||||||
${ZEPHYR_BASE}/tests/bsim/bluetooth/ll/compile.sh
|
${ZEPHYR_BASE}/tests/bsim/bluetooth/ll/compile.sh
|
||||||
|
${ZEPHYR_BASE}/tests/bsim/bluetooth/host/compile.sh
|
||||||
|
|
||||||
wait_for_background_jobs
|
wait_for_background_jobs
|
||||||
|
|
|
@ -2,3 +2,15 @@
|
||||||
# built in the net core)
|
# built in the net core)
|
||||||
# This file is used in CI to select which tests are run
|
# This file is used in CI to select which tests are run
|
||||||
tests/bsim/bluetooth/ll/
|
tests/bsim/bluetooth/ll/
|
||||||
|
tests/bsim/bluetooth/host/att/eatt_notif
|
||||||
|
tests/bsim/bluetooth/host/misc/disable
|
||||||
|
tests/bsim/bluetooth/host/misc/unregister_conn_cb
|
||||||
|
tests/bsim/bluetooth/host/adv/periodic
|
||||||
|
tests/bsim/bluetooth/host/adv/extended
|
||||||
|
tests/bsim/bluetooth/host/adv/chain
|
||||||
|
tests/bsim/bluetooth/host/l2cap/send_on_connect
|
||||||
|
tests/bsim/bluetooth/host/central
|
||||||
|
tests/bsim/bluetooth/host/privacy/central
|
||||||
|
tests/bsim/bluetooth/host/gatt/authorization
|
||||||
|
tests/bsim/bluetooth/host/gatt/general
|
||||||
|
tests/bsim/bluetooth/host/gatt/caching
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue