Searched refs:result_pattern (Results 1 – 1 of 1) sorted by relevance
/external/autotest/site_utils/ |
D | gs_offloader.py | 395 for result_path, result_pattern in [(cts_path, CTS_RESULT_PATTERN), 400 _upload_files(host, path, result_pattern, multiprocessing) 406 def _is_valid_result(build, result_pattern, suite): argument 425 if result_pattern in result_patterns and not ( 433 def _upload_files(host, path, result_pattern, multiprocessing): argument 438 if not _is_valid_result(build, result_pattern, suite): 466 for test_result_file in glob.glob(os.path.join(path, result_pattern)):
|