Searched refs:device_testpath (Results 1 – 2 of 2) sorted by relevance
| /test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/ |
| D | drivers.py | 130 device_testpath): argument 134 self.device_testpath = device_testpath 162 if self.device.is_file_exist(os.path.join(self.device_testpath, 165 elif self.device.is_file_exist(os.path.join(self.device_testpath, 171 os.path.join(self.device_testpath, remote_result_name), 174 LOG.error("%s no report file", self.device_testpath) 179 remote_result_file = os.path.join(self.device_testpath, 202 if self.is_exist_target_in_device(self.device_testpath, 207 os.path.join(self.device_testpath, src_target_name), 214 if self.is_exist_target_in_device(self.device_testpath, target_name): [all …]
|
| /test/testfwk/developer_test/src/core/driver/ |
| D | drivers.py | 317 self.device_testpath = self.config.test_hap_out_path 319 self.device_testpath = self.config.target_test_path 399 remote_result_file = os.path.join(self.device_testpath, 401 remote_json_result_file = os.path.join(self.device_testpath, 404 remote_result_file = os.path.join(self.device_testpath, 406 remote_json_result_file = os.path.join(self.device_testpath, 420 remote_log_result_file = os.path.join(self.device_testpath, 516 self.device.pull_file(os.path.join(self.device_testpath,
|