zephyr/tests/bluetooth/bsim_bt
Joakim Andersson b5c02d0649 Bluetooth: EDTT: Remove ncmd and opcode from EDTT command response
Encode all types of EDTT command response with similar structure to how
it is generated from command complete when it is generated from the
command status.
This structure will be:
2 byte EDTT command response code
2 byte EDTT length field
1 byte HCI status
N bytes of command output parameters

Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
2020-02-17 19:03:12 +02:00
..
bsim_test_app Bluetooth: tests: Add privacy configuration for test basic_conn_encrypt 2020-02-05 14:33:21 +02:00
edtt_ble_test_app Bluetooth: EDTT: Remove ncmd and opcode from EDTT command response 2020-02-17 19:03:12 +02:00
README.txt
compile.sh Bluetooth: tests: Add privacy configuration for test basic_conn_encrypt 2020-02-05 14:33:21 +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