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.py208 env_result, status, _ = device.execute_command_with_timeout(
241 execute_command_with_timeout(command=command,
256 result, status, _ = device.execute_command_with_timeout(
376 device.execute_command_with_timeout(command="cd /storage",
379 device.execute_command_with_timeout(command="umount -f "
383 device.execute_command_with_timeout(command="rm -r /storage{}".
387 device.execute_command_with_timeout(command="cd /", timeout=1)
390 result, status, _ = device.execute_command_with_timeout(
394 device.execute_command_with_timeout(command="rm -r {}".
428 device.execute_command_with_timeout(command="cd /storage", timeout=1)
[all …]
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/
Ddevice_lite.py298 def execute_command_with_timeout(self, command="", case_type="", member in DeviceLite
321 self.device.execute_command_with_timeout(
327 self.device.execute_command_with_timeout(
334 self.device.execute_command_with_timeout(
354 execute_command_with_timeout(command="reset", timeout=30)
362 enter_result, _, _ = self.execute_command_with_timeout(command='\r',
366 self.execute_command_with_timeout(command=self.ifconfig,
371 ifconfig_result, _, _ = self.execute_command_with_timeout(
423 def execute_command_with_timeout(self, command="", timeout=TIMEOUT, member in RemoteController
480 def execute_command_with_timeout(self, **kwargs): member in LocalController
[all …]
/test/testfwk/developer_test/src/core/driver/
Dlite_driver.py136 self.lite_device.execute_command_with_timeout(
147 _, status, _ = self.lite_device.execute_command_with_timeout(
166 self.lite_device.execute_command_with_timeout("cd /{}".format(
193 self.lite_device.execute_command_with_timeout(
198 self.lite_device.execute_command_with_timeout(
266 self.lite_device.execute_command_with_timeout(
270 self.lite_device.execute_command_with_timeout(
282 result, _, _ = self.lite_device.execute_command_with_timeout(
393 execute_command_with_timeout(
551 result, _, error = self.config.device.execute_command_with_timeout(
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/
Ddrivers_lite.py199 self.config.device.execute_command_with_timeout(
244 self.config.device.execute_command_with_timeout(
247 self.config.device.execute_command_with_timeout(
272 result, _, _ = self.config.device.execute_command_with_timeout(
295 result, _, _ = self.config.device.execute_command_with_timeout(
371 result, _, error = self.config.device.execute_command_with_timeout(
376 _, _, error = self.config.device.execute_command_with_timeout(
495 result, _, _ = self.config.device.execute_command_with_timeout(
710 execute_command_with_timeout(
770 execute_command_with_timeout(
[all …]
/test/testfwk/developer_test/src/core/config/
Dresource_manager.py186 … self.lite_device.execute_command_with_timeout(command, case_type=DeviceTestType.lite_cpp_test)