/Zephyr-latest/tests/bsim/bluetooth/audio/src/ |
D | main.c | 11 extern struct bst_test_list *test_vcp_install(struct bst_test_list *tests); 12 extern struct bst_test_list *test_vcp_vol_ctlr_install(struct bst_test_list *tests); 13 extern struct bst_test_list *test_micp_install(struct bst_test_list *tests); 14 extern struct bst_test_list *test_micp_mic_ctlr_install(struct bst_test_list *tests); 15 extern struct bst_test_list *test_csip_set_member_install(struct bst_test_list *tests); 16 extern struct bst_test_list *test_csip_set_coordinator_install(struct bst_test_list *tests); 17 extern struct bst_test_list *test_tbs_install(struct bst_test_list *tests); 18 extern struct bst_test_list *test_tbs_client_install(struct bst_test_list *tests); 19 extern struct bst_test_list *test_mcs_install(struct bst_test_list *tests); 20 extern struct bst_test_list *test_mcc_install(struct bst_test_list *tests); [all …]
|
/Zephyr-latest/tests/bsim/bluetooth/ |
D | tests.nrf5340bsim_nrf5340_cpunet.txt | 1 # Search paths(s) for tests which will be run in the nrf5340 net core (both app, host and controller 3 # This file is used in CI to select which tests are run 4 tests/bsim/bluetooth/ll/ 5 tests/bsim/bluetooth/host/att/eatt_notif 6 tests/bsim/bluetooth/host/misc/disable 7 tests/bsim/bluetooth/host/misc/unregister_conn_cb 8 tests/bsim/bluetooth/host/adv/periodic 9 tests/bsim/bluetooth/host/adv/extended 10 tests/bsim/bluetooth/host/adv/chain 11 tests/bsim/bluetooth/host/l2cap/send_on_connect [all …]
|
D | tests.nrf5340bsim_nrf5340_cpuapp.txt | 1 # Search paths(s) for tests which will be run in the nrf5340 split stack configuration 2 # This file is used in CI to select which tests are run 3 tests/bsim/bluetooth/ll/conn/tests_scripts/basic_conn_encrypted_split_privacy.sh 4 tests/bsim/bluetooth/ll/bis/tests_scripts/broadcast_iso.sh 5 tests/bsim/bluetooth/samples/central_hr_peripheral_hr/ 6 tests/bsim/bluetooth/audio_samples/ 7 tests/bsim/bluetooth/audio/
|
D | compile.nrf5340bsim_nrf5340_cpuapp.sh | 5 # Compile all bluetooth applications needed for the split stack tests 13 source ${ZEPHYR_BASE}/tests/bsim/compile.source 15 app=tests/bsim/bluetooth/ll/conn conf_file=prj_split_privacy.conf sysbuild=1 compile 16 app=tests/bsim/bluetooth/ll/bis sysbuild=1 compile 17 app=tests/bsim/bluetooth/ll/cis conf_overlay=overlay-acl_group.conf sysbuild=1 compile 19 run_in_background ${ZEPHYR_BASE}/tests/bsim/bluetooth/samples/compile.sh 20 run_in_background ${ZEPHYR_BASE}/tests/bsim/bluetooth/audio/compile.sh 21 run_in_background ${ZEPHYR_BASE}/tests/bsim/bluetooth/audio_samples/compile.sh
|
D | compile.sh | 5 # Compile all the applications needed by the Bluetooth bsim tests 11 source ${ZEPHYR_BASE}/tests/bsim/sh_common.source 18 run_in_background ${ZEPHYR_BASE}/tests/bsim/bluetooth/audio/compile.sh 19 ${ZEPHYR_BASE}/tests/bsim/bluetooth/audio_samples/compile.sh 20 ${ZEPHYR_BASE}/tests/bsim/bluetooth/host/compile.sh 21 ${ZEPHYR_BASE}/tests/bsim/bluetooth/ll/compile.sh 22 ${ZEPHYR_BASE}/tests/bsim/bluetooth/mesh/compile.sh 23 ${ZEPHYR_BASE}/tests/bsim/bluetooth/samples/compile.sh 25 ${ZEPHYR_BASE}/tests/bsim/bluetooth/hci_uart/compile.sh
|
/Zephyr-latest/tests/bsim/bluetooth/ll/ |
D | compile.sh | 5 # Compile all the applications needed by the bsim tests in these subfolders 11 source ${ZEPHYR_BASE}/tests/bsim/compile.source 13 ${ZEPHYR_BASE}/tests/bsim/bluetooth/ll/cis/compile.sh 15 app=tests/bsim/bluetooth/ll/advx compile 16 app=tests/bsim/bluetooth/ll/advx \ 18 app=tests/bsim/bluetooth/ll/advx conf_overlay=overlay-scan_aux_use_chains.conf compile 20 app=tests/bsim/bluetooth/ll/conn conf_file=prj_split.conf compile 21 app=tests/bsim/bluetooth/ll/conn conf_file=prj_split_1ms.conf compile 22 app=tests/bsim/bluetooth/ll/conn conf_file=prj_split_tx_defer.conf compile 23 app=tests/bsim/bluetooth/ll/conn conf_file=prj_split_privacy.conf compile [all …]
|
/Zephyr-latest/tests/bsim/ |
D | ci.bt.sh | 5 # This script runs the Babblesim CI BT tests. 15 nice tests/bsim/bluetooth/compile.sh 19 TESTS_FILE=tests/bsim/bluetooth/tests.nrf52bsim.txt \ 20 tests/bsim/run_parallel.sh 23 nice tests/bsim/bluetooth/compile.nrf5340bsim_nrf5340_cpunet.sh 27 TESTS_FILE=tests/bsim/bluetooth/tests.nrf5340bsim_nrf5340_cpunet.txt \ 28 tests/bsim/run_parallel.sh 31 nice tests/bsim/bluetooth/compile.nrf5340bsim_nrf5340_cpuapp.sh 35 TESTS_FILE=tests/bsim/bluetooth/tests.nrf5340bsim_nrf5340_cpuapp.txt \ 36 tests/bsim/run_parallel.sh [all …]
|
D | ci.uart.sh | 5 # This script runs the Babblesim CI UART tests. 14 echo "UART: Single device tests" 16 ${ZEPHYR_BASE}/scripts/twister -T tests/drivers/uart/ --force-color --inline-logs -v -M \ 21 ${ZEPHYR_BASE}/scripts/twister -T tests/drivers/uart/ --force-color --inline-logs -v -M \ 25 echo "UART: Multi device tests" 26 WORK_DIR=${ZEPHYR_BASE}/bsim_uart nice tests/bsim/drivers/uart/compile.sh 28 SEARCH_PATH=tests/bsim/drivers/uart/ tests/bsim/run_parallel.sh
|
D | run_parallel.sh | 16 echo " or an input file including a list of tests and/or tests search paths" 20 echo " * Run all tests found under one folder:" 21 echo " SEARCH_PATH=tests/bsim/bluetooth/ll/conn/ tests/bsim/run_parallel.sh" 22 echo " * Run all tests found under two separate folders, matching a pattern in the first:" 23 echo " SEARCH_PATH=\"tests/bsim/bluetooth/ll/conn/tests_scripts/*encr* tests/bsim/net\"\ 24 tests/bsim/run_parallel.sh" 25 echo " * Provide a tests list explicitly from an environment variable" 27 \"tests/bsim/bluetooth/ll/conn/tests_scripts/basic_conn_encrypted_split_privacy.sh\ 28 tests/bsim/bluetooth/ll/conn/tests_scripts/basic_conn_split_low_lat.sh\ 29 tests/bsim/bluetooth/ll/conn/tests_scripts/basic_conn_split.sh\" tests/bsim/run_parallel.sh" [all …]
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/ |
D | compile.sh | 5 # Compile all the applications needed by the bsim tests in these subfolders 11 source ${ZEPHYR_BASE}/tests/bsim/compile.source 13 app=tests/bsim/bluetooth/mesh compile 14 app=tests/bsim/bluetooth/mesh conf_overlay=overlay_pst.conf compile 15 app=tests/bsim/bluetooth/mesh conf_overlay=overlay_gatt.conf compile 16 app=tests/bsim/bluetooth/mesh conf_overlay=overlay_low_lat.conf compile 17 app=tests/bsim/bluetooth/mesh conf_overlay=overlay_psa.conf compile 18 app=tests/bsim/bluetooth/mesh conf_overlay=overlay_workq_sys.conf compile 19 app=tests/bsim/bluetooth/mesh conf_overlay="overlay_pst.conf;overlay_psa.conf" compile 20 app=tests/bsim/bluetooth/mesh conf_overlay="overlay_gatt.conf;overlay_psa.conf" compile [all …]
|
D | README.rst | 1 Bluetooth Mesh BabbleSim tests 4 This directory contains a set of high level system tests for the Bluetooth Mesh 5 subsystem. The tests run on the BabbleSim simulator, using the BabbleSim test 8 Tests are organized into bash scripts under the test_scripts folder. Each 9 subfolder of test_scripts contains tests for a specific module in the Bluetooth 11 src/ directory containing the necessary test harnesses to execute the tests. 14 tests. The test application is built from this directory, and includes all test 18 Running the tests 21 The Bluetooth Mesh tests have no extra requirements, and can be run using the 24 To only run the mesh tests, set ``SEARCH_PATH`` to point to this folder before [all …]
|
/Zephyr-latest/tests/bsim/bluetooth/ll/cis/ |
D | compile.sh | 5 # Compile all the applications needed by the bsim tests in these subfolders 11 source ${ZEPHYR_BASE}/tests/bsim/compile.source 13 app=tests/bsim/bluetooth/ll/cis conf_overlay=overlay.conf compile 14 app=tests/bsim/bluetooth/ll/cis conf_overlay=overlay-acl_first.conf compile 15 app=tests/bsim/bluetooth/ll/cis conf_overlay=overlay-legacy_adv.conf compile 16 app=tests/bsim/bluetooth/ll/cis conf_overlay=overlay-legacy_adv_acl_first.conf compile 17 app=tests/bsim/bluetooth/ll/cis conf_overlay=overlay-acl_group.conf compile 18 app=tests/bsim/bluetooth/ll/cis conf_overlay=overlay-acl_group_acl_first.conf compile 19 app=tests/bsim/bluetooth/ll/cis conf_overlay=overlay-peripheral_cis.conf compile 20 app=tests/bsim/bluetooth/ll/cis conf_overlay=overlay-acl_first_ft_per_skip_2_se.conf compile [all …]
|
/Zephyr-latest/doc/develop/test/ |
D | bsim.rst | 29 Types of tests 32 Tests without radio activity: bsim tests with twister argument 38 to run all standard Zephyr twister tests, but with models of a real SOC HW, and their drivers. 40 Tests with radio activity 43 When there is radio activity, BabbleSim tests require at the very least a physical layer simulation 44 running, and most, more than 1 simulated device. Due to this, these tests are not build and run 45 with twister, but with a dedicated set of tests scripts. 47 These tests are kept in the :code:`tests/bsim/` folder. The ``compile.sh`` and ``run_parallel.sh`` 49 these tests in batch. 54 There are two main sets of tests: [all …]
|
/Zephyr-latest/ |
D | MAINTAINERS.yml | 121 - tests/lib/acpi/ 126 tests: 142 - tests/arch/arc/ 148 tests: 167 - tests/arch/arm/ 172 tests: 186 - tests/arch/arm64/ 192 tests: 230 - tests/subsys/sip_svc/ 236 tests: [all …]
|
/Zephyr-latest/samples/tfm_integration/tfm_regression_test/ |
D | README.rst | 9 Run both the Secure and Non-secure TF-M Regression tests using the Zephyr build system. 12 while the Secure tests will be included in the TF-M build itself. 14 The TF-M regression tests are implemented in the tf-m-tests repo: https://git.trustedfirmware.org/T… 22 Tests for both the secure and non-secure domain are enabled by default, controlled via the CONFIG_T… 50 Running Test Suite PS reliability tests (TFM_PS_TEST_3XXX)... 64 Test suite 'PSA protected storage S interface tests (TFM_PS_TEST_2XXX)' has PASSED 65 Test suite 'PS reliability tests (TFM_PS_TEST_3XXX)' has PASSED 66 Test suite 'PS rollback protection tests (TFM_PS_TEST_4XXX)' has PASSED 67 Test suite 'PSA internal trusted storage S interface tests (TFM_ITS_TEST_2XXX)' has PASSED 68 Test suite 'ITS reliability tests (TFM_ITS_TEST_3XXX)' has PASSED [all …]
|
/Zephyr-latest/scripts/footprint/ |
D | plan.txt | 1 footprints,default,frdm_k64f,tests/benchmarks/footprints,,benchmark.kernel.footprints.default 2 footprints,userspace,frdm_k64f,tests/benchmarks/footprints,-DCONF_FILE=prj_userspace.conf,benchmark… 3 footprints,default,disco_l475_iot1,tests/benchmarks/footprints,,benchmark.kernel.footprints.default 4 footprints,userspace,disco_l475_iot1,tests/benchmarks/footprints,-DCONF_FILE=prj_userspace.conf,ben… 5 footprints,default,nrf5340dk/nrf5340/cpuapp,tests/benchmarks/footprints,,benchmark.kernel.footprint… 6 footprints,default,nrf51dk/nrf51822,tests/benchmarks/footprints,,benchmark.kernel.footprints.default 7 footprints,default,altera_max10,tests/benchmarks/footprints,,benchmark.kernel.footprints.default 8 footprints,default,hifive1_revb,tests/benchmarks/footprints,,benchmark.kernel.footprints.default 9 footprints,default,intel_ehl_crb,tests/benchmarks/footprints,,benchmark.kernel.footprints.default 10 footprints,userspace,intel_ehl_crb,tests/benchmarks/footprints,-DCONF_FILE=prj_userspace.conf,bench… [all …]
|
/Zephyr-latest/scripts/ |
D | .gitignore | 3 tests/.mypy_cache 4 tests/twister/.pytest_cache 5 tests/twister/htmlcov 6 tests/twister/__pycache__ 7 tests/twister/.coverage
|
/Zephyr-latest/scripts/tests/twister_blackbox/ |
D | test_printouts.py | 6 Blackbox tests for twister's command line functions 31 os.path.join(TEST_DATA, 'tests', 'dummy', 'agnostic'), 35 os.path.join(TEST_DATA, 'tests', 'dummy', 'device'), 42 os.path.join(TEST_DATA, 'tests', 'dummy', 'agnostic'), 55 os.path.join(TEST_DATA, 'tests', 'dummy', 'agnostic'), 67 os.path.join(TEST_DATA, 'tests', 'dummy', 'agnostic'), 73 os.path.join(TEST_DATA, 'tests', 'dummy', 'agnostic'), 86 os.path.join(TEST_DATA, 'tests', 'dummy', 'agnostic'), 99 os.path.join(TEST_DATA, 'tests', 'dummy', 'agnostic'), 111 os.path.join(TEST_DATA, 'tests', 'dummy', 'agnostic'), [all …]
|
/Zephyr-latest/subsys/testsuite/ztest/ |
D | Kconfig | 9 if you're writing automated tests. 20 int "Delay between tests in milliseconds" 23 Add a delay between between tests to manage output on the console on 36 int "Time in milliseconds to hold other CPUs for 1cpu type tests" 41 value ought to suffice for most such tests; however slower platforms 50 tests that might be in the queue. 103 bool "Do not yield to the idle thread after tests complete" 105 When the tests complete, do not yield to the idle thread and instead 106 spin in a loop. This is useful for low power mode tests, where 111 bool "Warn when running tests with CONFIG_NO_OPTIMIZATIONS" [all …]
|
/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/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/arch/arc/arc_dsp_sharing/ |
D | README.txt | 10 This tests the ability of tasks to safely share dsp hardware 12 tests run concurrently even though they report their progress at different 25 Load and store OK after 0 (high) + 84 (low) tests 26 Load and store OK after 100 (high) + 11926 (low) tests 27 Load and store OK after 200 (high) + 23767 (low) tests 28 Load and store OK after 300 (high) + 35607 (low) tests 29 Load and store OK after 400 (high) + 47448 (low) tests 30 Load and store OK after 500 (high) + 59287 (low) tests 34 complex product calculation OK after 50 (high) + 63297 (low) tests (computed -160) 35 complex product calculation OK after 150 (high) + 188138 (low) tests (computed -160) [all …]
|
/Zephyr-latest/tests/subsys/fs/fat_fs_api/ |
D | README.txt | 26 Open tests: 30 Write tests: 35 Sync tests: 37 Read tests: 42 Truncate tests: 47 Write tests: 60 Close tests: 63 Delete tests: 69 mkdir tests: 72 Write tests: [all …]
|
/Zephyr-latest/.github/workflows/ |
D | twister_tests.yml | 15 - 'scripts/tests/twister/**' 25 - 'scripts/tests/twister/**' 30 twister-tests: 31 name: Twister Unit Tests 60 echo "Run twister tests" 61 PYTHONPATH=./scripts/tests pytest ./scripts/tests/twister 68 echo "Run twister tests" 69 pytest ./scripts/pylib/pytest-twister-harness/tests
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | main.c | 11 extern struct bst_test_list *test_persistence_install(struct bst_test_list *tests); 12 extern struct bst_test_list *test_rpc_install(struct bst_test_list *tests); 13 extern struct bst_test_list *test_provision_pst_install(struct bst_test_list *tests); 25 extern struct bst_test_list *test_beacon_install(struct bst_test_list *tests); 27 extern struct bst_test_list *test_transport_install(struct bst_test_list *tests); 28 extern struct bst_test_list *test_friendship_install(struct bst_test_list *tests); 32 extern struct bst_test_list *test_transport_install(struct bst_test_list *tests); 33 extern struct bst_test_list *test_friendship_install(struct bst_test_list *tests); 34 extern struct bst_test_list *test_provision_install(struct bst_test_list *tests); 35 extern struct bst_test_list *test_beacon_install(struct bst_test_list *tests); [all …]
|