D | test.py | 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 [all …]
|