Searched refs:GetConfigType (Results 1 – 3 of 3) sorted by relevance
110 if config_type != self.GetConfigType():113 '%s' % (config_type, self.GetConfigType(), file_path))186 def GetConfigType(cls): member in BaseConfig414 json_dict = {'config_type': cls.GetConfigType(),
211 config.GetConfigType() not in self.supported_configs):212 raise exceptions.UnsupportedConfigFormatError(config.GetConfigType(),
1451 self.assertEqual(self.config_type, config.GetConfigType())1466 self.assertEqual(self.config_type, config.GetConfigType())