File tree Expand file tree Collapse file tree 5 files changed +4
-29
lines changed Expand file tree Collapse file tree 5 files changed +4
-29
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,5 @@ export BOARD="${BOARD:-nrf5340bsim/nrf5340/cpunet}"
1313source ${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
1716
1817wait_for_background_jobs
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
1717# the rest to save a couple of seconds.
1818run_in_background ${ZEPHYR_BASE} /tests/bsim/bluetooth/audio/compile.sh
1919${ZEPHYR_BASE} /tests/bsim/bluetooth/audio_samples/compile.sh
20- ${ZEPHYR_BASE} /tests/bsim/bluetooth/host/compile.sh
2120${ZEPHYR_BASE} /tests/bsim/bluetooth/ll/compile.sh
2221${ZEPHYR_BASE} /tests/bsim/bluetooth/mesh/compile.sh
2322${ZEPHYR_BASE} /tests/bsim/bluetooth/samples/compile.sh
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 22# built in the net core)
33# This file is used in CI to select which tests are run
44tests/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
Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ RESULTS_FILE=${ZEPHYR_BASE}/bsim_out/bsim_results.bt.52.xml \
1919TESTS_FILE=tests/bsim/bluetooth/tests.nrf52bsim.txt \
2020tests/bsim/run_parallel.sh
2121
22+ west twister -T ${ZEPHYR_BASE} /tests/bsim/bluetooth/host/ -p nrf52_bsim/native
23+
2224# nrf5340bsim/nrf5340/cpunet set:
2325nice tests/bsim/bluetooth/compile.nrf5340bsim_nrf5340_cpunet.sh
2426
@@ -27,6 +29,8 @@ RESULTS_FILE=${ZEPHYR_BASE}/bsim_out/bsim_results.bt.53_cpunet.xml \
2729TESTS_FILE=tests/bsim/bluetooth/tests.nrf5340bsim_nrf5340_cpunet.txt \
2830tests/bsim/run_parallel.sh
2931
32+ west twister -T ${ZEPHYR_BASE} /tests/bsim/bluetooth/host/ -p nrf5340bsim/nrf5340/cpunet
33+
3034# nrf5340 split stack set:
3135nice tests/bsim/bluetooth/compile.nrf5340bsim_nrf5340_cpuapp.sh
3236
You can’t perform that action at this time.
0 commit comments