summaryrefslogtreecommitdiffstats
path: root/ice_validator/tests/test_nested_parameters.py
diff options
context:
space:
mode:
Diffstat (limited to 'ice_validator/tests/test_nested_parameters.py')
-rw-r--r--ice_validator/tests/test_nested_parameters.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/ice_validator/tests/test_nested_parameters.py b/ice_validator/tests/test_nested_parameters.py
index 2622044..846a977 100644
--- a/ice_validator/tests/test_nested_parameters.py
+++ b/ice_validator/tests/test_nested_parameters.py
@@ -265,3 +265,10 @@ def test_iip_instance_ip_parameter_name_doesnt_change_in_nested_template(heat_te
check_nested_parameter_doesnt_change(
heat_template, "OS::ContrailV2::InstanceIp", "instance_ip_address"
)
+
+
+@validates("R-708564")
+def test_iip_subnet_uuid_parameter_name_doesnt_change_in_nested_template(heat_template):
+ check_nested_parameter_doesnt_change(
+ heat_template, "OS::ContrailV2::InstanceIp", "subnet_uuid"
+ )