Home
last modified time | relevance | path

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

/tools/asuite/atest/tools/
Dstart_avd.py41 def get_report_file(results_dir, acloud_args): argument
57 match = ACLOUD_REPORT_FILE_RE.match(acloud_args)
125 acloud_args = ' '.join(args.acloud_create)
126 report_file = get_report_file(results_dir, acloud_args)
128 func=acloud_create, args=[report_file, acloud_args, args.no_metrics]