Home
last modified time | relevance | path

Searched full:tests (Results 1 – 25 of 2569) sorted by relevance

12345678910>>...103

/Zephyr-Core-3.7.0/tests/bsim/bluetooth/audio/src/
Dmain.c11 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-Core-3.7.0/tests/bsim/bluetooth/host/
Dcompile.sh5 # Compile all the applications needed by the bsim tests in these subfolders
12 source ${ZEPHYR_BASE}/tests/bsim/compile.source
14 ${ZEPHYR_BASE}/tests/bsim/bluetooth/host/adv/compile.sh
15 app=tests/bsim/bluetooth/host/central compile
16 ${ZEPHYR_BASE}/tests/bsim/bluetooth/host/att/compile.sh
17 ${ZEPHYR_BASE}/tests/bsim/bluetooth/host/gatt/compile.sh
18 ${ZEPHYR_BASE}/tests/bsim/bluetooth/host/l2cap/compile.sh
19 ${ZEPHYR_BASE}/tests/bsim/bluetooth/host/security/compile.sh
21 app=tests/bsim/bluetooth/host/iso/cis compile
22 app=tests/bsim/bluetooth/host/iso/bis compile
[all …]
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/l2cap/
Dcompile.sh5 # 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/host/l2cap/many_conns compile
14 app=tests/bsim/bluetooth/host/l2cap/multilink_peripheral compile
15 app=tests/bsim/bluetooth/host/l2cap/general compile
16 app=tests/bsim/bluetooth/host/l2cap/userdata compile
17 app=tests/bsim/bluetooth/host/l2cap/userdata conf_file=prj_no_checks.conf compile
18 app=tests/bsim/bluetooth/host/l2cap/stress compile
19 app=tests/bsim/bluetooth/host/l2cap/stress conf_file=prj_nofrag.conf compile
20 app=tests/bsim/bluetooth/host/l2cap/stress conf_file=prj_syswq.conf compile
[all …]
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/att/
Dcompile.sh5 # 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/host/att/eatt conf_file=prj_lowres.conf compile
14 app=tests/bsim/bluetooth/host/att/eatt conf_file=prj_collision.conf compile
15 app=tests/bsim/bluetooth/host/att/eatt conf_file=prj_multiple_conn.conf compile
16 app=tests/bsim/bluetooth/host/att/eatt conf_file=prj_autoconnect.conf compile
17 app=tests/bsim/bluetooth/host/att/eatt_notif conf_file=prj.conf compile
18 app=tests/bsim/bluetooth/host/att/mtu_update compile
19 app=tests/bsim/bluetooth/host/att/read_fill_buf/client compile
20 app=tests/bsim/bluetooth/host/att/read_fill_buf/server compile
[all …]
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/ll/
Dcompile.sh5 # 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 \
19 app=tests/bsim/bluetooth/ll/conn conf_file=prj_split.conf compile
20 app=tests/bsim/bluetooth/ll/conn conf_file=prj_split_privacy.conf compile
21 app=tests/bsim/bluetooth/ll/conn conf_file=prj_split_low_lat.conf compile
22 app=tests/bsim/bluetooth/ll/conn conf_file=prj_split_single_timer.conf compile
24 app=tests/bsim/bluetooth/ll/bis compile
[all …]
/Zephyr-Core-3.7.0/tests/bsim/
Dci.bt.sh5 # This script runs the Babblesim CI BT tests.
15 nice tests/bsim/bluetooth/compile.sh
18 TESTS_FILE=tests/bsim/bluetooth/tests.nrf52bsim.txt \
19 tests/bsim/run_parallel.sh
22 nice tests/bsim/bluetooth/compile.nrf5340bsim_nrf5340_cpunet.sh
26 TESTS_FILE=tests/bsim/bluetooth/tests.nrf5340bsim_nrf5340_cpunet.txt \
27 tests/bsim/run_parallel.sh
30 nice tests/bsim/bluetooth/compile.nrf5340bsim_nrf5340_cpuapp.sh
34 TESTS_FILE=tests/bsim/bluetooth/tests.nrf5340bsim_nrf5340_cpuapp.txt \
35 tests/bsim/run_parallel.sh
[all …]
Dci.uart.sh5 # This script runs the Babblesim CI UART tests.
14 echo "UART: Single device tests"
15 ${ZEPHYR_BASE}/scripts/twister -T tests/drivers/uart/ --force-color --inline-logs -v -M \
18 echo "UART: Multi device tests"
19 WORK_DIR=${ZEPHYR_BASE}/bsim_uart nice tests/bsim/drivers/uart/compile.sh
21 SEARCH_PATH=tests/bsim/drivers/uart/ tests/bsim/run_parallel.sh
Drun_parallel.sh16 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-Core-3.7.0/tests/bsim/bluetooth/host/gatt/
Dcompile.sh5 # 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/host/gatt/authorization compile
14 app=tests/bsim/bluetooth/host/gatt/caching compile
15 app=tests/bsim/bluetooth/host/gatt/caching conf_overlay=psa_overlay.conf compile
16 app=tests/bsim/bluetooth/host/gatt/general compile
17 app=tests/bsim/bluetooth/host/gatt/notify compile
18 app=tests/bsim/bluetooth/host/gatt/notify_multiple compile
19 app=tests/bsim/bluetooth/host/gatt/settings compile
20 app=tests/bsim/bluetooth/host/gatt/settings conf_file=prj_2.conf compile
[all …]
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/mesh/
Dcompile.sh5 # 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_pst.conf;overlay_psa.conf" compile
19 app=tests/bsim/bluetooth/mesh conf_overlay="overlay_gatt.conf;overlay_psa.conf" compile
20 app=tests/bsim/bluetooth/mesh conf_overlay="overlay_low_lat.conf;overlay_psa.conf" compile
[all …]
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/ll/cis/
Dcompile.sh5 # 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-Core-3.7.0/doc/develop/test/
Dbsim.rst29 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-Core-3.7.0/tests/bsim/bluetooth/host/adv/
Dcompile.sh5 # 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/host/adv/chain compile
14 app=tests/bsim/bluetooth/host/adv/extended conf_file=prj_advertiser.conf compile
15 app=tests/bsim/bluetooth/host/adv/extended conf_file=prj_scanner.conf compile
16 app=tests/bsim/bluetooth/host/adv/periodic compile
17 app=tests/bsim/bluetooth/host/adv/periodic conf_file=prj_long_data.conf compile
18 app=tests/bsim/bluetooth/host/adv/periodic conf_file=prj_coded.conf compile
19 app=tests/bsim/bluetooth/host/adv/encrypted/css_sample_data compile
20 app=tests/bsim/bluetooth/host/adv/encrypted/ead_sample compile
[all …]
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/security/
Dcompile.sh5 # 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/host/security/bond_overwrite_allowed compile
14 app=tests/bsim/bluetooth/host/security/bond_overwrite_denied compile
15 app=tests/bsim/bluetooth/host/security/bond_per_connection compile
16 app=tests/bsim/bluetooth/host/security/ccc_update compile
17 app=tests/bsim/bluetooth/host/security/ccc_update conf_file=prj_2.conf compile
18 app=tests/bsim/bluetooth/host/security/id_addr_update/central compile
19 app=tests/bsim/bluetooth/host/security/id_addr_update/peripheral compile
20 app=tests/bsim/bluetooth/host/security/security_changed_callback compile
/Zephyr-Core-3.7.0/
DMAINTAINERS.yml121 - tests/lib/acpi/
125 tests:
138 - tests/arch/arc/
144 tests:
162 - tests/arch/arm/
167 tests:
181 - tests/arch/arm64/
187 tests:
222 - tests/subsys/sip_svc/
228 tests:
[all …]
/Zephyr-Core-3.7.0/scripts/footprint/
Dplan.txt1 footprints,default,frdm_k64f,tests/benchmarks/footprints,
2 footprints,userspace,frdm_k64f,tests/benchmarks/footprints,-DCONF_FILE=prj_userspace.conf
3 footprints,default,disco_l475_iot1,tests/benchmarks/footprints,
4 footprints,userspace,disco_l475_iot1,tests/benchmarks/footprints,-DCONF_FILE=prj_userspace.conf
5 footprints,default,nrf5340dk/nrf5340/cpuapp,tests/benchmarks/footprints,
6 footprints,default,nrf51dk/nrf51822,tests/benchmarks/footprints,
7 footprints,default,altera_max10,tests/benchmarks/footprints,
8 footprints,default,hifive1_revb,tests/benchmarks/footprints,
9 footprints,default,intel_ehl_crb,tests/benchmarks/footprints,
10 footprints,userspace,intel_ehl_crb,tests/benchmarks/footprints,-DCONF_FILE=prj_userspace.conf
[all …]
/Zephyr-Core-3.7.0/samples/tfm_integration/tfm_regression_test/
DREADME.rst9 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-Core-3.7.0/tests/bsim/bluetooth/
Dtests.nrf5340bsim_nrf5340_cpuapp.txt1 # 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/
6 tests/bsim/bluetooth/audio_samples/
Dcompile.sh5 # 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
Dcompile.nrf5340bsim_nrf5340_cpuapp.sh5 # 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_samples/compile.sh
/Zephyr-Core-3.7.0/scripts/
D.gitignore3 tests/.mypy_cache
4 tests/twister/.pytest_cache
5 tests/twister/htmlcov
6 tests/twister/__pycache__
7 tests/twister/.coverage
/Zephyr-Core-3.7.0/scripts/tests/twister/
DREADME.md3 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-Core-3.7.0/tests/bsim/bluetooth/ll/edtt/
DREADME.txt4 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-Core-3.7.0/tests/arch/arc/arc_dsp_sharing/
DREADME.txt10 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-Core-3.7.0/subsys/testsuite/ztest/
DKconfig9 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 …]

12345678910>>...103