Merge "Remove unused attribute 'RESOURCE_TYPE' for tests"
This commit is contained in:
commit
34fe34d8fb
@ -38,8 +38,6 @@ sample_template = {
|
||||
}
|
||||
}
|
||||
|
||||
RESOURCE_TYPE = 'OS::Designate::Domain'
|
||||
|
||||
|
||||
class DesignateDomainTest(common.HeatTestCase):
|
||||
|
||||
|
@ -40,8 +40,6 @@ sample_template = {
|
||||
}
|
||||
}
|
||||
|
||||
RESOURCE_TYPE = 'OS::Designate::Record'
|
||||
|
||||
|
||||
class DesignateRecordTest(common.HeatTestCase):
|
||||
|
||||
|
@ -39,8 +39,6 @@ sample_template = {
|
||||
}
|
||||
}
|
||||
|
||||
RESOURCE_TYPE = 'OS::Designate::Record'
|
||||
|
||||
|
||||
class DesignateRecordSetTest(common.HeatTestCase):
|
||||
|
||||
|
@ -38,8 +38,6 @@ sample_template = {
|
||||
}
|
||||
}
|
||||
|
||||
RESOURCE_TYPE = 'OS::Designate::Zone'
|
||||
|
||||
|
||||
class DesignateZoneTest(common.HeatTestCase):
|
||||
|
||||
|
@ -35,8 +35,6 @@ KEYSTONE_REGION_TEMPLATE = {
|
||||
}
|
||||
}
|
||||
|
||||
RESOURCE_TYPE = 'OS::Keystone::Domain'
|
||||
|
||||
|
||||
class KeystoneDomainTest(common.HeatTestCase):
|
||||
def setUp(self):
|
||||
|
@ -42,8 +42,6 @@ keystone_endpoint_template = {
|
||||
}
|
||||
}
|
||||
|
||||
RESOURCE_TYPE = 'OS::Keystone::Endpoint'
|
||||
|
||||
|
||||
class KeystoneEndpointTest(common.HeatTestCase):
|
||||
def setUp(self):
|
||||
|
@ -37,8 +37,6 @@ keystone_group_template = {
|
||||
}
|
||||
}
|
||||
|
||||
RESOURCE_TYPE = 'OS::Keystone::Group'
|
||||
|
||||
|
||||
class KeystoneGroupTest(common.HeatTestCase):
|
||||
def setUp(self):
|
||||
|
@ -37,8 +37,6 @@ keystone_project_template = {
|
||||
}
|
||||
}
|
||||
|
||||
RESOURCE_TYPE = 'OS::Keystone::Project'
|
||||
|
||||
|
||||
class KeystoneProjectTest(common.HeatTestCase):
|
||||
def setUp(self):
|
||||
|
@ -37,8 +37,6 @@ KEYSTONE_REGION_TEMPLATE = {
|
||||
}
|
||||
}
|
||||
|
||||
RESOURCE_TYPE = 'OS::Keystone::Region'
|
||||
|
||||
|
||||
class KeystoneRegionTest(common.HeatTestCase):
|
||||
def setUp(self):
|
||||
|
@ -34,8 +34,6 @@ keystone_role_template = {
|
||||
}
|
||||
}
|
||||
|
||||
RESOURCE_TYPE = 'OS::Keystone::Role'
|
||||
|
||||
|
||||
class KeystoneRoleTest(common.HeatTestCase):
|
||||
def setUp(self):
|
||||
|
@ -39,8 +39,6 @@ keystone_service_template = {
|
||||
}
|
||||
}
|
||||
|
||||
RESOURCE_TYPE = 'OS::Keystone::Service'
|
||||
|
||||
|
||||
class KeystoneServiceTest(common.HeatTestCase):
|
||||
def setUp(self):
|
||||
|
@ -41,8 +41,6 @@ keystone_user_template = {
|
||||
}
|
||||
}
|
||||
|
||||
RESOURCE_TYPE = 'OS::Keystone::User'
|
||||
|
||||
|
||||
class KeystoneUserTest(common.HeatTestCase):
|
||||
def setUp(self):
|
||||
|
@ -41,8 +41,6 @@ sample_template = {
|
||||
}
|
||||
}
|
||||
|
||||
RESOURCE_TYPE = 'OS::Monasca::AlarmDefinition'
|
||||
|
||||
|
||||
class MonascaAlarmDefinitionTest(common.HeatTestCase):
|
||||
|
||||
|
@ -39,8 +39,6 @@ sample_template = {
|
||||
}
|
||||
}
|
||||
|
||||
RESOURCE_TYPE = 'OS::Monasca::Notification'
|
||||
|
||||
|
||||
class MonascaNotificationTest(common.HeatTestCase):
|
||||
|
||||
|
@ -44,8 +44,6 @@ sample_template = {
|
||||
}
|
||||
}
|
||||
|
||||
RESOURCE_TYPE = 'OS::Neutron::FlowClassifier'
|
||||
|
||||
|
||||
class FlowClassifierTest(common.HeatTestCase):
|
||||
|
||||
|
@ -38,8 +38,6 @@ port_chain_template = {
|
||||
}
|
||||
}
|
||||
|
||||
RESOURCE_TYPE = 'OS::Neutron::PortChain'
|
||||
|
||||
|
||||
class PortChainTest(common.HeatTestCase):
|
||||
|
||||
|
@ -35,8 +35,6 @@ sample_template = {
|
||||
}
|
||||
}
|
||||
|
||||
RESOURCE_TYPE = 'OS::Neutron::PortPair'
|
||||
|
||||
|
||||
class PortPairTest(common.HeatTestCase):
|
||||
|
||||
|
@ -34,8 +34,6 @@ sample_template = {
|
||||
}
|
||||
}
|
||||
|
||||
RESOURCE_TYPE = 'OS::Neutron::PortPairGroup'
|
||||
|
||||
|
||||
class PortPairGroupTest(common.HeatTestCase):
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user