Lines Matching refs:results_dir
337 def run(self, control_file, results_dir='.', host=None, timeout=None, argument
363 results_dir = os.path.abspath(results_dir)
369 results_dir = os.path.join(results_dir, tag)
371 atrun = _Run(host, results_dir, tag, parallel_flag, background)
372 self._do_run(control_file, results_dir, host, atrun, timeout,
386 def _do_run(self, control_file, results_dir, host, atrun, timeout, argument
395 debug = os.path.join(results_dir, 'debug')
459 def run_timed_test(self, test_name, results_dir='.', host=None, argument
473 self.run(control, results_dir, host, timeout=timeout,
478 def run_test(self, test_name, results_dir='.', host=None, argument
481 self.run_timed_test(test_name, results_dir, host, timeout=None,
495 def __init__(self, host, results_dir, tag, parallel_flag, background): argument
497 self.results_dir = results_dir
570 debug_dir = os.path.join(self.results_dir, 'debug')
707 self.host.job.push_execution_context(self.results_dir)
739 client_log_path = os.path.join(self.results_dir, 'debug',
745 self.host.job.push_execution_context(self.results_dir)
850 collector = log_collector(self.host, self.tag, self.results_dir)
861 logger = client_logger(self.host, self.tag, self.results_dir)
924 state_path = os.path.join(self.results_dir, state_file)
936 def __init__(self, host, client_tag, results_dir): argument
942 self.server_results_dir = results_dir