Searched refs:run_log (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tests/image-fuzzer/ |
H A D | runner.py | 121 def __init__(self, test_id, seed, work_dir, run_log, argument 165 self.parent_log = open(run_log, "a") 330 def run_test(test_id, seed, work_dir, run_log, cleanup, log_all, argument 334 test = TestEnv(test_id, seed, work_dir, run_log, cleanup, 403 run_log = os.path.join(work_dir, 'run.log') variable 425 run_test(str(next(test_id)), seed, work_dir, run_log, cleanup,
|