Home
last modified time | relevance | path

Searched refs:suites (Results 1 – 25 of 34) sorted by relevance

12

/Zephyr-latest/doc/services/tfm/
Dtestsuites.rst4 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/
DREADME.rst33 Compile and run the TCP sanity check `net-test-suites`_:
44 .. _`net-test-suites`: https://github.com/intel/net-test-suites
/Zephyr-latest/samples/subsys/testsuite/
Dtestsuite.rst2 :name: Test suites
/Zephyr-latest/samples/tfm_integration/tfm_regression_test/
DREADME.rst46 #### 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/tests/drivers/stepper/drv8424/emul/
DKconfig6 bool "Shuffle the order of tests and suites"
/Zephyr-latest/tests/drivers/stepper/drv8424/api/
DKconfig6 bool "Shuffle the order of tests and suites"
/Zephyr-latest/boards/nuvoton/npcx9m6f_evb/
Dnpcx9m6f_evb.dts25 /* For gpio test suites */
27 /* For pwm test suites */
29 /* For i2c test suites */
/Zephyr-latest/boards/nuvoton/npcx7m6fb_evb/
Dnpcx7m6fb_evb.dts25 /* For pwm test suites */
27 /* For i2c test suites */
/Zephyr-latest/samples/tfm_integration/tfm_psa_test/
DREADME.rst9 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.
DCMakeLists.txt42 …L_ERROR "Please define a test suite to run. Refer to the README to see the available test suites.")
/Zephyr-latest/subsys/testsuite/ztest/
DKconfig146 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/
DREADME.txt11 This test is not run in automatic test suites because it generally takes
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dreports.py227 suites = list(filter(lambda d: d['platform'] == platform, all_suites))
231 filter(lambda d: TwisterStatus(d.get('status')) != TwisterStatus.FILTER, suites)
251 for ts in suites:
313 suites = []
490 suites.append(suite)
492 report["testsuites"] = suites
/Zephyr-latest/scripts/tests/twister/
Dtest_runner.py2514 suites = [mock.Mock()]
2517 tr = TwisterRunner(instances, suites, env=env_mock)
2622 suites = [mock.Mock()]
2625 tr = TwisterRunner(instances, suites, env=env_mock)
2678 suites = [mock.Mock(), mock.Mock()]
2681 tr = TwisterRunner(instances, suites, env=env_mock)
2737 suites = [mock.Mock(), mock.Mock()]
2740 tr = TwisterRunner(instances, suites, env=env_mock)
2789 suites = []
2792 tr = TwisterRunner(instances, suites, env=env_mock)
[all …]
/Zephyr-latest/modules/uoscore-uedhoc/
DCMakeLists.txt101 ${UOSCORE_UEDHOC_SRC_DIR}/edhoc/suites.c
/Zephyr-latest/scripts/ci/es_upload/
DREADME.md100 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/
Dztest.rst201 /* 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
Dpytest.rst30 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/
Dlpcxpresso55s69_lpc55s69_cpu0.dts27 /* For pwm test suites */
/Zephyr-latest/scripts/ci/
Dtest_plan.py155 suites = json_data.get("testsuites", [])
156 self.all_tests.extend(suites)
/Zephyr-latest/boards/renesas/ek_ra8m1/doc/
Dindex.rst151 https://github.com/zephyrproject-rtos/sdk-ng/suites/22342313531/artifacts/1379111922
/Zephyr-latest/doc/connectivity/networking/api/
Dmqtt.rst156 ``cipher_list``, to allow the use of all cipher suites available in the system.
/Zephyr-latest/boards/nxp/mimxrt685_evk/
Dmimxrt685_evk_mimxrt685s_cm33.dts26 /* For pwm test suites */
/Zephyr-latest/subsys/testsuite/ztest/src/
Dztest.c1368 static size_t testsuite_get_all_static(struct ztest_suite_node const **suites) in testsuite_get_all_static() argument
1370 *suites = _ztest_suite_node_list_start; in testsuite_get_all_static()
/Zephyr-latest/doc/security/
Dsensor-threat.rst214 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