Searched refs:suite (Results 1 – 9 of 9) sorted by relevance
/hafnium/test/inc/test/ |
A D | hftest.h | 27 #define SET_UP(suite) HFTEST_SET_UP(suite) argument 32 #define TEAR_DOWN(suite) HFTEST_TEAR_DOWN(suite) argument 37 #define TEST(suite, test) HFTEST_TEST(suite, test, false, NULL) argument 42 #define TEST_LONG_RUNNING(suite, test) HFTEST_TEST(suite, test, true, NULL) argument 47 #define TEST_PRECONDITION(suite, test, precon_fn) \ argument 48 HFTEST_TEST(suite, test, false, precon_fn) 54 #define TEST_PRECONDITION_LONG_RUNNING(suite, test, precon_fn) \ argument 55 HFTEST_TEST(suite, test, true, precon_fn) 58 #define TEST_SKIP(suite, test) \ argument 63 TEST_PRECONDITION(suite, test, precon_skip_##suite_##test)
|
A D | hftest_impl.h | 39 HFTEST_STR(.hftest.suite.suite_name .1set_up) 41 HFTEST_STR(.hftest.suite.suite_name .1tear_down) 43 HFTEST_STR(.hftest.suite.suite_name .2test.test_name) 78 .suite = #suite_name, \ 94 .suite = #suite_name, \ 111 .suite = #suite_name, \ 185 const char *suite; member
|
/hafnium/test/hftest/ |
A D | common.c | 71 const char *suite = NULL; in hftest_json() local 82 if (test->suite != suite) { in hftest_json() 89 suite = test->suite; in hftest_json() 92 HFTEST_LOG(" \"name\": \"%s\",", test->suite); in hftest_json() 194 if (memiter_iseq(&suite_name, test->suite)) { in hftest_run()
|
A D | hftest.py | 858 def get_log_name(self, suite, test): argument 866 log_name += suite["name"] + "." + test["name"] 870 def run_test(self, suite, test, suite_xml): argument 879 test_xml.set("classname", suite["name"]) 890 log_name = self.get_log_name(suite, test) 919 def run_suite(self, suite, xml): argument 923 if not self.suite_re.match(suite["name"]): 926 print(" SUITE", suite["name"]) 928 suite_xml.set("name", suite["name"]) 942 suite["tests"], [all …]
|
/hafnium/docs/hypervisor/ |
A D | Testing.md | 71 Test declarations name the test and the suite that the test is part of. 75 descriptors from the same suite are grouped together for easier parsing.
|
/hafnium/docs/getting_started/ |
A D | building.rst | 22 resulting in faster builds when the test suite is not required.
|
/hafnium/build/image/ |
A D | image.ld | 81 * means they are stored sorted by the name of the test suite and then
|
/hafnium/test/vmapi/primary_with_secondaries/ |
A D | BUILD.gn | 365 # A test suite is expected to be fully functional with S-EL0 partitions when
|
/hafnium/docs/ |
A D | change-log.md | 612 Hafnium CI test suite.
|
Completed in 16 milliseconds