Merge "[VVP] Fix issue floating IP params for R-35666"
authorsteven stark <steven.stark@att.com>
Tue, 12 Nov 2019 21:52:48 +0000 (21:52 +0000)
committerGerrit Code Review <gerrit@onap.org>
Tue, 12 Nov 2019 21:52:48 +0000 (21:52 +0000)
ice_validator/tests/test_internal_networks.py

index 92cad9c..b06467a 100644 (file)
@@ -44,11 +44,11 @@ from tests.test_network_format import NETWORK_RESOURCE_TYPES, RE_INTERNAL_NETWOR
 INTERNAL_NETWORK_PARAMETERS = [
     re.compile(r"int_(.+?)_net_id"),
     re.compile(r"int_(.+?)_net_name"),
+    re.compile(r".*_int_(.+?)_floating(?:_v6)?_ip"),
+    re.compile(r".*_int_(.+?)_floating(?:_v6)?_ips"),
     re.compile(r".*?_int_(.+?)(?:_v6)?_ips"),
     re.compile(r".*?_int_(.+?)(?:_v6)?_ip_\d+"),
     re.compile(r"int_(.+?)(?:_v6)?_subnet_id"),
-    re.compile(r".*_int_(.+?)_floating(?:_v6)?_ip"),
-    re.compile(r".*_int_(.+?)_floating(?:_v6)?_ips"),
     re.compile(r"(?:.*_)?int_(.+?)_security_group"),
 ]