Home
last modified time | relevance | path

Searched refs:result_file (Results 1 – 1 of 1) sorted by relevance

/openthread-latest/tools/harness-automation/autothreadharness/
Drunner.py187 result_file='./result.json', argument
215 if os.path.isfile(result_file):
217 log = json.load(open(result_file, 'r'))
223 json.dump(log, open(result_file, 'w'), indent=2)
300 argv.extend(['-o', result_file])
321 result = SimpleTestResult(result_file, auto_reboot_args, keep_explorer, add_all_devices)
423 result_file=args['result_file'],