Lines Matching refs:job
17 def execute(self, job, host, *args, **kwargs):
20 @param job: A job object from a control file.
45 def execute(self, job, host, *args, **kwargs):
48 @param job: A job object from a control file.
56 return job.run_test(self.test, host=host, *args, **kwargs)
62 def execute(self, job, host, *args, **kwargs):
65 @param job: A job object from a control file.