summaryrefslogtreecommitdiffstats
path: root/feature-lifecycle/src/test/resources/tosca-policy-other-unvalidated.json
diff options
context:
space:
mode:
Diffstat (limited to 'feature-lifecycle/src/test/resources/tosca-policy-other-unvalidated.json')
-rw-r--r--feature-lifecycle/src/test/resources/tosca-policy-other-unvalidated.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/feature-lifecycle/src/test/resources/tosca-policy-other-unvalidated.json b/feature-lifecycle/src/test/resources/tosca-policy-other-unvalidated.json
new file mode 100644
index 00000000..64a59b2a
--- /dev/null
+++ b/feature-lifecycle/src/test/resources/tosca-policy-other-unvalidated.json
@@ -0,0 +1,22 @@
+{
+ "tosca_definitions_version": "tosca_simple_yaml_1_0_0",
+ "topology_template": {
+ "policies": [
+ {
+ "other-unvalidated": {
+ "type": "onap.policies.type1.type2",
+ "type_version": "1.0.0",
+ "name": "other-unvalidated",
+ "version": "1.0.0",
+ "metadata": {
+ "policy-id": "other-unvalidated"
+ },
+ "properties": {
+ "field1": "abc",
+ "field2": 2
+ }
+ }
+ }
+ ]
+ }
+}