Home
last modified time | relevance | path

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

/tools/asuite/atest/tools/
Datest_tools.py90 def get_report_file(results_dir, acloud_args): argument
106 match = constants.ACLOUD_REPORT_FILE_RE.match(acloud_args)
/tools/asuite/atest/
Datest.py690 acloud_args = ' '.join(args.acloud_create)
693 report_file = at.get_report_file(results_dir, acloud_args)
697 kwargs={'args':acloud_args,