zephyr/tests/bluetooth/bsim_bt/bsim_test_app/README.txt
Alberto Escolar Piedras 3983ccf583 tests: Add new BabbleSim based BT test
Test which depends on the nrf52_bsim board.
It is based on the central_hr sample application.
The testcase is considered passed, if during the first 5 seconds
after boot, it manages to find and connect to a
peripheral and a notification is received from it.
Otherwise, the testcase fails.
Note that the executable return code will reflect the status of the
test:
0: Testcase passed
1: Testcase was stopped while in progress
2: Testcase failed
anything else: A failure not from the testcase itself

Signed-off-by: Alberto Escolar Piedras <alpi@oticon.com>
2018-11-13 11:14:19 -05:00

6 lines
226 B
Plaintext

Zephyr test application which uses the simulated boards test hooks.
Can be compiled targeting the *_bsim boards.
This application will, based on the command line arguments, select one of
testcases which are compiled with it.