aboutsummaryrefslogtreecommitdiffstats
path: root/gui-editors/gui-editor-apex/src/test/resources/processor/ToscaTemplate-more-than-one-policy.json
diff options
context:
space:
mode:
Diffstat (limited to 'gui-editors/gui-editor-apex/src/test/resources/processor/ToscaTemplate-more-than-one-policy.json')
-rw-r--r--gui-editors/gui-editor-apex/src/test/resources/processor/ToscaTemplate-more-than-one-policy.json20
1 files changed, 0 insertions, 20 deletions
diff --git a/gui-editors/gui-editor-apex/src/test/resources/processor/ToscaTemplate-more-than-one-policy.json b/gui-editors/gui-editor-apex/src/test/resources/processor/ToscaTemplate-more-than-one-policy.json
deleted file mode 100644
index d5801b9..0000000
--- a/gui-editors/gui-editor-apex/src/test/resources/processor/ToscaTemplate-more-than-one-policy.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "tosca_definitions_version": "tosca_simple_yaml_1_1_0",
- "topology_template": {
- "policies": [
- {
- "onap.policies.native.apex.Grpc": {
- "type": "onap.policies.native.Apex",
- "type_version": "1.0.0",
- "name": "onap.policies.native.apex.Grpc",
- "version": "1.0.0",
- "properties": {
- }
- }
- },
- {
- "onap.policies.native.apex.AnotherPolicy": {}
- }
- ]
- }
-} \ No newline at end of file