Home | History | Annotate | Download | only in cros

Lines Matching full:host

17     def execute(self, job, host, *args, **kwargs):
21 @param host: A host to run this action against.
45 def execute(self, job, host, *args, **kwargs):
49 @param host: A host to run this action against.
56 return job.run_test(self.test, host=host, *args, **kwargs)
62 def execute(self, job, host, *args, **kwargs):
66 @param host: A host to run this action against.
73 host.reboot()