Home
last modified time | relevance | path

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

/external/autotest/server/cros/
Dgoofy_client.py265 def _log_test_results(self, test_status, current_suite): argument
274 (current_suite, test_status.get('path'),
383 for current_suite in test_map.keys():
384 logging.info('Processing suite %s', current_suite)
386 result = self._synchronous_run_suite(current_suite)
389 for test_names in test_map.get(current_suite):
391 current_suite)