zephyr/tests/bluetooth/bsim
Pavel Vasilyev 316d7fcd57 tests: Bluetooth: Mesh: Test Node Composition refresh with settings
Test Node Composition Refresh procedure with persistence settings.

Signed-off-by: Pavel Vasilyev <pavel.vasilyev@nordicsemi.no>
2023-03-06 13:52:15 +01:00
..
audio tests: Bluetooth: Audio: Add start stream to unicast tests 2023-03-03 11:00:48 +01:00
host samples and tests: Use non-environmental zephyr base variable 2023-03-03 10:49:10 +01:00
ll samples and tests: Add REQUIRED to Zephyr find_package call 2023-03-02 09:58:27 +01:00
mesh tests: Bluetooth: Mesh: Test Node Composition refresh with settings 2023-03-06 13:52:15 +01:00
_compile_permutate_kconfigs.sh
compile.sh
compile.source
README.txt
run_parallel.sh

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_bt_out tests/bluetooth/bsim/compile.sh
RESULTS_FILE=${ZEPHYR_BASE}/myresults.xml SEARCH_PATH=tests/bluetooth/bsim tests/bluetooth/bsim/run_parallel.sh

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