Home
last modified time | relevance | path

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

/external/autotest/site_utils/
Dgs_offloader.py393 for result_path, result_pattern in [(cts_path, CTS_RESULT_PATTERN),
403 _upload_files(host, path, result_pattern,
410 _upload_files(host, path, result_pattern,
418 _upload_files(host, path, result_pattern,
427 def _is_valid_result(build, result_pattern, suite): argument
446 if result_pattern in result_patterns and not (
466 def _upload_files(host, path, result_pattern, multiprocessing, argument
472 if not _is_valid_result(build, result_pattern, suite):
507 for test_result_file in glob.glob(os.path.join(path, result_pattern)):