Home
last modified time | relevance | path

Searched refs:_Run (Results 1 – 7 of 7) sorted by relevance

/test/framework/harnesses/host_controller/command_processor/
Dcommand_dut_test.py73 ret = self._command._Run("--serial device1 --operation wifi_on")
86 ret = self._command._Run("--serial device1 --operation wifi_on")
100 ret = self._command._Run("--serial device1 --operation wifi_on --ap %s"
119 ret = self._command._Run("--serial device1 --operation wifi_off")
133 ret = self._command._Run("--serial device1 --operation volume_mute")
149 ret = self._command._Run(
Dcommand_device_test.py107 ret = command._Run("--update=single")
120 ret = command._Run("--set_serial=device1,device2,device3")
137 ret = command._Run("")
143 ret = command._Run("--update=stop")
Dcommand_upload_test.py234 ret = command._Run("--src=tmp/result.log --dest=gs://report-bucket/")
248 ret = command._Run(
266 ret = command._Run(
289 ret = command._Run("--src=latest-system.img --dest=/report-bucket/")
305 ret = command._Run("--src=result.zip --dest=gs://report-bucket/")
Dcommand_repack_test.py83 ret = command._Run("--dest=gs://bucket/path/")
112 ret = command._Run("--dest=gs://bucket/path/")
150 ret = command._Run(
Dcommand_reproduce_test.py275 ret = self._command._Run(
286 ret = self._command._Run("--report_path=/some/path/to/report/file")
314 ret = self._command._Run("--report_path=gs://some/path/to/report/file"
343 ret = self._command._Run(
Dbase_command_processor.py57 def _Run(self, arg_line): member in BaseCommandProcessor
/test/framework/harnesses/host_controller/
Dconsole.py442 setattr(self, do_text, cp._Run)