Lines Matching refs:test_cls_name
87 test_cls_name = test_class.__name__
90 test_configs = [config_parser.GetDefaultConfig(test_cls_name)]
94 baseline_config = config_parser.GetDefaultConfig(test_cls_name)
107 test_identifiers = [(test_cls_name, None)]
228 for test_cls_name, _ in self.run_list:
230 alt_cls_name = test_cls_name.lower()
234 if name == test_cls_name or alt_name == alt_cls_name:
236 "abort.") % test_cls_name
436 for test_cls_name, test_case_names in self.run_list:
441 test_case_names, test_cls_name)
443 logging.debug("Executing test class %s", test_cls_name)
445 test_cls = test_classes[test_cls_name]
449 "paths specified.") % test_cls_name)