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.py170 for test_cls_name, _ in self.run_list:
172 alt_cls_name = test_cls_name.lower()
176 if name == test_cls_name or alt_name == alt_cls_name:
178 'abort.') % test_cls_name
193 def run_test_class(self, test_cls_name, test_cases=None): argument
208 matches = fnmatch.filter(self.test_classes.keys(), test_cls_name)
212 'skipping for now.' % test_cls_name)
213 record = records.TestResultRecord('*all*', test_cls_name)
217 if matches != [test_cls_name]:
219 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