X-Git-Url: https://gerrit.onap.org/r/gitweb?p=vvp%2Fvalidation-scripts.git;a=blobdiff_plain;f=ice_validator%2Ftests%2Ffixtures%2Ftest_environment_file_parameters%2Fpass%2FSTARKDB-nested.yaml;fp=ice_validator%2Ftests%2Ffixtures%2Ftest_environment_file_parameters%2Fpass%2FSTARKDB-nested.yaml;h=97bc4cfb9164128bec04928df1f451a06c7dd2b9;hp=0000000000000000000000000000000000000000;hb=60d5ad7d00eadd6395eca186e6fa76a43df3c6cf;hpb=31d5da59b39d38760cc519a2c5e5b70357b539e8 diff --git a/ice_validator/tests/fixtures/test_environment_file_parameters/pass/STARKDB-nested.yaml b/ice_validator/tests/fixtures/test_environment_file_parameters/pass/STARKDB-nested.yaml new file mode 100644 index 0000000..97bc4cf --- /dev/null +++ b/ice_validator/tests/fixtures/test_environment_file_parameters/pass/STARKDB-nested.yaml @@ -0,0 +1,22 @@ +heat_template_version: 2015-04-30 + +description: fdsafsfsa + +parameters: + + my_nested_parameter: + type: number + description: sdfnklafd + #constraints: + # - range: { min: 100, max: 400 } + +resources: + + my_nested_resource2: + type: test + properties: + my_nested_parameter: {get_param: my_nested_parameter} + +outputs: + test_value: + value: { get_param: my_nested_parameter } \ No newline at end of file