aboutsummaryrefslogtreecommitdiffstats
path: root/gui-editors/gui-editor-apex/src/test/resources/processor/ToscaTemplate-more-than-one-policy.json
diff options
context:
space:
mode:
authordanielhanrahan <daniel.hanrahan@est.tech>2022-02-11 21:34:08 +0000
committerdanielhanrahan <daniel.hanrahan@est.tech>2022-02-11 21:34:08 +0000
commit2c187a73e34e6017d114f61c67b5f12c81f9164e (patch)
tree636e00c865e086ecd0dd9b083b89210625547130 /gui-editors/gui-editor-apex/src/test/resources/processor/ToscaTemplate-more-than-one-policy.json
parentaec9b7e131be827e770e0124dff6ebc765dc1f7f (diff)
Remove unused test resources in Apex Editor
Removed unused test resources in Apex Editor Issue-ID: POLICY-3928 Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech> Change-Id: Ib4b916daad6d45bf3403399c9b4e09bf42690785
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