Home | History | Annotate | Download | only in utils

Lines Matching refs:test_type

15 def _LogToFile(results, test_type, suite_name):
21 log_file_path, re.sub('\W', '_', test_type).lower() + '.log')
25 test_type, os.environ.get('BUILDBOT_BUILDERNAME'),
36 def _LogToFlakinessDashboard(results, test_type, test_package,
40 (test_type, test_package, flakiness_server))
43 if test_type != 'Instrumentation':
64 def LogFull(results, test_type, test_package, annotation=None,
76 test_type: Type of the test (e.g. 'Instrumentation', 'Unit test', etc.).
104 _LogToFile(results, test_type, suite_name)
107 _LogToFlakinessDashboard(results, test_type, test_package,