Searched refs:tps (Results 1 - 6 of 6) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Datffile_test.cpp512 ATF_REQUIRE(test_program_names == atffile.tps());
541 ATF_REQUIRE_EQ(3, atffile.tps().size());
542 ATF_REQUIRE(is_in("tp-1", atffile.tps()));
543 ATF_REQUIRE(is_in("tp-2", atffile.tps()));
544 ATF_REQUIRE(is_in("tp-3", atffile.tps()));
569 ATF_REQUIRE_EQ(5, atffile.tps().size());
570 ATF_REQUIRE(is_in("foo", atffile.tps()));
571 ATF_REQUIRE(is_in("bar", atffile.tps()));
572 ATF_REQUIRE(is_in("aK", atffile.tps()));
573 ATF_REQUIRE(is_in("KKKKK", atffile.tps()));
[all...]
H A Datffile.hpp82 const std::vector< std::string >& tps(void) const;
H A Datf-run.cpp255 for (std::vector< std::string >::const_iterator iter = af.tps().begin();
256 iter != af.tps().end(); iter++) {
473 atf_run::count_tps(std::vector< std::string > tps)
478 for (std::vector< std::string >::const_iterator iter = tps.begin();
479 iter != tps.end(); iter++) {
485 std::vector< std::string > aux = af.tps();
523 std::vector< std::string > tps; local
524 tps = af.tps();
528 tps
[all...]
H A Datffile.cpp259 tps(void) function in class:reader
281 impl::atffile::tps(void) function in class:impl::atffile
342 return atffile(r.conf(), r.tps(), r.props());
/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Dmacros.h104 #define ATF_TP_ADD_TCS(tps) \
115 atfu_tp_add_tcs(atf_tp_t *tps)
/bind-9.6-ESV-R11/unit/atf-src/atf-report/
H A Dintegration_test.sh82 ATF_CONFDIR=$(pwd)/etc atf-run >tps.out 2>/dev/null
99 -o match:'Summary for' -e empty -x 'atf-report <tps.out'
141 "atf-report -o csv:- <tps.out | " \
188 "atf-report -o ticker:- <tps.out | " \
192 atf_check -s eq:0 -o ignore -e empty -x "atf-report -o xml:- <tps.out"
206 atf_check -s eq:0 -o save:stdout -e empty -x 'atf-report <tps.out'
210 atf_check -s eq:0 -o save:stdout -e empty -x 'atf-report -o csv:- <tps.out'
215 atf_check -s eq:0 -o empty -e empty -x 'atf-report -o csv:fmt.out <tps.out'
221 'atf-report -o csv:fmt.out -o csv:fmt2.out <tps.out'
228 'atf-report -o csv:fmt.out -o ticker:fmt2.out <tps
[all...]

Completed in 15 milliseconds