From 59c9e996728d7d4d8d1e184857933deff68d4b91 Mon Sep 17 00:00:00 2001 From: "stark, steven" Date: Thu, 2 May 2019 08:04:22 -0700 Subject: [VVP] adding subnet_uuid to nested parameter check Change-Id: If0ae761fa20c24b3839234f23037fff6b32d851b Issue-ID: VVP-199 Signed-off-by: stark, steven --- .../tests/fixtures/test_nested_parameters/pass/stark_nested.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'ice_validator/tests/fixtures/test_nested_parameters/pass/stark_nested.yaml') diff --git a/ice_validator/tests/fixtures/test_nested_parameters/pass/stark_nested.yaml b/ice_validator/tests/fixtures/test_nested_parameters/pass/stark_nested.yaml index b2ca936..6263040 100755 --- a/ice_validator/tests/fixtures/test_nested_parameters/pass/stark_nested.yaml +++ b/ice_validator/tests/fixtures/test_nested_parameters/pass/stark_nested.yaml @@ -100,13 +100,17 @@ parameters: type: string description: njsaf + subnet_uid: + type: string + description: njsaf + resources: fw_0_oam_protected_vmi_0_IP_0: type: OS::ContrailV2::InstanceIp properties: instance_ip_address: { get_param: instance_ip_address } - + subnet_uuid: { get_param: subnet_uid } fw_0_oam_vmi_0: type: OS::ContrailV2::VirtualMachineInterface properties: -- cgit 1.2.3-korg