4242 EDTT_PATH : ../tools/edtt
4343 bsim_bt_52_test_results_file : ./bsim_bt/52_bsim_results.xml
4444 bsim_bt_53_test_results_file : ./bsim_bt/53_bsim_results.xml
45+ bsim_bt_53split_test_results_file : ./bsim_bt/53_bsim_split_results.xml
4546 bsim_net_52_test_results_file : ./bsim_net/52_bsim_results.xml
4647 steps :
4748 - name : Apply container owner mismatch workaround
@@ -134,15 +135,25 @@ jobs:
134135 if : steps.check-bluetooth-files.outputs.any_changed == 'true' || steps.check-common-files.outputs.any_changed == 'true'
135136 run : |
136137 export ZEPHYR_BASE=${PWD}
137- WORK_DIR=${ZEPHYR_BASE}/bsim_bt nice tests/bsim/bluetooth/compile.sh
138+ export WORK_DIR=${ZEPHYR_BASE}/bsim_bt
139+ # Build and run the BT tests for nrf52_bsim:
140+ nice tests/bsim/bluetooth/compile.sh
138141 RESULTS_FILE=${ZEPHYR_BASE}/${bsim_bt_52_test_results_file} \
139- SEARCH_PATH =tests/bsim/bluetooth/ tests/bsim/run_parallel.sh
140- # Run the BT controller tests also for the nrf5340
142+ TESTS_FILE =tests/bsim/bluetooth/tests.nrf52bsim.txt tests/bsim/run_parallel.sh
143+ # Build and run the BT controller tests also for the nrf5340bsim_nrf5340_cpunet
141144 BOARD=nrf5340bsim_nrf5340_cpunet \
142- WORK_DIR=${ZEPHYR_BASE}/bsim_bt nice tests/bsim/bluetooth/ll/ compile.sh
145+ nice tests/bsim/bluetooth/compile.nrf5340bsim_nrf5340_cpunet .sh
143146 BOARD=nrf5340bsim_nrf5340_cpunet \
144147 RESULTS_FILE=${ZEPHYR_BASE}/${bsim_bt_53_test_results_file} \
145- SEARCH_PATH=tests/bsim/bluetooth/ll/ tests/bsim/run_parallel.sh
148+ TESTS_FILE=tests/bsim/bluetooth/tests.nrf5340bsim_nrf5340_cpunet.txt \
149+ tests/bsim/run_parallel.sh
150+ # Build and run the nrf5340 split stack tests set
151+ BOARD=nrf5340bsim_nrf5340_cpuapp \
152+ nice tests/bsim/bluetooth/compile.nrf5340bsim_nrf5340_cpuapp.sh
153+ BOARD=nrf5340bsim_nrf5340_cpuapp \
154+ RESULTS_FILE=${ZEPHYR_BASE}/${bsim_bt_53split_test_results_file} \
155+ TESTS_FILE=tests/bsim/bluetooth/tests.nrf5340bsim_nrf5340_cpuapp.txt \
156+ tests/bsim/run_parallel.sh
146157
147158 - name : Run Networking Tests with BSIM
148159 if : steps.check-networking-files.outputs.any_changed == 'true' || steps.check-common-files.outputs.any_changed == 'true'
@@ -160,6 +171,7 @@ jobs:
160171 path : |
161172 ./bsim_bt/52_bsim_results.xml
162173 ./bsim_bt/53_bsim_results.xml
174+ ./bsim_bt/53_bsim_split_results.xml
163175 ./bsim_net/52_bsim_results.xml
164176 ${{ github.event_path }}
165177 if-no-files-found : warn
0 commit comments