Searched refs:suites (Results 1 – 25 of 34) sorted by relevance
12
/Zephyr-latest/doc/services/tfm/ |
D | testsuites.rst | 4 TF-M includes two sets of test suites: 7 * psa-arch-tests - Test suites for specific PSA APIs (secure storage, etc.) 9 These test suites can be run from Zephyr via an appropriate sample application 26 test suites that can be used to validate that PSA API specifications are 30 Only one of these suites can be run at a time, with the available test suites 36 The output of these test suites is required to obtain PSA Certification for
|
/Zephyr-latest/samples/net/sockets/tcp/ |
D | README.rst | 33 Compile and run the TCP sanity check `net-test-suites`_: 44 .. _`net-test-suites`: https://github.com/intel/net-test-suites
|
/Zephyr-latest/boards/nuvoton/npcx9m6f_evb/ |
D | npcx9m6f_evb.dts | 25 /* For gpio test suites */ 27 /* For pwm test suites */ 29 /* For i2c test suites */ 34 /* For kscan test suites */
|
/Zephyr-latest/samples/subsys/testsuite/ |
D | testsuite.rst | 2 :name: Test suites
|
/Zephyr-latest/samples/tfm_integration/tfm_regression_test/ |
D | README.rst | 46 #### Execute test suites for the Secure area #### 63 *** Secure test suites summary *** 74 *** End of Secure test suites *** 76 #### Execute test suites for the Non-secure area #### 106 *** Non-secure test suites summary *** 117 *** End of Non-secure test suites ***
|
/Zephyr-latest/boards/nuvoton/npcx7m6fb_evb/ |
D | npcx7m6fb_evb.dts | 25 /* For pwm test suites */ 27 /* For i2c test suites */ 31 /* For kscan test suites */
|
/Zephyr-latest/tests/drivers/stepper/drv8424/emul/ |
D | Kconfig | 6 bool "Shuffle the order of tests and suites"
|
/Zephyr-latest/tests/drivers/stepper/drv8424/api/ |
D | Kconfig | 6 bool "Shuffle the order of tests and suites"
|
/Zephyr-latest/samples/tfm_integration/tfm_psa_test/ |
D | README.rst | 9 Run PSA test suites tests with Zephyr and TFM. 21 Only one of these suites can be run at a time, with the test suite set via one 38 Note that not all test suites are valid on all boards.
|
D | CMakeLists.txt | 42 …L_ERROR "Please define a test suite to run. Refer to the README to see the available test suites.")
|
/Zephyr-latest/subsys/testsuite/ztest/ |
D | Kconfig | 146 bool "Shuffle the order of tests and suites" 149 This rule will shuffle the order of tests and test suites. 169 bool "Repeat the tests and suites" 171 This rule will repeat the tests and the test suites.
|
/Zephyr-latest/tests/kernel/timer/starve/ |
D | README.txt | 11 This test is not run in automatic test suites because it generally takes
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | reports.py | 219 suites = list(filter(lambda d: d['platform'] == platform, all_suites)) 223 filter(lambda d: TwisterStatus(d.get('status')) != TwisterStatus.FILTER, suites) 243 for ts in suites: 309 suites = [] 480 suites.append(suite) 482 report["testsuites"] = suites
|
/Zephyr-latest/scripts/tests/twister/ |
D | test_runner.py | 2505 suites = [mock.Mock()] 2508 tr = TwisterRunner(instances, suites, env=env_mock) 2613 suites = [mock.Mock()] 2616 tr = TwisterRunner(instances, suites, env=env_mock) 2669 suites = [mock.Mock(), mock.Mock()] 2672 tr = TwisterRunner(instances, suites, env=env_mock) 2728 suites = [mock.Mock(), mock.Mock()] 2731 tr = TwisterRunner(instances, suites, env=env_mock) 2780 suites = [] 2783 tr = TwisterRunner(instances, suites, env=env_mock) [all …]
|
/Zephyr-latest/modules/uoscore-uedhoc/ |
D | CMakeLists.txt | 101 ${UOSCORE_UEDHOC_SRC_DIR}/edhoc/suites.c
|
/Zephyr-latest/scripts/ci/es_upload/ |
D | README.md | 100 Upload data with 'flattened' test suites creating documents for each `recording` data entry. 124 Upload data with 'flattened' test suites creating documents for each `record` data entry
|
/Zephyr-latest/doc/develop/test/ |
D | ztest.rst | 201 /* Only suites that use a predicate checking for phase == PWR_PHASE_0 will run. */ 205 /* Only suites that use a predicate checking for phase == PWR_PHASE_1 will run. */ 209 /* Only suites that use a predicate checking for phase == PWR_PHASE_2 will run. */ 213 /* Check that all the suites in this binary ran at least once. */ 279 A test application may consist of multiple test suites that 307 feature. The ``twister`` script can parse the test scenarios, suites and cases in all 608 By default the tests are executed once. The test cases and test suites
|
D | pytest.rst | 30 Pytest-based test suites are discovered the same way as other twister tests, i.e., by a presence 32 In the case of ``harness: pytest``, most of twister workflow (test suites discovery,
|
/Zephyr-latest/boards/nxp/lpcxpresso55s69/ |
D | lpcxpresso55s69_lpc55s69_cpu0.dts | 27 /* For pwm test suites */
|
/Zephyr-latest/scripts/ci/ |
D | test_plan.py | 155 suites = json_data.get("testsuites", []) 156 self.all_tests.extend(suites)
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | mqtt.rst | 156 ``cipher_list``, to allow the use of all cipher suites available in the system.
|
/Zephyr-latest/boards/renesas/ek_ra8m1/doc/ |
D | index.rst | 198 https://github.com/zephyrproject-rtos/sdk-ng/suites/22342313531/artifacts/1379111922
|
/Zephyr-latest/boards/nxp/mimxrt685_evk/ |
D | mimxrt685_evk_mimxrt685s_cm33.dts | 26 /* For pwm test suites */
|
/Zephyr-latest/subsys/testsuite/ztest/src/ |
D | ztest.c | 1399 static size_t testsuite_get_all_static(struct ztest_suite_node const **suites) in testsuite_get_all_static() argument 1401 *suites = _ztest_suite_node_list_start; in testsuite_get_all_static()
|
/Zephyr-latest/doc/security/ |
D | sensor-threat.rst | 214 service [th-all-tls]_. The TLS stack shall be configured to use only cipher suites 219 communication with generally agreed secure cipher suites 380 suites (including forward secrecy).
|
12