Home
last modified time | relevance | path

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

/hafnium/test/inc/test/
A Dhftest.h27 #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 Dhftest_impl.h39 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 Dcommon.c71 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 Dhftest.py858 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 DTesting.md71 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 Dbuilding.rst22 resulting in faster builds when the test suite is not required.
/hafnium/build/image/
A Dimage.ld81 * means they are stored sorted by the name of the test suite and then
/hafnium/test/vmapi/primary_with_secondaries/
A DBUILD.gn365 # A test suite is expected to be fully functional with S-EL0 partitions when
/hafnium/docs/
A Dchange-log.md612 Hafnium CI test suite.

Completed in 16 milliseconds