Skip to content

Commit

Permalink
tests: bsim: bluetooth: host: enable on nrf5340bsim/nrf5340/cpunet
Browse files Browse the repository at this point in the history
Some bluetooth host tests can be run on nrf5340bsim/nrf5340/cpunet.
This commit enables building and running these tests.

Signed-off-by: Artur Dobrynin <[email protected]>
  • Loading branch information
ardo-nordic authored and kartben committed Dec 7, 2024
1 parent 9cae99c commit cdec82e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/bsim/bluetooth/compile.nrf5340bsim_nrf5340_cpunet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ export BOARD="${BOARD:-nrf5340bsim/nrf5340/cpunet}"
source ${ZEPHYR_BASE}/tests/bsim/sh_common.source

${ZEPHYR_BASE}/tests/bsim/bluetooth/ll/compile.sh
${ZEPHYR_BASE}/tests/bsim/bluetooth/host/compile.sh

wait_for_background_jobs
12 changes: 12 additions & 0 deletions tests/bsim/bluetooth/tests.nrf5340bsim_nrf5340_cpunet.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,15 @@
# built in the net core)
# This file is used in CI to select which tests are run
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

0 comments on commit cdec82e

Please sign in to comment.