Home
last modified time | relevance | path

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

/tools/asuite/atest/tools/
Datest_tools.py388 def acloud_create(report_file, args, no_metrics_notice=True): argument
415 result = au.load_json_safely(report_file)
419 with open(report_file, 'w+') as _wfile:
449 report_file = get_report_file(results_dir, acloud_args)
452 args=[report_file, acloud_args, args.no_metrics])
453 return acloud_proc, report_file
456 def probe_acloud_status(report_file, find_build_duration): argument
472 if Path(report_file).exists():
473 if not au.load_json_safely(report_file):
475 with open(report_file, 'r') as rfile:
[all …]
Datest_tools_unittest.py110 report_file = '/tmp/acloud_status.json'
112 arg_with_equal = '-a --report-file={} --all'.format(report_file)
114 report_file)
116 arg_with_equal = '-b --report_file={} --ball'.format(report_file)
118 report_file)
120 arg_without_equal = '-c --report-file {} --call'.format(report_file)
122 report_file)
124 arg_without_equal = '-d --report_file {} --dall'.format(report_file)
126 report_file)
130 report_file)
/tools/acloud/public/
Dreport.py259 def Dump(self, report_file): argument
273 if not report_file:
276 with open(report_file, "w") as f:
279 os.path.abspath(report_file))
Dacloud_main.py442 if reporter and args.report_file:
443 reporter.Dump(args.report_file)
/tools/asuite/atest/
Datest_main.py1025 proc_acloud, report_file = None, None
1027 proc_acloud, report_file = at.acloud_create_validator(results_dir, args)
1126 proc_acloud, report_file = at.acloud_create_validator(
1202 report_file, find_duration + build_duration)
/tools/acloud/public/acloud_kernel/
Dacloud_kernel.py84 report.Dump(args.report_file)