Lines Matching full:machine
31 def run(machine):
32 job.run_test('%s', host=hosts.create_host(machine), client_ip=machine%s)
57 def child_job_name(self, machine, iteration_number):
61 @param machine: machine name on which the test will run.
64 @returns a unique name based on the machine, the name and the iteration.
66 name_parts = [machine, self._name]
117 def schedule(self, job, timeout_mins, machine):
121 Will schedule a given test on the job machine(s).
130 @param machine: machine to run the test on.
139 hostname = utils.get_hostname_from_machine(machine)
171 @param machines: machine to run on.
174 for machine in machines:
177 timeout_mins += test.schedule(job, timeout_mins, machine)