Home
last modified time | relevance | path

Searched refs:case (Results 1 – 25 of 385) sorted by relevance

12345678910>>...16

/openthread-3.6.0/third_party/mbedtls/repo/tests/suites/
Dtest_suite_base64.data31 Test case mbedtls_base64_encode #1 buffer just right
34 Test case mbedtls_base64_encode #2 buffer just right
37 Test case mbedtls_base64_encode #2 buffer too small
40 Test case mbedtls_base64_encode #3 buffer just right
43 Test case mbedtls_base64_encode #3 buffer too small
46 Test case mbedtls_base64_encode #4 buffer just right
49 Test case mbedtls_base64_encode #4 buffer too small
52 Test case mbedtls_base64_encode #5 buffer just right
55 Test case mbedtls_base64_encode #5 buffer too small
58 Test case mbedtls_base64_encode #6 buffer just right
[all …]
Dtest_suite_psa_crypto_slot_management.function55 case INVALIDATE_BY_CLOSING:
56 case INVALIDATE_BY_CLOSING_WITH_SHUTDOWN:
59 case INVALIDATE_BY_DESTROYING:
60 case INVALIDATE_BY_DESTROYING_WITH_SHUTDOWN:
64 case INVALIDATE_BY_PURGING:
65 case INVALIDATE_BY_PURGING_WITH_SHUTDOWN:
68 case INVALIDATE_BY_SHUTDOWN:
81 case INVALIDATE_BY_CLOSING:
82 case INVALIDATE_BY_DESTROYING:
83 case INVALIDATE_BY_PURGING:
[all …]
Dtest_suite_mps.function221 * In this case, we expect the reader to fail.
254 * In this case, we expect mbedtls_mps_reader_reclaim() to fail,
370 case 0: /* Single uncommitted fetch at pausing */
371 case 1:
388 case 0: /* Single fetch at pausing, re-fetch with commit. */
395 case 1: /* Single fetch at pausing, re-fetch without commit. */
401 case 2: /* Multiple fetches at pausing, repeat without commit. */
409 case 3: /* Multiple fetches at pausing, repeat with commit 1. */
418 case 4: /* Multiple fetches at pausing, repeat with commit 2. */
427 case 5: /* Multiple fetches at pausing, repeat with commit 3. */
[all …]
Dtest_suite_asn1parse.function49 case MBEDTLS_ASN1_BOOLEAN:
59 case MBEDTLS_ASN1_INTEGER:
84 case MBEDTLS_ASN1_BIT_STRING:
92 case MBEDTLS_ASN1_SEQUENCE:
99 case MBEDTLS_ASN1_OCTET_STRING:
100 case MBEDTLS_ASN1_NULL:
101 case MBEDTLS_ASN1_OID:
102 case MBEDTLS_ASN1_UTF8_STRING:
103 case MBEDTLS_ASN1_SET:
104 case MBEDTLS_ASN1_PRINTABLE_STRING:
[all …]
Dtest_suite_psa_crypto_se_driver_hal.function55 * In case of error, this macro sets `status` and jumps to the
77 * The special case for #PSA_ERROR_DETECTED_BY_DRIVER is because in this
78 * case, the test driver code is expected to have called mbedtls_test_fail()
104 case PSA_ECC_FAMILY_SECP_R1:
108 case PSA_ECC_FAMILY_MONTGOMERY:
256 * In case of error, zero out ram_slots[slot_number]. But don't
257 * do that if the error is PSA_ERROR_DETECTED_BY_DRIVER: in this case
259 * in the test case function's cleanup code) and it might be wrong
642 case PSA_SUCCESS:
643 case PSA_ERROR_NOT_SUPPORTED:
[all …]
/openthread-3.6.0/tests/scripts/thread-cert/
Dtest_diag.py91 for case in cases:
92 node.send_command(case[0], expect_command_echo=False)
96 node._expect(case[1])
/openthread-3.6.0/third_party/mbedtls/repo/docs/architecture/testing/
Dtest-framework.md13 Each test case has a description which succinctly describes for a human audience what the test does…
23 * Avoid changing the description of an existing test case without a good reason. This breaks the tr…
31 #### SSL test case descriptions
33 Each test case in `ssl-opt.sh` has a description which succinctly describes for a human audience wh…
43 Unit tests and `ssl-opt.sh` record the outcome of each test case in a **test outcome file**. This f…
56 * **Test case**: the description of the test case.
/openthread-3.6.0/tools/harness-automation/autothreadharness/
Drunner.py250 for case in s2:
251 if case.__class__ is HarnessCase:
253 case_name = str(case.__class__.__name__)
287 if max_devices and case.golden_devices_required > max_devices:
292 suite.addTest(case)
322 for case in suite:
323 logger.info(case.__class__.__name__)
/openthread-3.6.0/tools/harness-automation/cases/
Dreed_5_2_4.py37 case = '5 2 4' variable in REED_5_2_4
Dreed_5_2_5.py37 case = '5 2 5' variable in REED_5_2_5
Dreed_5_2_7.py37 case = '5 2 7' variable in REED_5_2_7
Dreed_5_5_5.py37 case = '5 5 5' variable in REED_5_5_5
Dreed_5_7_2.py37 case = '5 7 2' variable in REED_5_7_2
Drouter_5_1_1.py37 case = '5 1 1' variable in Router_5_1_1
Drouter_5_1_10.py37 case = '5 1 10' variable in Router_5_1_10
Drouter_5_1_11.py37 case = '5 1 11' variable in Router_5_1_11
Drouter_5_1_12.py37 case = '5 1 12' variable in Router_5_1_12
Drouter_5_1_2.py37 case = '5 1 2' variable in Router_5_1_2
Drouter_5_1_3.py37 case = '5 1 3' variable in Router_5_1_3
Drouter_5_1_4.py37 case = '5 1 4' variable in Router_5_1_4
Drouter_5_1_6.py37 case = '5 1 6' variable in Router_5_1_6
Drouter_5_1_8.py37 case = '5 1 8' variable in Router_5_1_8
Drouter_5_1_9.py37 case = '5 1 9' variable in Router_5_1_9
Drouter_5_2_1.py37 case = '5 2 1' variable in Router_5_2_1
Drouter_5_2_6.py37 case = '5 2 6' variable in Router_5_2_6

12345678910>>...16