Home
last modified time | relevance | path

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

/test/framework/harnesses/host_controller/command_processor/
Dcommand_test.py194 self.console.test_result.clear()
217 self.console.test_result.update(result)
/test/vts/utils/python/web/
Dweb_utils.py133 self.current_test_report_msg.test_result = result
437 msg.test_result = ReportMsg.TEST_CASE_RESULT_FAIL
/test/vts/runners/host/
Dtest_runner.py70 test_result = runTestClass(test_classes[0])
73 return test_result
/test/vts/runners/target/gtest/
Dgtest_main.cpp814 TestResult test_result = TEST_SUCCESS; in WaitForOneChild() local
816 test_result = TEST_FAILED; in WaitForOneChild()
818 return test_result; in WaitForOneChild()
/test/framework/harnesses/host_controller/
Dconsole.py294 self.test_result = {}
483 value = self.test_result[name]
/test/vts/doc/
Duser_manual.md104 …er: Test Result: .../out/host/linux-x86/vts/android-vts/results/2016.08.16_09.17.13/test_result.xml
/test/vts/proto/
DVtsReportMessage.proto129 optional TestCaseResult test_result = 11; field