Searched refs:suite (Results 1 – 4 of 4) sorted by relevance
45 struct test_suite_t *suite = &(test_suites[i]); in run_tests() local47 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() local83 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()
303 If the NS Host is TF-A-Tests, then the default test suite in TFTF311 > 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'
12 The tests are based on the ``runtime-instrumentation`` test suite provided by
387 The proposed patches add a new CPU Suspend in OSI mode test suite to TF-A Tests.