Skip to content

Commit 9320c14

Browse files
committed
tests: Bluetooth: Bsim tests: expand README a bit
Expand a bit the README file to cover the compile.sh and run_parallel.sh scripts, in case users would like to use them locally, to guide them a bit. Signed-off-by: Alberto Escolar Piedras <[email protected]>
1 parent 91fe1d9 commit 9320c14

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

tests/bluetooth/bsim_bt/README.txt

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,11 @@
11
This folder contains tests meant to be run with BabbleSim's physical layer
2-
simulation, and therefore cannot be run directly from sanitycheck
2+
simulation, and therefore cannot be run directly from sanitycheck
3+
4+
The compile.sh and run_parallel.sh scripts are used by the CI system to build
5+
the needed images and execute these tests in batch.
6+
7+
You can also run them manually if desired, but be sure to call them setting
8+
the variables they expect. For example, from Zephyr's root folder, you can run:
9+
10+
WORK_DIR=${ZEPHYR_BASE}/bsim_bt_out tests/bluetooth/bsim_bt/compile.sh
11+
RESULTS_FILE=${ZEPHYR_BASE}/myresults.xml SEARCH_PATH=tests/bluetooth/bsim_bt/bsim_test_app/tests_scripts tests/bluetooth/bsim_bt/run_parallel.sh

0 commit comments

Comments
 (0)