Home
last modified time | relevance | path

Searched refs:suite (Results 1 – 4 of 4) sorted by relevance

/trusted-firmware-a-latest/plat/arm/board/tc/
Drss_ap_tests.c45 struct test_suite_t *suite = &(test_suites[i]); in run_tests() local
47 suite->freg(suite); in run_tests()
48 ret = run_testsuite(suite); in run_tests()
50 printf("\n\nError during executing testsuite '%s'.\n", suite->name); in run_tests()
81 struct test_suite_t *suite = &(test_suites[i]); in run_platform_tests() local
83 switch (suite->val) { in run_platform_tests()
85 printf(" %s PASSED.\n", suite->name); in run_platform_tests()
89 printf(" %s FAILED.\n", suite->name); in run_platform_tests()
92 printf(" %s SKIPPED.\n", suite->name); in run_platform_tests()
/trusted-firmware-a-latest/docs/components/
Drealm-management-extension.rst303 If the NS Host is TF-A-Tests, then the default test suite in TFTF
311 > Test suite 'FF-A Interrupt'
313 > Test suite 'SMMUv3 tests'
315 > Test suite 'PMU Leakage'
317 > Test suite 'DebugFS'
319 > Test suite 'RMI and SPM tests'
321 > Test suite 'Realm payload at EL1'
323 > Test suite 'Invalid memory access'
/trusted-firmware-a-latest/docs/perf/
Dpsci-performance-methodology.rst12 The tests are based on the ``runtime-instrumentation`` test suite provided by
/trusted-firmware-a-latest/docs/design_documents/
Dpsci_osi_mode.rst387 The proposed patches add a new CPU Suspend in OSI mode test suite to TF-A Tests.