Lines Matching refs:mytest
69 def wrapper(self, mytest): argument
73 func(self, mytest, host, at, outputdir)
77 if mytest.disable_sysinfo_install_cache:
159 def _pull_sysinfo_keyval(self, host, outputdir, mytest): argument
163 host.get_file(os.path.join(outputdir, "sysinfo"), mytest.outputdir)
171 mytest.write_test_keyval(keyval)
176 def before_hook(self, mytest, host, at, outputdir): argument
186 def before_iteration_hook(self, mytest, host, at, outputdir): argument
192 (outputdir, 'log_before_each_iteration', mytest.iteration,
202 def after_iteration_hook(self, mytest, host, at, outputdir): argument
207 (outputdir, 'log_after_each_iteration', mytest.iteration,
217 def after_hook(self, mytest, host, at, outputdir): argument
220 at.run(_sysinfo_after_test_script % (outputdir, mytest.success),
223 self._pull_sysinfo_keyval(host, outputdir, mytest)
285 def log_kernel_hook(mytest, existing_hook=logging_args[0]): argument
286 if mytest.host_parameter:
287 host = dargs[mytest.host_parameter]
292 existing_hook(mytest)