aboutsummaryrefslogtreecommitdiffstats
path: root/ice_validator/tests/test_neutron_port_addresses.py
diff options
context:
space:
mode:
authorstark, steven <steven.stark@att.com>2019-02-05 10:40:55 -0800
committerstark, steven <steven.stark@att.com>2019-02-05 10:52:01 -0800
commit815a65d91bb75131151526041efaef28b50a0b6b (patch)
tree759a1b92586b73e83b1d06315c7958d5614e2f61 /ice_validator/tests/test_neutron_port_addresses.py
parent10535815da964c683e5f91030934652bfb3f53b8 (diff)
[VVP] revert nested resource section
- R-40551 specifies nested templates MAY or MAY NOT contain a resource section - remove check for get_param in allowed_address_pairs, no requirement states get_param MUST be used Change-Id: If133b4ec4d39c25a95c77482b1743562e2ae74a8 Issue-ID: VVP-158 Signed-off-by: stark, steven <steven.stark@att.com>
Diffstat (limited to 'ice_validator/tests/test_neutron_port_addresses.py')
-rw-r--r--ice_validator/tests/test_neutron_port_addresses.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ice_validator/tests/test_neutron_port_addresses.py b/ice_validator/tests/test_neutron_port_addresses.py
index 05b0223..b5ce375 100644
--- a/ice_validator/tests/test_neutron_port_addresses.py
+++ b/ice_validator/tests/test_neutron_port_addresses.py
@@ -163,7 +163,7 @@ def validate_field(heat, allowed_address_pairs, field, v6=False):
if field in allowed_address_pair:
param = heat.nested_get(allowed_address_pair, field, "get_param")
if param is None:
- error = 'allowed_address_pair %s requires "get_param"' % field
+ # error = 'allowed_address_pair %s requires "get_param"' % field
break
else:
# if v6 and testing v6, or inverse