Home
last modified time | relevance | path

Searched refs:shell_with_output (Results 1 – 3 of 3) sorted by relevance

/test/testfwk/developer_test/aw/python/distributed/distribute/
Ddistribute.py102 output = device.shell_with_output(check_command)
112 output = device.shell_with_output("getprop ro.hardware")
117 output = device.shell_with_output("ifconfig")
134 output = device.shell_with_output("param get ohos.boot.hardware")
139 output = device.shell_with_output("ifconfig waln0")
162 device_info = device.shell_with_output(dumpsys_command)
/test/testfwk/developer_test/aw/python/distributed/common/
Ddrivers.py65 stdout_info = device.shell_with_output(command)
Ddevices.py227 def shell_with_output(self, command=""): member in DeviceShell