zephyr/tests/bsim
Emil Gydesen 7efc99b9ab tests: Bluetooth: Add MCC BSIM reconnection
Add reconnection to the MCC BSIM test.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
2023-04-07 11:29:54 +02:00
..
bluetooth tests: Bluetooth: Add MCC BSIM reconnection 2023-04-07 11:29:54 +02:00
net tests bsim/net: Add simple echo test over OpenThread 2023-03-22 14:09:03 +01:00
README.txt
compile.sh tests bsim/net: Add simple echo test over 802.15.4 2023-03-22 14:09:03 +01:00
compile.source
run_parallel.sh bsim tests: run_parallel: Allow providing tests explicitly 2023-04-05 16:46:11 +02:00
sh_common.source

README.txt

This folder contains tests meant to be run with BabbleSim's physical layer
simulation, and therefore cannot be run directly from twister

The compile.sh and run_parallel.sh scripts are used by the CI system to build
the needed images and execute these tests in batch.

You can also run them manually if desired, but be sure to call them setting
the variables they expect. For example, from Zephyr's root folder, you can run:

WORK_DIR=${ZEPHYR_BASE}/bsim_out tests/bsim/compile.sh
RESULTS_FILE=${ZEPHYR_BASE}/myresults.xml SEARCH_PATH=tests/bsim tests/bsim/run_parallel.sh

Or to run only a specific subset, e.g. host advertising tests:
WORK_DIR=${ZEPHYR_BASE}/bsim_out tests/bsim/bluetooth/host/compile.sh
RESULTS_FILE=${ZEPHYR_BASE}/myresults.xml SEARCH_PATH=tests/bsim/bluetooth/host/adv tests/bsim/run_parallel.sh