Searched refs:execute_command_with_timeout (Results 1 – 7 of 7) sorted by relevance
| /test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/ |
| D | kit_lite.py | 161 output, _, _ = device.execute_command_with_timeout(command=command, timeout=10) 328 env_result, status, _ = device.execute_command_with_timeout( 363 execute_command_with_timeout(command=command, 376 result, status, _ = device.execute_command_with_timeout( 449 device.execute_command_with_timeout(command="cd /storage", 452 device.execute_command_with_timeout(command="umount -f " 456 device.execute_command_with_timeout(command="rm -r /storage{}". 460 device.execute_command_with_timeout(command="cd /", timeout=1) 463 result, status, _ = device.execute_command_with_timeout( 467 … device.execute_command_with_timeout(command="rm -r {}".format(mounted_dir), timeout=1) [all …]
|
| /test/testfwk/xdevice/plugins/ohos/src/ohos/environment/ |
| D | device_lite.py | 282 self.execute_command_with_timeout(command='\r', timeout=5) 283 self.execute_command_with_timeout(command=self.ifconfig, timeout=5) 301 def execute_command_with_timeout(self, command="", case_type="", member in DeviceLite 324 self.device.execute_command_with_timeout( 330 self.device.execute_command_with_timeout( 337 self.device.execute_command_with_timeout( 357 execute_command_with_timeout(command="reset", timeout=30) 365 enter_result, _, _ = self.execute_command_with_timeout( 370 self.execute_command_with_timeout(command=self.ifconfig, 375 ifconfig_result, _, _ = self.execute_command_with_timeout( [all …]
|
| /test/testfwk/developer_test/src/core/driver/ |
| D | lite_driver.py | 153 self.lite_device.execute_command_with_timeout( 165 _, status, _ = self.lite_device.execute_command_with_timeout( 185 self.lite_device.execute_command_with_timeout("cd /{}".format( 213 self.lite_device.execute_command_with_timeout( 218 self.lite_device.execute_command_with_timeout( 289 self.lite_device.execute_command_with_timeout( 293 self.lite_device.execute_command_with_timeout( 305 result, _, _ = self.lite_device.execute_command_with_timeout( 403 execute_command_with_timeout( 560 result, _, error = self.config.device.execute_command_with_timeout(
|
| /test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/ |
| D | opensource_driver_lite.py | 81 self.config.device.execute_command_with_timeout( 83 self.config.device.execute_command_with_timeout( 138 result, _, error = self.config.device.execute_command_with_timeout(
|
| D | cpp_driver_lite.py | 149 self.config.device.execute_command_with_timeout( 194 self.config.device.execute_command_with_timeout( 197 self.config.device.execute_command_with_timeout( 222 result, _, _ = self.config.device.execute_command_with_timeout( 245 result, _, _ = self.config.device.execute_command_with_timeout( 323 result, _, error = self.config.device.execute_command_with_timeout( 328 _, _, error = self.config.device.execute_command_with_timeout( 449 result, _, _ = self.config.device.execute_command_with_timeout(
|
| D | c_driver_lite.py | 185 execute_command_with_timeout( 251 execute_command_with_timeout( 303 execute_command_with_timeout( 357 execute_command_with_timeout(
|
| /test/testfwk/developer_test/src/core/config/ |
| D | resource_manager.py | 218 … self.lite_device.execute_command_with_timeout(command, case_type=DeviceTestType.lite_cpp_test)
|