Home
last modified time | relevance | path

Searched refs:tp_id (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/bsd/kyua-cli/dist/engine/drivers/
Dscan_action_test.cpp132 const int64_t tp_id = tx.put_test_program(test_program, action_id); in populate_db() local
140 const int64_t tc_id = tx.put_test_case(test_case, tp_id); in populate_db()
/netbsd/src/external/bsd/kyua-cli/dist/store/
Dtransaction_test.cpp320 const int64_t tp_id = tx.put_test_program(test_program_1, action_id); in ATF_TEST_CASE_BODY() local
321 const int64_t tc_id = tx.put_test_case(*test_case_1, tp_id); in ATF_TEST_CASE_BODY()
345 const int64_t tp_id = tx.put_test_program(test_program_2, action_id); in ATF_TEST_CASE_BODY() local
346 const int64_t tc_id = tx.put_test_case(*test_case_2, tp_id); in ATF_TEST_CASE_BODY()