HomeSort by relevance Sort by last modified time
    Searched refs:suite_args (Results 1 - 3 of 3) sorted by null

  /external/autotest/site_utils/
run_suite.py 343 parser.add_argument("--suite_args", dest="suite_args",
436 if options.use_suite_attr and options.suite_args is not None:
437 print ('The new suite control file cannot parse the suite_args: %s.'
438 'Please not specify any suite_args here.' % options.suite_args)
453 options.name to 'suite_attr_wrapper', change the options.suite_args to
467 # change the suite_args to be a dict of arguments for suite_attr_wrapper
468 # if suite_args is not None, store the values in 'other_args' of the dict
471 options.suite_args = args_dic
    [all...]
  /external/autotest/frontend/afe/
rpc_interface.py     [all...]
moblab_rpc_interface.py     [all...]

Completed in 81 milliseconds