Searched refs:test_file (Results 1 – 2 of 2) sorted by relevance
45 test_file = 'testdata/test_list.txt'47 self.assertTrue(self.dependency_collector.check_test_log(test_file, log_file))51 test_file = 'testdata/test_list.txt'53 self.assertFalse(self.dependency_collector.check_test_log(test_file, log_file))
275 def check_test_log(self, test_file, log_file): argument285 with open(test_file, 'r') as f:433 test_file = os.path.join(device_deqp_dir, self.get_test_list_name(test))444 perf_file=perf_file, test_list=test_file, log_file=log_file))