Searched refs:command_line (Results 1 – 7 of 7) sorted by relevance
/test/framework/harnesses/host_controller/ |
D | console_test.py | 62 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)
|
D | tfc_host_controller_test.py | 55 command_line="vts -m SampleShellTest",
|
D | tfc_host_controller.py | 78 task.command_line.split(), task.device_serials)
|
/test/framework/harnesses/host_controller/tfc/ |
D | command_task.py | 34 def __init__(self, task_id, command_line, device_serials, **kwargs): argument 37 command_line=command_line,
|
D | request.py | 43 def __init__(self, cluster, command_line, run_target, user, **kwargs): argument 55 command_line=command_line,
|
D | tfc_client_test.py | 50 command_line="vts-codelab",
|
/test/framework/harnesses/host_controller/command_processor/ |
D | command_request.py | 63 command_line=" ".join(args.command),
|