Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/assets/scripts/
Dexecute_power_tests.py576 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/
Drun_all_tests.py569 test_result = '%d / %d tests passed (%.1f%%)%s' % (
574 logging.info(test_result)