Searched refs:source_file (Results 1 – 13 of 13) sorted by relevance
/test/xts/tools/lite/build/ |
D | utils.py | 157 for source_file in sources: 158 source_file = source_file.strip() 159 if os.path.isfile(source_file) and os.path.exists(source_file): 161 if os.path.basename(source_file) in copy_set: 162 new_output = os.path.join(output, os.path.dirname(source_file). 166 file_util.copy_file(source_file, new_output) 168 file_util.copy_file(source_file, output) 169 copy_set.add(os.path.basename(source_file)) 173 for source_file in sources: 174 source_file = source_file.strip() [all …]
|
/test/xts/tools/build/ |
D | utils.py | 128 for source_file in sources: 129 source_file = source_file.strip() 130 if os.path.isfile(source_file): 131 file_util.copy_file(source_file, output) 135 for source_file in sources: 136 source_file = source_file.strip() 137 if os.path.isdir(source_file): 138 dir_util.copy_tree(source_file, output)
|
D | suite.py | 282 def _generate_json_by_template(source_file, module_name, dest_file): argument 283 source_content = utils.read_file(source_file) 313 def _copy_file_to_target(self, source_file, dest_file): argument 314 if not os.path.exists(source_file): 315 print("[ERROR] source_file is not exist. %s" % source_file, 319 self._copy_file(source_file, dest_file)
|
/test/testfwk/developer_test/src/core/testkit/ |
D | kit_lite.py | 86 def _send_file(self, device, source_file): argument 102 .format(new_temp_tool_path, port_number[0], source_file, 125 source_file = args.get("source_file", None) 127 self._send_file(device, source_file)
|
/test/testfwk/developer_test/src/core/driver/ |
D | lite_driver.py | 111 request.root.source.source_file) 176 test_case = request.root.source.source_file 226 test_case = request.root.source.source_file 433 source_file=request.root.source.source_file.strip()) 485 suite_file = request.root.source.source_file 500 request.root.source.source_file.strip()).split(".")[0]
|
D | drivers.py | 455 suite_file = request.root.source.source_file 655 suite_file = request.root.source.source_file
|
/test/testfwk/xdevice/src/xdevice/_core/executor/ |
D | scheduler.py | 351 device_option.source_file = \ 382 % test_driver[1].source.source_file, 670 test_driver[1].source.source_file), 721 source_content = test_driver[1].source.source_file or \ 1204 if str(test_source.source_file).endswith(".bin"): 1211 device_option.source_file = \ 1212 test_source.source_file or test_source.source_string
|
D | concurrent.py | 150 source_content = self.test_driver[1].source.source_file or \ 539 source_content = self.test_driver[1].source.source_file or \
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/ |
D | drivers_lite.py | 644 if request.root.source.source_file.strip(): 646 request.root.source.source_file.strip()) 648 request.root.source.source_file.strip()).split(".")[0] 1036 source_file, error_no="00101") 1125 suite_file = request.root.source.source_file 1140 request.root.source.source_file.strip()).split(".")[0]
|
D | openharmony.py | 251 suite_file = request.root.source.source_file 294 suite_file = request.root.source.source_file
|
D | drivers.py | 744 suite_file = request.root.source.source_file 917 suite_file = request.root.source.source_file
|
/test/testfwk/xdevice/src/xdevice/_core/environment/ |
D | manager_env.py | 256 self.source_file = ""
|
D | env_pool.py | 280 self.source_file = ""
|