X-Git-Url: https://gerrit.onap.org/r/gitweb?p=vvp%2Fvalidation-scripts.git;a=blobdiff_plain;f=ice_validator%2Ftests%2Ftest_neutron_port_fixed_ips_subnet.py;fp=ice_validator%2Ftests%2Ftest_neutron_port_fixed_ips_subnet.py;h=1df7aac49fcd70888c1930e5b558104a03314a28;hp=857fbff5545c830176e808c5aca83c88fb95b1b6;hb=96f1a57785ffb99b523bb370a08c93f0ac395393;hpb=0e1794537b96149737abf4e6373665eee3579ffe diff --git a/ice_validator/tests/test_neutron_port_fixed_ips_subnet.py b/ice_validator/tests/test_neutron_port_fixed_ips_subnet.py index 857fbff..1df7aac 100644 --- a/ice_validator/tests/test_neutron_port_fixed_ips_subnet.py +++ b/ice_validator/tests/test_neutron_port_fixed_ips_subnet.py @@ -73,11 +73,11 @@ from .utils.ports import check_ip_format VERSION = "1.3.0" RE_EXTERNAL_PARAM_SUBNET = re.compile( # match pattern - r"(?P.+[^(v6)])(_v6)?_subnet_id$" + r"(?P.+?)(_v6)?_subnet_id$" ) RE_INTERNAL_PARAM_SUBNET = re.compile( # match pattern - r"int_(?P.+[^(v6)])(_v6)?_subnet_id$" + r"int_(?P.+?)(_v6)?_subnet_id$" ) fip_regx_dict = {