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

  /external/autotest/server/cros/dynamic_suite/
reporting_unittest.py 28 test_report = { variable in class:ReportingTest
53 @return: a failure object initialized with values from test_report.
57 self.test_report.get('build'),
58 self.test_report.get('suite'),
59 self.test_report.get('test'))
61 test_name = self.test_report.get('test')
62 expected_result = job_status.Status(self.test_report.get('status'),
64 reason=self.test_report.get('reason'),
65 job_id=self.test_report.get('job_id'),
66 owner=self.test_report.get('owner')
    [all...]
suite_unittest.py 459 test_report = self._get_bad_test_report(result_status)
460 test_predicates = test_report.predicates
461 test_fallout = test_report.fallout
615 test_report = collections.namedtuple('test_report',
617 return test_report(predicates(result_status, 'bad_test',
    [all...]
  /external/autotest/client/site_tests/graphics_WebGLPerformance/
graphics_WebGLPerformance.py 93 test_report = tab.EvaluateJavaScript('test_report')
96 '../../results/default/graphics_WebGLPerformance/test_report.html')
98 f.write(test_report)
  /external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/
test_modulegraph.py 873 def test_report(self): member in class:TestModuleGraph
    [all...]

Completed in 171 milliseconds