Home | History | Annotate | Download | only in afe

Lines Matching refs:suite_args

1933         suite_args=None,
1976 @param suite_args: Optional arguments which will be parsed by the suite
2064 if suite_args is None:
2065 suite_args = dict()
2069 if 'tests' in suite_args:
2073 suite_args_raw = ' '.join([':lab:'] + suite_args['tests'])
2083 suite_args_raw = repr(suite_args)
2099 # TODO(crbug.com/758427): injecting suite_args is needed to run
2101 'suite_args' : suite_args_raw,
2113 inject_dict.update(suite_args)