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

  /external/autotest/venv/skylab_suite/
suite_parser.py 71 "--suite_args", type=ast.literal_eval, default=None,
149 if options.suite_args is None:
150 options.suite_args = {}
166 suite_args=options.suite_args,
cros_suite.py 38 'suite_args',
433 self._num_required = spec.suite_args['num_required']
  /external/autotest/venv/skylab_suite/cmd/
run_suite_skylab.py 29 if 'num_required' in options.suite_args:
30 provision_num_required = options.suite_args['num_required']
  /external/autotest/site_utils/
run_suite.py 365 parser.add_argument("--suite_args", dest="suite_args",
458 if options.use_suite_attr and options.suite_args is not None:
459 print ('The new suite control file cannot parse the suite_args: %s.'
460 'Please not specify any suite_args here.' % options.suite_args)
479 options.name to 'suite_attr_wrapper', change the options.suite_args to
493 # change the suite_args to be a dict of arguments for suite_attr_wrapper
494 # if suite_args is not None, store the values in 'other_args' of the dict
497 options.suite_args = args_dic
    [all...]
  /external/autotest/frontend/afe/
rpc_interface.py     [all...]
moblab_rpc_interface.py     [all...]

Completed in 100 milliseconds