/Zephyr-latest/tests/bsim/bluetooth/ll/conn/src/ |
D | main.c | 9 extern struct bst_test_list *test_empty_install(struct bst_test_list *tests); 10 extern struct bst_test_list *test_connect1_install(struct bst_test_list *tests); 11 extern struct bst_test_list *test_connect2_install(struct bst_test_list *tests);
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/disable/src/ |
D | main.c | 9 extern struct bst_test_list *test_main_disable_install(struct bst_test_list *tests); 10 extern struct bst_test_list *test_gatt_server_install(struct bst_test_list *tests); 11 extern struct bst_test_list *test_gatt_client_install(struct bst_test_list *tests);
|
/Zephyr-latest/tests/bsim/ |
D | compile.sh | 12 source ${ZEPHYR_BASE}/tests/bsim/sh_common.source 14 run_in_background ${ZEPHYR_BASE}/tests/bsim/bluetooth/compile.sh 15 run_in_background ${ZEPHYR_BASE}/tests/bsim/net/compile.sh
|
D | ci.net.sh | 14 WORK_DIR=${ZEPHYR_BASE}/bsim_net nice tests/bsim/net/compile.sh 16 SEARCH_PATH=tests/bsim/net/ tests/bsim/run_parallel.sh
|
/Zephyr-latest/tests/bsim/bluetooth/audio_samples/cap/ |
D | compile.sh | 10 source ${ZEPHYR_BASE}/tests/bsim/compile.source 13 app=tests/bsim/bluetooth/audio_samples/cap/initiator \ 19 app=tests/bsim/bluetooth/audio_samples/cap/acceptor \ 25 app=tests/bsim/bluetooth/audio_samples/cap/initiator \ 30 app=tests/bsim/bluetooth/audio_samples/cap/acceptor \ 36 app=tests/bsim/bluetooth/audio_samples/cap/initiator \ 42 app=tests/bsim/bluetooth/audio_samples/cap/acceptor \ 48 app=tests/bsim/bluetooth/audio_samples/cap/initiator \ 53 app=tests/bsim/bluetooth/audio_samples/cap/acceptor \
|
/Zephyr-latest/tests/bsim/bluetooth/audio/src/ |
D | mcs_test.c | 72 struct bst_test_list *test_mcs_install(struct bst_test_list *tests) in test_mcs_install() argument 74 return bst_add_tests(tests, test_mcs); in test_mcs_install() 79 struct bst_test_list *test_mcs_install(struct bst_test_list *tests) in test_mcs_install() argument 81 return tests; in test_mcs_install()
|
D | tmap_server_test.c | 93 struct bst_test_list *test_tmap_server_install(struct bst_test_list *tests) in test_tmap_server_install() argument 95 return bst_add_tests(tests, test_tmas); in test_tmap_server_install() 98 struct bst_test_list *test_tmap_server_install(struct bst_test_list *tests) in test_tmap_server_install() argument 100 return tests; in test_tmap_server_install()
|
/Zephyr-latest/tests/bsim/bluetooth/ |
D | compile.nrf5340bsim_nrf5340_cpunet.sh | 13 source ${ZEPHYR_BASE}/tests/bsim/sh_common.source 15 ${ZEPHYR_BASE}/tests/bsim/bluetooth/ll/compile.sh 16 ${ZEPHYR_BASE}/tests/bsim/bluetooth/host/compile.sh
|
D | compile.nrf54l15bsim_nrf54l15_cpuapp.sh | 14 source ${ZEPHYR_BASE}/tests/bsim/compile.source 16 app=tests/bsim/bluetooth/ll/multiple_id compile 18 run_in_background ${ZEPHYR_BASE}/tests/bsim/bluetooth/samples/compile.sh
|
D | tests.nrf52bsim.txt | 1 # Search paths(s) for tests which will be run in the nrf52bsim 2 # This file is used in CI to select which tests are run 3 tests/bsim/bluetooth/
|
/Zephyr-latest/tests/bsim/bluetooth/samples/ |
D | compile.sh | 13 source ${ZEPHYR_BASE}/tests/bsim/compile.source 18 app=tests/bsim/bluetooth/samples/central_hr_peripheral_hr \ 26 app=tests/bsim/bluetooth/samples/central_hr_peripheral_hr \ 35 app=tests/bsim/bluetooth/samples/central_hr_peripheral_hr \ 41 app=tests/bsim/bluetooth/samples/battery_service \
|
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/ |
D | README.txt | 4 This is the embedded side of the BLE conformance tests which are part of the 15 tests to switch between theses. 17 The first application is used for LL and HCI conformance tests of the 19 The second application for GATT tests. 43 To run these sets of tests you need to compile both of these applications as any 48 To run the tests you can either run one of the provided scripts, or run by 56 WORK_DIR=${ZEPHYR_BASE}/bsim_out tests/bsim/bluetooth/ll/compile.sh 58 #run all tests 59 RESULTS_FILE=${ZEPHYR_BASE}/banana.xml SEARCH_PATH=tests/bsim/bluetooth/ll/edtt/ tests/bsim/run_par… 62 tests/bsim/bluetooth/ll/edtt/tests_scripts/hci.sh
|
/Zephyr-latest/tests/bsim/bluetooth/audio_samples/cap/acceptor/src/ |
D | cap_acceptor_sample_test.c | 96 struct bst_test_list *test_cap_acceptor_sample_install(struct bst_test_list *tests) in test_cap_acceptor_sample_install() argument 98 tests = bst_add_tests(tests, test_sample); in test_cap_acceptor_sample_install() 99 return tests; in test_cap_acceptor_sample_install()
|
/Zephyr-latest/tests/bsim/bluetooth/audio_samples/cap/initiator/src/ |
D | cap_initiator_sample_test.c | 95 struct bst_test_list *test_cap_initiator_sample_install(struct bst_test_list *tests) in test_cap_initiator_sample_install() argument 97 tests = bst_add_tests(tests, test_sample); in test_cap_initiator_sample_install() 98 return tests; in test_cap_initiator_sample_install()
|
/Zephyr-latest/tests/bsim/net/sockets/echo_test/src/ |
D | echo_test.c | 87 struct bst_test_list *test_echo_client_install(struct bst_test_list *tests) in test_echo_client_install() argument 89 tests = bst_add_tests(tests, test_echo_client); in test_echo_client_install() 90 return tests; in test_echo_client_install()
|
/Zephyr-latest/scripts/tests/twister/ |
D | README.md | 3 Running the tests require the environment variable ZEPHYR_BASE to be set. 5 Twister Testsuite are located in $ZEPHYR_BASE/scripts/tests directory with all the data files in $Z… 20 pytest $ZEPHYR_BASE/scripts/tests/twister 25 The coverage for all the tests can be run using the command below. This will collect all the tests … 28 coverage run -m pytest $ZEPHYR_BASE/scripts/tests/twister/ 49 If needed,the full coverage html report can be generated in every run of "pytest" in the tests dire… 51 ## Organization of tests
|
/Zephyr-latest/tests/bluetooth/host/conn/ |
D | CMakeLists.txt | 10 ${ZEPHYR_BASE}/tests/bluetooth/host/conn 11 ${ZEPHYR_BASE}/tests/bluetooth/host/conn/mocks/zephyr/include 14 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host host_mocks) 15 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host/conn/mocks mocks)
|
/Zephyr-latest/tests/bsim/bluetooth/audio/ |
D | compile.sh | 11 source ${ZEPHYR_BASE}/tests/bsim/compile.source 14 app=tests/bsim/bluetooth/audio exe_name=bs_${BOARD_TS}_${app}_prj_conf \ 17 app=tests/bsim/bluetooth/audio conf_overlay=overlay-bt_ll_sw_split.conf \
|
/Zephyr-latest/tests/bsim/net/ |
D | compile.sh | 12 source ${ZEPHYR_BASE}/tests/bsim/compile.source 15 app=tests/bsim/net/sockets/echo_test conf_overlay=overlay-802154.conf compile 18 app=tests/bsim/net/sockets/echo_test conf_overlay=overlay-ot.conf compile
|
/Zephyr-latest/scripts/west_commands/ |
D | README.txt | 10 When extending this code, please keep the unit tests (in tests/) up to 13 To run these tests locally on Windows, run: 21 Note that these tests are run as part of Zephyr's CI when submitting 22 an upstream pull request, and pull requests which break the tests
|
/Zephyr-latest/tests/bsim/bluetooth/hci_uart/ |
D | compile.sh | 11 source ${ZEPHYR_BASE}/tests/bsim/compile.source 13 app=tests/bsim/bluetooth/ll/conn conf_file=prj_split_hci_uart.conf \ 15 app=tests/bsim/bluetooth/ll/conn conf_file=prj_split_hci_uart.conf conf_overlay=psa_overlay.conf \
|
/Zephyr-latest/tests/bluetooth/host/cs/bt_le_cs_parse_pct/ |
D | CMakeLists.txt | 10 ${ZEPHYR_BASE}/tests/bluetooth/host/cs/mocks 13 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host host_mocks) 14 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host/cs/mocks mocks)
|
/Zephyr-latest/tests/bluetooth/host/cs/bt_le_cs_step_data_parse/ |
D | CMakeLists.txt | 10 ${ZEPHYR_BASE}/tests/bluetooth/host/cs/mocks 13 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host host_mocks) 14 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host/cs/mocks mocks)
|
/Zephyr-latest/tests/bsim/bluetooth/host/adv/periodic/src/ |
D | main.c | 9 extern struct bst_test_list *test_per_adv_sync(struct bst_test_list *tests); 10 extern struct bst_test_list *test_per_adv_advertiser(struct bst_test_list *tests);
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/notify/src/ |
D | main.c | 9 extern struct bst_test_list *test_gatt_server_install(struct bst_test_list *tests); 10 extern struct bst_test_list *test_gatt_client_install(struct bst_test_list *tests);
|