aboutsummaryrefslogtreecommitdiffstats
path: root/ice_validator/tests/structures.py
diff options
context:
space:
mode:
authorLovett, Trevor <trevor.lovett@att.com>2020-01-22 10:18:45 -0600
committerLovett, Trevor (tl2972) <tl2972@att.com>2020-01-22 10:22:16 -0600
commit8bf942550ff616c0c98fbe8ed7abfa3c7559c79a (patch)
tree83ce16b6ade1593898575f68f76bf385e602456b /ice_validator/tests/structures.py
parentef3e0da3f42e17280a3b702ca332bdf2f632f793 (diff)
VVP - Removed unused function and class
Signed-off-by: Lovett, Trevor <trevor.lovett@att.com> Issue-ID: VVP-366 Change-Id: I02c952662bb8ed931f46c58cbf4ab100435d00fb
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
"""