HomeSort by relevance Sort by last modified time
    Searched refs:subtests (Results 1 - 3 of 3) sorted by null

  /external/chromium-trace/catapult/dashboard/dashboard/
group_report.py 177 'subtests': _GetSubTestsForAlerts(alert_dicts),
198 subtests = {}
202 if bot_name not in subtests:
203 subtests[bot_name] = {}
204 if testsuite not in subtests[bot_name]:
205 subtests[bot_name][testsuite] = list_tests.GetSubTests(
207 return subtests
graph_json.py 543 subtests = {}
549 if test_suite_path not in subtests:
550 subtests[test_suite_path] = {}
551 subtests[test_suite_path] = list_tests.GetSubTests(test_suite, [bot_path])
552 return subtests
  /external/autotest/client/site_tests/graphics_Stress/
graphics_Stress.py 206 subtests = { variable in class:graphics_Stress
233 self.subtests[subtest](self)

Completed in 65 milliseconds