Searched refs:stop_cmd (Results 1 – 3 of 3) sorted by relevance
549 stop_cmd = ['stop', 'ui']553 stop_cmd.insert(0, 'systemctl')555 self.RunCmdOnDevice(stop_cmd)
271 stop_cmd = 'kill -9 %d'273 self.faft_client.system.run_shell_command(stop_cmd % pid)
302 def _wait_for_user_input(self, continue_cmd, stop_cmd): argument304 while user_input not in [continue_cmd, stop_cmd]:308 (continue_cmd, stop_cmd))309 if user_input == stop_cmd: