[VVP] Added new three new reports
[vvp/validation-scripts.git] / ice_validator / tests / fixtures / test_no_unused_parameters_between_env_and_templates / pass / no_unused_param.yaml
index 953191b..dc48c50 100644 (file)
@@ -6,7 +6,7 @@
 # ===================================================================
 #
 # Unless otherwise specified, all software contained herein is licensed
-# under the Apache License, Version 2.0 (the “License”);
+# 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
 #
@@ -21,7 +21,7 @@
 #
 #
 # Unless otherwise specified, all documentation contained herein is licensed
-# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# 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
 #
 # ECOMP is a trademark and service mark of AT&T Intellectual Property.
 #
 ---
-parameters:\r
-  out:\r
-    type: string\r
-    description: test for output\r
-  res:\r
-    type: string\r
-    description: test for resources\r
-  indexed:\r
-    type: comma_delimited_list\r
-    description: test for indexed param\r
-  indx:\r
-    type: number\r
-    description: Index of the current instance\r
-\r
-resources:\r
-  test:\r
-    type: abc\r
-    properties:\r
-      test_res: {get_param: res}\r
-      test_ind_param: { get_param: [ indexed, { get_param: indx } ] }\r
-\r
-outputs:\r
-  test_out:\r
-    description: test getting output param\r
+parameters:
+  out:
+    type: string
+    description: test for output
+  res:
+    type: string
+    description: test for resources
+  indexed:
+    type: comma_delimited_list
+    description: test for indexed param
+  indx:
+    type: number
+    description: Index of the current instance
+
+resources:
+  test:
+    type: abc
+    properties:
+      test_res: {get_param: res}
+      test_ind_param: { get_param: [ indexed, { get_param: indx } ] }
+
+outputs:
+  test_out:
+    description: test getting output param
     value: {get_param: out}
\ No newline at end of file