X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=ice_validator%2Ftests%2Ffixtures%2Ftest_environment_file_parameters%2Ffail%2Fgeneral%2FSTARKDB-nested.yaml;fp=ice_validator%2Ftests%2Ffixtures%2Ftest_environment_file_parameters%2Ffail%2FSTARKDB-nested.yaml;h=bb82a041e0ba7719b17dbca979952d79f2b3fab2;hb=9ccbfe7e20b3914c37c0dec50762cec9da8a63c6;hp=45e0edb3807e4f7e5d28dc22e279437d6feca49b;hpb=503041fb7ec395fe57e418d584c4a5d06f4c9877;p=vvp%2Fvalidation-scripts.git diff --git a/ice_validator/tests/fixtures/test_environment_file_parameters/fail/STARKDB-nested.yaml b/ice_validator/tests/fixtures/test_environment_file_parameters/fail/general/STARKDB-nested.yaml similarity index 90% rename from ice_validator/tests/fixtures/test_environment_file_parameters/fail/STARKDB-nested.yaml rename to ice_validator/tests/fixtures/test_environment_file_parameters/fail/general/STARKDB-nested.yaml index 45e0edb..bb82a04 100644 --- a/ice_validator/tests/fixtures/test_environment_file_parameters/fail/STARKDB-nested.yaml +++ b/ice_validator/tests/fixtures/test_environment_file_parameters/fail/general/STARKDB-nested.yaml @@ -43,9 +43,6 @@ description: fdsafsfsa parameters: - my_nested_parameter: - type: number - description: sdfnklafd STARKDB_image_name: type: number description: sdfnklafd @@ -57,6 +54,8 @@ parameters: description: sdfnklafd #constraints: # - range: { min: 100, max: 400 } + subnet_uuid: + type: string resources: @@ -117,6 +116,17 @@ resources: properties: my_nested_parameter: 4 + fw_0_oam_protected_vmi_0_IP_0: + type: OS::ContrailV2::InstanceIp + properties: + instance_ip_address: { get_param: [fw_oam_protected_ips, get_param: index ] } + + fw_0_int_other_vmi_0_IP_0: + type: OS::ContrailV2::InstanceIp + properties: + instance_ip_address: { get_param: fw_other_ip_0 } + subnet_uuid: { get_param: subnet_uuid } + outputs: test_value: value: { get_param: my_nested_parameter }