HomeSort by relevance Sort by last modified time
    Searched refs:stop_cmd (Results 1 - 3 of 3) sorted by null

  /external/autotest/client/site_tests/vm_CrosVmStart/
vm_CrosVmStart.py 63 stop_cmd = ['/usr/bin/crosvm', 'stop', '--socket', crosvm_socket_path]
  /external/autotest/server/site_tests/firmware_ECThermal/
firmware_ECThermal.py 274 stop_cmd = 'kill -9 %d'
276 self.faft_client.system.run_shell_command(stop_cmd % pid)
  /external/autotest/client/site_tests/firmware_TouchMTB/
touchbotII_robot_wrapper.py 302 def _wait_for_user_input(self, continue_cmd, stop_cmd):
304 while user_input not in [continue_cmd, stop_cmd]:
308 (continue_cmd, stop_cmd))
309 if user_input == stop_cmd:

Completed in 181 milliseconds