Home
last modified time | relevance | path

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

/test/framework/harnesses/host_controller/
Dconsole_test.py62 command_line="vts -m SampleShellTest",
85 def _IssueCommand(self, command_line): argument
95 self._console.onecmd(command_line)
116 command_line = "vts -m SampleShellTest"
118 "-- %s" % (user, cluster, run_target, command_line))
123 self.assertEqual(command_line, req.command_line)
Dtfc_host_controller_test.py55 command_line="vts -m SampleShellTest",
Dtfc_host_controller.py78 task.command_line.split(), task.device_serials)
/test/framework/harnesses/host_controller/tfc/
Dcommand_task.py34 def __init__(self, task_id, command_line, device_serials, **kwargs): argument
37 command_line=command_line,
Drequest.py43 def __init__(self, cluster, command_line, run_target, user, **kwargs): argument
55 command_line=command_line,
Dtfc_client_test.py50 command_line="vts-codelab",
/test/framework/harnesses/host_controller/command_processor/
Dcommand_request.py63 command_line=" ".join(args.command),