Home | History | Annotate | Download | only in site_utils

Lines Matching refs:suite_args

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_dict
542 def get_original_suite_name(suite_name, suite_args):
547 specified in the suite_args.
548 @param suite_args: dict of suite args from argument parsing.
554 attrs = suite_args.get('attr_filter', '')
1679 suite_args = options.suite_args
1680 if 'tests' in suite_args:
1682 suite_args = ' '.join([':lab:'] + suite_args['tests'])
1685 suite_args = repr(suite_args)
1686 options.suite_args = suite_args
1698 suite_args=options.suite_args,
1867 options.suite_args)
1880 # suite_args contains num_required.
1882 num_required=options.suite_args['num_required'])