zephyr/tests/bluetooth/bsim_bt
Andries Kruithof ed85577a22 Bluetooth: controller: Increase timeout for babblesim
The timeout for testing advertisement extensions in babblesim
was set to 30 seconds. Depending on the hardware used for
testing this may be too low. Increased to 120 seconds

Signed-off-by: Andries Kruithof <Andries.Kruithof@nordicsemi.no>
2020-06-29 09:27:09 +02:00
..
bsim_test_advx Bluetooth: controller: Increase timeout for babblesim 2020-06-29 09:27:09 +02:00
bsim_test_app zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
edtt_ble_test_app zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
README.txt
compile.sh tests: Bluetooth: bsim_test: Include advx testing in CI 2020-06-12 15:50:34 +02:00
run_parallel.sh

README.txt

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

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