X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ice_validator%2Ftests%2Fstructures.py;h=e81f3a1c0645d2c99c86626bea4e936c5ab8c2dc;hb=refs%2Fchanges%2F67%2F86567%2F2;hp=646187956a121c92938d73c15d1feb532902fcff;hpb=48a07b6942d3956666d30947372653feb702fdae;p=vvp%2Fvalidation-scripts.git diff --git a/ice_validator/tests/structures.py b/ice_validator/tests/structures.py index 6461879..e81f3a1 100644 --- a/ice_validator/tests/structures.py +++ b/ice_validator/tests/structures.py @@ -35,7 +35,6 @@ # # ============LICENSE_END============================================ # -# ECOMP is a trademark and service mark of AT&T Intellectual Property. # """structures """ @@ -453,7 +452,7 @@ class ContrailV2VirtualNetworkProcessor(HeatProcessor): re_rids = collections.OrderedDict( [ ("network", _get_regex(r"int" r"_(?P.+)" r"_network" r"$")), - ("rvn", _get_regex(r"int" r"_(?P.+)" r"_RVN" r"$")), + # ("rvn", _get_regex(r"int" r"_(?P.+)" r"_RVN" r"$")), ] )