aboutsummaryrefslogtreecommitdiffstats
path: root/ice_validator/tests/structures.py
diff options
context:
space:
mode:
Diffstat (limited to 'ice_validator/tests/structures.py')
-rw-r--r--ice_validator/tests/structures.py23
1 files changed, 0 insertions, 23 deletions
diff --git a/ice_validator/tests/structures.py b/ice_validator/tests/structures.py
index aaed8d1..535eeac 100644
--- a/ice_validator/tests/structures.py
+++ b/ice_validator/tests/structures.py
@@ -427,29 +427,6 @@ class ContrailV2VirtualNetworkProcessor(HeatProcessor):
)
-class HeatResourceGroupProcessor(HeatProcessor):
- """ Heat ResourceGroup
- """
-
- resource_type = "OS::Heat::ResourceGroup"
- re_rids = collections.OrderedDict(
- [
- (
- "subint",
- _get_regex(
- r"(?P<vm_type>.+)"
- r"_(?P<vm_type_index>\d+)"
- r"_subint"
- r"_(?P<network_role>.+)"
- r"_port_(?P<port_index>\d+)"
- r"_subinterfaces"
- r"$"
- ),
- )
- ]
- )
-
-
class NeutronNetProcessor(HeatProcessor):
""" Neutron Net resource
"""