aboutsummaryrefslogtreecommitdiffstats
path: root/ice_validator/tests/fixtures/test_heat_template_structure/fail/incremental.yaml
diff options
context:
space:
mode:
authorstark, steven <steven.stark@att.com>2020-04-23 15:24:55 -0700
committerstark, steven <steven.stark@att.com>2020-04-23 15:28:16 -0700
commitba669ca219cf8bb9dc64deff9f22941be2fb4388 (patch)
treeecccf807a3c4976b9a5027122be36861a5bf62d1 /ice_validator/tests/fixtures/test_heat_template_structure/fail/incremental.yaml
parent5a9ec733d574ae7d2cd40e01e67d0e1791b7a804 (diff)
[VVP] Updating test that parameters section must have param
Corresponding change: VNFRQTS-873 Issue-ID: VVP-404 Signed-off-by: stark, steven <steven.stark@att.com> Change-Id: I38b2053d84525e753418090c7705b15035d375a5
Diffstat (limited to 'ice_validator/tests/fixtures/test_heat_template_structure/fail/incremental.yaml')
-rw-r--r--ice_validator/tests/fixtures/test_heat_template_structure/fail/incremental.yaml42
1 files changed, 42 insertions, 0 deletions
diff --git a/ice_validator/tests/fixtures/test_heat_template_structure/fail/incremental.yaml b/ice_validator/tests/fixtures/test_heat_template_structure/fail/incremental.yaml
new file mode 100644
index 0000000..1877dc7
--- /dev/null
+++ b/ice_validator/tests/fixtures/test_heat_template_structure/fail/incremental.yaml
@@ -0,0 +1,42 @@
+# -*- coding: utf8 -*-
+# ============LICENSE_START=======================================================
+# org.onap.vvp/validation-scripts
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the "License");
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the "License");
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+parameters:
+
+outputs:
+ a:
+ description: a value
+ value: { get_param: a }