Skip to content

Commit cdec82e

Browse files
ardo-nordickartben
authored andcommitted
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>
1 parent 9cae99c commit cdec82e

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

tests/bsim/bluetooth/compile.nrf5340bsim_nrf5340_cpunet.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ export BOARD="${BOARD:-nrf5340bsim/nrf5340/cpunet}"
1313
source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
1414

1515
${ZEPHYR_BASE}/tests/bsim/bluetooth/ll/compile.sh
16+
${ZEPHYR_BASE}/tests/bsim/bluetooth/host/compile.sh
1617

1718
wait_for_background_jobs

tests/bsim/bluetooth/tests.nrf5340bsim_nrf5340_cpunet.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,15 @@
22
# built in the net core)
33
# This file is used in CI to select which tests are run
44
tests/bsim/bluetooth/ll/
5+
tests/bsim/bluetooth/host/att/eatt_notif
6+
tests/bsim/bluetooth/host/misc/disable
7+
tests/bsim/bluetooth/host/misc/unregister_conn_cb
8+
tests/bsim/bluetooth/host/adv/periodic
9+
tests/bsim/bluetooth/host/adv/extended
10+
tests/bsim/bluetooth/host/adv/chain
11+
tests/bsim/bluetooth/host/l2cap/send_on_connect
12+
tests/bsim/bluetooth/host/central
13+
tests/bsim/bluetooth/host/privacy/central
14+
tests/bsim/bluetooth/host/gatt/authorization
15+
tests/bsim/bluetooth/host/gatt/general
16+
tests/bsim/bluetooth/host/gatt/caching

0 commit comments

Comments
 (0)