Home
last modified time | relevance | path

Searched refs:test_cls_name (Results 1 – 2 of 2) sorted by relevance

/tools/test/connectivity/acts/framework/acts/
Dtest_runner.py167 for test_cls_name, _ in self.run_list:
169 alt_cls_name = test_cls_name.lower()
173 if name == test_cls_name or alt_name == alt_cls_name:
175 'abort.') % test_cls_name
214 def run_test_class(self, test_cls_name, test_cases=None): argument
229 matches = fnmatch.filter(self.test_classes.keys(), test_cls_name)
233 'skipping for now.' % test_cls_name)
234 record = records.TestResultRecord('*all*', test_cls_name)
238 if matches != [test_cls_name]:
240 test_cls_name, matches)
[all …]
Dconfig_parser.py151 test_cls_name = tokens[0]
152 return test_cls_name, None
156 test_cls_name, test_case_names = tokens
158 return test_cls_name, clean_names