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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ice_validator/tests/structures.py b/ice_validator/tests/structures.py
index 9c47b80..e81f3a1 100644
--- a/ice_validator/tests/structures.py
+++ b/ice_validator/tests/structures.py
@@ -452,7 +452,7 @@ class ContrailV2VirtualNetworkProcessor(HeatProcessor):
re_rids = collections.OrderedDict(
[
("network", _get_regex(r"int" r"_(?P<network_role>.+)" r"_network" r"$")),
- ("rvn", _get_regex(r"int" r"_(?P<network_role>.+)" r"_RVN" r"$")),
+ # ("rvn", _get_regex(r"int" r"_(?P<network_role>.+)" r"_RVN" r"$")),
]
)