Searched refs:failures_only (Results 1 – 1 of 1) sorted by relevance
/external/autotest/server/cros/chaos_lib/ |
D | chaos_analyzer.py | 22 def __init__(self, dir_name, file_names, failures_only): argument 40 if 'success' in basename and failures_only: 206 def _get_all_test_infos(self, dir_name, failures_only, packet_capture_only): argument 209 test_info = ChaosTestInfo(root, files, failures_only) 217 failures_only=False, packet_capture_only=False): argument 229 for test_info in self._get_all_test_infos(input_dir_name, failures_only, 286 failures_only=args.failures_only,
|