Home
last modified time | relevance | path

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

/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/
Dkit_lite.py69 output, _, _ = device.execute_command_with_timeout(command=command, timeout=10)
226 env_result, status, _ = device.execute_command_with_timeout(
262 execute_command_with_timeout(command=command,
277 result, status, _ = device.execute_command_with_timeout(
405 device.execute_command_with_timeout(command="cd /storage",
408 device.execute_command_with_timeout(command="umount -f "
412 device.execute_command_with_timeout(command="rm -r /storage{}".
416 device.execute_command_with_timeout(command="cd /", timeout=1)
419 result, status, _ = device.execute_command_with_timeout(
423 device.execute_command_with_timeout(command="rm -r {}".
[all …]
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/
Ddevice_lite.py318 def execute_command_with_timeout(self, command="", case_type="", member in DeviceLite
341 self.device.execute_command_with_timeout(
347 self.device.execute_command_with_timeout(
354 self.device.execute_command_with_timeout(
374 execute_command_with_timeout(command="reset", timeout=30)
382 enter_result, _, _ = self.execute_command_with_timeout(command='\r',
386 self.execute_command_with_timeout(command=self.ifconfig,
391 ifconfig_result, _, _ = self.execute_command_with_timeout(
443 def execute_command_with_timeout(self, command="", timeout=TIMEOUT, member in RemoteController
500 def execute_command_with_timeout(self, **kwargs): member in LocalController
[all …]
/test/testfwk/developer_test/src/core/driver/
Dlite_driver.py153 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/
Ddrivers_lite.py201 self.config.device.execute_command_with_timeout(
246 self.config.device.execute_command_with_timeout(
249 self.config.device.execute_command_with_timeout(
274 result, _, _ = self.config.device.execute_command_with_timeout(
297 result, _, _ = self.config.device.execute_command_with_timeout(
373 result, _, error = self.config.device.execute_command_with_timeout(
378 _, _, error = self.config.device.execute_command_with_timeout(
502 result, _, _ = self.config.device.execute_command_with_timeout(
717 execute_command_with_timeout(
781 execute_command_with_timeout(
[all …]
/test/testfwk/developer_test/src/core/config/
Dresource_manager.py218 … self.lite_device.execute_command_with_timeout(command, case_type=DeviceTestType.lite_cpp_test)