Searched defs:testcase (Results 1 – 8 of 8) sorted by relevance
55 testcase_from_struct(struct testcase *testcase) in testcase_from_struct()153 testcase_get_timeout(prop_dictionary_t testcase) in testcase_get_timeout()171 testcase_get_type(prop_dictionary_t testcase) in testcase_get_type()191 testcase_get_type_desc(prop_dictionary_t testcase) in testcase_get_type_desc()204 testcase_get_name(prop_dictionary_t testcase) in testcase_get_name()217 testcase_get_argc(prop_dictionary_t testcase) in testcase_get_argc()230 testcase_get_args(prop_dictionary_t testcase) in testcase_get_args()256 testcase_get_flags(prop_dictionary_t testcase) in testcase_get_flags()270 testcase_get_precmd_type(prop_dictionary_t testcase) in testcase_get_precmd_type()278 testcase_get_rc(prop_dictionary_t testcase) in testcase_get_rc()[all …]
66 struct testcase { struct73 struct testcase_options opts; argument74 struct testcase_result results; argument77 prop_dictionary_t testcase_from_struct(struct testcase *testcase); argument
89 prop_dictionary_t testcase; in runlist_iterate() local107 runlist_run_test(void *arg, prop_dictionary_t testcase) in runlist_run_test()
63 run_kernel(const char *kmod, prop_dictionary_t testcase) in run_kernel()
66 testcase_get_result_dict(prop_dictionary_t testcase) in testcase_get_result_dict()90 testcase_get_timeout(prop_dictionary_t testcase) in testcase_get_timeout()104 testcase_set_stdout_buf(prop_dictionary_t testcase, const char *buf) in testcase_set_stdout_buf()112 testcase_set_result(prop_dictionary_t testcase, int result) in testcase_set_result()120 testcase_get_name(prop_dictionary_t testcase) in testcase_get_name()
77 static char *get_arg_string(prop_dictionary_t testcase) in get_arg_string()137 runlist_parse_summary(void *arg __unused, prop_dictionary_t testcase) in runlist_parse_summary()158 runlist_parse_detail(void *arg __unused, prop_dictionary_t testcase) in runlist_parse_detail()
51 struct testcase { struct60 struct testcase tests[10]; // no more than 10 tests argument
80 #define TBRIDGE_TESTCASE_MODULE(name, testcase) \ argument