Remove unused attribute 'RESOURCE_TYPE' for tests

Change-Id: Iddd367212a4df06a34696ed53b171f16882b70d6
This commit is contained in:
huangtianhua 2017-10-09 17:09:25 +08:00
parent bdade04310
commit 80b08d762e
18 changed files with 0 additions and 36 deletions

View File

@ -38,8 +38,6 @@ sample_template = {
}
}
RESOURCE_TYPE = 'OS::Designate::Domain'
class DesignateDomainTest(common.HeatTestCase):

View File

@ -40,8 +40,6 @@ sample_template = {
}
}
RESOURCE_TYPE = 'OS::Designate::Record'
class DesignateRecordTest(common.HeatTestCase):

View File

@ -39,8 +39,6 @@ sample_template = {
}
}
RESOURCE_TYPE = 'OS::Designate::Record'
class DesignateRecordSetTest(common.HeatTestCase):

View File

@ -38,8 +38,6 @@ sample_template = {
}
}
RESOURCE_TYPE = 'OS::Designate::Zone'
class DesignateZoneTest(common.HeatTestCase):

View File

@ -35,8 +35,6 @@ KEYSTONE_REGION_TEMPLATE = {
}
}
RESOURCE_TYPE = 'OS::Keystone::Domain'
class KeystoneDomainTest(common.HeatTestCase):
def setUp(self):

View File

@ -42,8 +42,6 @@ keystone_endpoint_template = {
}
}
RESOURCE_TYPE = 'OS::Keystone::Endpoint'
class KeystoneEndpointTest(common.HeatTestCase):
def setUp(self):

View File

@ -37,8 +37,6 @@ keystone_group_template = {
}
}
RESOURCE_TYPE = 'OS::Keystone::Group'
class KeystoneGroupTest(common.HeatTestCase):
def setUp(self):

View File

@ -37,8 +37,6 @@ keystone_project_template = {
}
}
RESOURCE_TYPE = 'OS::Keystone::Project'
class KeystoneProjectTest(common.HeatTestCase):
def setUp(self):

View File

@ -37,8 +37,6 @@ KEYSTONE_REGION_TEMPLATE = {
}
}
RESOURCE_TYPE = 'OS::Keystone::Region'
class KeystoneRegionTest(common.HeatTestCase):
def setUp(self):

View File

@ -34,8 +34,6 @@ keystone_role_template = {
}
}
RESOURCE_TYPE = 'OS::Keystone::Role'
class KeystoneRoleTest(common.HeatTestCase):
def setUp(self):

View File

@ -39,8 +39,6 @@ keystone_service_template = {
}
}
RESOURCE_TYPE = 'OS::Keystone::Service'
class KeystoneServiceTest(common.HeatTestCase):
def setUp(self):

View File

@ -41,8 +41,6 @@ keystone_user_template = {
}
}
RESOURCE_TYPE = 'OS::Keystone::User'
class KeystoneUserTest(common.HeatTestCase):
def setUp(self):

View File

@ -41,8 +41,6 @@ sample_template = {
}
}
RESOURCE_TYPE = 'OS::Monasca::AlarmDefinition'
class MonascaAlarmDefinitionTest(common.HeatTestCase):

View File

@ -39,8 +39,6 @@ sample_template = {
}
}
RESOURCE_TYPE = 'OS::Monasca::Notification'
class MonascaNotificationTest(common.HeatTestCase):

View File

@ -44,8 +44,6 @@ sample_template = {
}
}
RESOURCE_TYPE = 'OS::Neutron::FlowClassifier'
class FlowClassifierTest(common.HeatTestCase):

View File

@ -38,8 +38,6 @@ port_chain_template = {
}
}
RESOURCE_TYPE = 'OS::Neutron::PortChain'
class PortChainTest(common.HeatTestCase):

View File

@ -35,8 +35,6 @@ sample_template = {
}
}
RESOURCE_TYPE = 'OS::Neutron::PortPair'
class PortPairTest(common.HeatTestCase):

View File

@ -34,8 +34,6 @@ sample_template = {
}
}
RESOURCE_TYPE = 'OS::Neutron::PortPairGroup'
class PortPairGroupTest(common.HeatTestCase):