Searched refs:test_case (Results 1 – 22 of 22) sorted by relevance
| /test/testfwk/xdevice/plugins/devicetest/core/ |
| D | report.py | 120 test_case = dom.createElement("testcase") 121 test_case.setAttribute("name", case_name) 122 test_case.setAttribute("status", 'run') 123 test_case.setAttribute("classname", case_name) 124 test_case.setAttribute("level", None) 125 test_case.setAttribute("result", case_result) 126 test_case.setAttribute("result_kind", result) 127 test_case.setAttribute("message", error) 128 test_case.setAttribute("report", report) 140 test_suite.appendChild(test_case) [all …]
|
| /test/testfwk/developer_test/src/core/driver/ |
| D | lite_driver.py | 196 test_case = request.root.source.source_file 200 case_name = os.path.basename(test_case) 207 shutil.copyfile(test_case, os.path.join(self.nfs_dir, case_name)) 211 resource_manager.get_resource_data_dic(test_case) 224 self.log.error("failed case: %s" % test_case) 248 test_case = request.root.source.source_file 249 case_name = os.path.basename(test_case) 252 sub_system_module = test_case.split(
|
| /test/xts/acts/pcs/pcs_py/ |
| D | ActsPCSPyTest.py | 17 from devicetest.core.test_case import Step
|
| D | testSupportHdc.py | 17 from devicetest.core.test_case import TestCase, Step
|
| D | testJsConfiguration.py | 17 from devicetest.core.test_case import TestCase, Step
|
| D | testTrustedRootCaExist.py | 17 from devicetest.core.test_case import TestCase, Step
|
| D | testCommandWukong.py | 17 from devicetest.core.test_case import TestCase, Step
|
| D | testAppSignatureVerify.py | 17 from devicetest.core.test_case import TestCase, Step
|
| D | testInstallSignedHap.py | 17 from devicetest.core.test_case import TestCase, Step
|
| D | testPermissionName.py | 17 from devicetest.core.test_case import TestCase, Step
|
| D | testPermissionsNotMissing.py | 17 from devicetest.core.test_case import TestCase, Step
|
| D | testRealRandomGenerate.py | 17 from devicetest.core.test_case import TestCase, Step
|
| D | testMinimumComponentSet.py | 17 from devicetest.core.test_case import TestCase, Step
|
| D | testSDCardMount.py | 17 from devicetest.core.test_case import TestCase, Step
|
| D | testSelinuxFileLable.py | 17 from devicetest.core.test_case import TestCase, Step
|
| D | testSystemCoreInternetPermission.py | 17 from devicetest.core.test_case import TestCase, Step
|
| D | testBundleInstallVerify.py | 17 from devicetest.core.test_case import TestCase, Step
|
| /test/testfwk/developer_test/src/core/command/ |
| D | distribute_utils.py | 147 def get_test_case(test_case): argument 149 for test in test_case:
|
| /test/testfwk/xdevice/src/xdevice/_core/report/ |
| D | repeater_helper.py | 80 ReportConstant.test_case, ReportConstant.class_name, class_name,
|
| D | reporter_helper.py | 123 test_case = "testcase" variable in ReportConstant 185 return self.initial_element(ReportConstant.test_case,
|
| /test/testfwk/xdevice/plugins/devicetest/runner/ |
| D | test_runner.py | 43 from devicetest.core.test_case import DeviceRoot
|
| /test/xts/acts/ |
| D | README_zh.md | 997 from devicetest.core.test_case import TestCase, Step 1078 from devicetest.core.test_case import Step
|