Searched refs:test_instance (Results 1 – 2 of 2) sorted by relevance
17 def wait_until_build(test_instance, state): argument27 last_build_state = test_instance.driver.find_element(45 def wait_until_build_cancelled(test_instance): argument57 last_build_state = test_instance.driver.find_element(
1008 static int test_instance; variable1193 container_of(p, struct test_probe, kprobe)->hit = test_instance; in test_before_pre_handler()1209 container_of(p, struct test_probe, kprobe)->hit = test_instance; in test_case_pre_handler()1218 if (container_of(p, struct test_probe, kprobe)->hit == test_instance) in test_after_pre_handler()1237 container_of(p, struct test_probe, kprobe)->hit = test_instance; in test_after_pre_handler()1421 ++test_instance; in kprobes_test_case_start()1481 if (test_before_probe.hit != test_instance) { in kprobes_test_case_end()1486 if (test_after_probe.hit != test_instance && in kprobes_test_case_end()1487 test_after2_probe.hit != test_instance) { in kprobes_test_case_end()1511 if (test_case_probe.hit != test_instance) { in kprobes_test_case_end()[all …]