Home
last modified time | relevance | path

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

/external/autotest/server/cros/
Dgoofy_client.py266 def _log_test_results(self, test_status, current_suite): argument
275 (current_suite, test_status.get('path'),
384 for current_suite in test_map.keys():
385 logging.info('Processing suite %s', current_suite)
387 result = self._synchronous_run_suite(current_suite)
390 for test_names in test_map.get(current_suite):
392 current_suite)