Searched defs:got_tc (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Dtest_program_test.cpp122 got_tc(const std::string& ident, function in class:tp_reader
125 std::string call = "got_tc(" + ident + ", {";
171 "got_tc(test_case_1, {ident=test_case_1})",
172 "got_tc(test_case_2, {ident=test_case_2})",
173 "got_tc(test_case_3, {ident=test_case_3})",
204 "got_tc(test_case_1, {descr=This is the description, ident=test_case_1, timeout=300})",
205 "got_tc(test_case_2, {ident=test_case_2})",
206 "got_tc(test_case_3, {X-prop1=A custom property, descr=Third test case, ident=test_case_3})",
238 "got_tc(single_test, {descr=Some description, ident=single_test, require.arch=thearch, require.config=foo-bar, require.files=/a/1 /b/2, require.machine=themachine, require.progs=/bin/cp mv, require.user=root, timeout=300})",
262 "got_tc(single_tes
[all...]
H A Dtest-program.cpp106 void got_tc(const std::string& ident, const atf::tests::vars_map& props) function in class:__anon234::metadata_reader
419 detail::atf_tp_reader::got_tc( function in class:detail::atf_tp_reader
521 ATF_PARSER_CALLBACK(p, got_tc((*iter).second, props));

Completed in 13 milliseconds