Searched refs:test_result (Results 1 – 2 of 2) sorted by relevance
/cts/apps/CtsVerifier/assets/scripts/ |
D | execute_power_tests.py | 576 def setTestResult(self, test_name, test_result, test_message): argument 584 print ("Test %s : %s" % (test_name, test_result)) 589 (test_name, test_result, test_message))) 628 self._current_test, test_result = "SKIPPED", 633 self._current_test, test_result = "SKIPPED", 695 self.setTestResult(self._current_test, test_result = "FAIL",
|
/cts/apps/CameraITS/tools/ |
D | run_all_tests.py | 560 test_result = "\n%d / %d tests passed (%.1f%%)%s" % ( 565 print test_result
|