Home
last modified time | relevance | path

Searched refs:history_file (Results 1 – 4 of 4) sorted by relevance

/tools/asuite/atest/
Dbug_detector_unittest.py48 self.history_file = os.path.join(uc.TEST_DATA_DIR, 'bug_detector.json')
49 self.detector = bug_detector.BugDetector(['test1'], 5, self.history_file)
55 if os.path.isfile(self.history_file):
56 os.remove(self.history_file)
62 with open(self.history_file, 'w') as outfile:
107 dtr = bug_detector.BugDetector(['test1'], 0, self.history_file)
Dbug_detector.py40 def __init__(self, argv, exit_code, history_file=None): argument
50 self.file = history_file if history_file else _META_FILE
/tools/tradefederation/core/atest/
Dbug_detector_unittest.py45 self.history_file = os.path.join(uc.TEST_DATA_DIR, 'bug_detector.json')
46 self.detector = bug_detector.BugDetector(['test1'], 5, self.history_file)
52 if os.path.isfile(self.history_file):
53 os.remove(self.history_file)
59 with open(self.history_file, 'w') as outfile:
104 dtr = bug_detector.BugDetector(['test1'], 0, self.history_file)
Dbug_detector.py40 def __init__(self, argv, exit_code, history_file=None): argument
50 self.file = history_file if history_file else _META_FILE