Home
last modified time | relevance | path

Searched refs:_TEST_RESULT_XML (Results 1 – 5 of 5) sorted by relevance

/test/framework/harnesses/host_controller/command_processor/
Dcommand_retry.py62 if common._TEST_RESULT_XML in name:
204 results_path, unzipped_result_dir, common._TEST_RESULT_XML)
208 common._TEST_RESULT_XML)
212 common._TEST_RESULT_XML)
284 common._TEST_RESULT_XML), common._SUMMARY_TAG,
Dcommand_sheet_test.py223 zip_file.writestr(common._TEST_RESULT_XML, xml_string)
308 zip_file.writestr(common._TEST_RESULT_XML, _XML_1)
Dcommand_upload.py216 common._TEST_RESULT_XML)
/test/framework/harnesses/host_controller/
Dcommon.py112 _TEST_RESULT_XML = "test_result.xml" variable
/test/framework/harnesses/host_controller/utils/parser/
Dresult_utils.py39 x.endswith(common._TEST_RESULT_XML) or