Home | History | Annotate | Download | only in site_utils

Lines Matching refs:suite_args

231     parser.add_argument("--suite_args", dest="suite_args",
302 if options.use_suite_attr and options.suite_args is not None:
303 print ('The new suite control file cannot parse the suite_args: %s.'
304 'Please not specify any suite_args here.' % options.suite_args)
319 options.name to 'suite_attr_wrapper', change the options.suite_args to
333 # change the suite_args to be a dict of arguments for suite_attr_wrapper
334 # if suite_args is not None, store the values in 'other_args' of the dict
337 options.suite_args = str(args_dict)
382 def get_original_suite_name(suite_name, suite_args):
387 specified in the suite_args.
388 @param suite_args: the parsed option which contains the original suite name.
394 attrs = ast.literal_eval(suite_args).get('attr_filter', '')
1541 suite_args=options.suite_args,
1698 options.suite_args)