From a520d00e005db1b232b9dae0c70d4dc5d73b33e1 Mon Sep 17 00:00:00 2001 From: Ravi Mantena Date: Mon, 21 Dec 2020 11:31:55 -0500 Subject: BpGen refactor Code Quality Issue-ID: DCAEGEN2-2502 Issue-ID: DCAEGEN2-2502 Change-Id: If6e08f0bb88c9039fb27898d50d2645f79175ba4 Signed-off-by: Ravi Mantena --- .../src/test/resources/componentspecs/ves.json | 58 +++++++++++----------- 1 file changed, 29 insertions(+), 29 deletions(-) (limited to 'mod/bpgenerator/onap/src/test/resources/componentspecs/ves.json') diff --git a/mod/bpgenerator/onap/src/test/resources/componentspecs/ves.json b/mod/bpgenerator/onap/src/test/resources/componentspecs/ves.json index 6655a2c..822a7b1 100644 --- a/mod/bpgenerator/onap/src/test/resources/componentspecs/ves.json +++ b/mod/bpgenerator/onap/src/test/resources/componentspecs/ves.json @@ -12,14 +12,14 @@ "version": "1.0.0", "route": "/TEST_HELLO_WORLD_SUB_MR", "type": "message_router", - "config_key": "TEST-SUB-MR" + "config_key": "TEST-SUB-MR" }, { "format": "dataformat_Hello_World_PM DR", "version": "1.0.0", - "route": "/TEST_HELLO_WORLD_SUB_DR", + "route": "/TEST_HELLO_WORLD_SUB_DR", "type": "data_router", - "config_key": "TEST-SUB-DR" + "config_key": "TEST-SUB-DR" } ], "publishes": [ @@ -27,37 +27,37 @@ "format": "VES_specification", "version": "5.28.4", "type": "message router", - "config_key": "ves-fault" + "config_key": "ves-fault" }, { "format": "VES_specification", "version": "5.28.4", "type": "message router", - "config_key": "ves-measurement" + "config_key": "ves-measurement" }, { "format": "VES_specification", "version": "5.28.4", "type": "message router", - "config_key": "ves-other" + "config_key": "ves-other" }, { "format": "VES_specification", "version": "5.28.4", "type": "message router", - "config_key": "ves-heartbeat-secondary" + "config_key": "ves-heartbeat-secondary" }, { "format": "VES_specification", "version": "7.30.0", "type": "message router", - "config_key": "ves-pnfRegistration" + "config_key": "ves-pnfRegistration" }, { "format": "VES_specification", "version": "7.30.0", "type": "message router", - "config_key": "ves-notification" + "config_key": "ves-notification" } ] }, @@ -242,24 +242,24 @@ "sourced_at_deployment": true, "policy_editable": true, "policy_group": "Test_Parameters", - "required": true, + "required": true, "designer_editable": true, "policy_schema": [ - { - "name": "PolicySchemaTest", - "description": "List of objects for vnf type monitorng", - "type": "String", - "entry_schema": [ - { - "name": "TestEntrySchema", - "description": "entry", - "type": "string", - "value": "None" - } - ] - } + { + "name": "PolicySchemaTest", + "description": "List of objects for vnf type monitorng", + "type": "String", + "entry_schema": [ + { + "name": "TestEntrySchema", + "description": "entry", + "type": "string", + "value": "None" + } + ] + } ] - }, + }, { "name": "tomcat.maxthreads", "value": "200", @@ -281,17 +281,17 @@ "interval": "15s", "timeout": "1s", "endpoint": "/livehealthcheck" - }, + }, "databases": { "dti": "postgres" - }, + }, "reconfigs": { "app_reconfig": "abc" - }, + }, "policy": { "trigger_type": "docker", - "script_path": "/opt/app/manager/bin/reconfigure.sh" - }, + "script_path": "/opt/app/manager/bin/reconfigure.sh" + }, "volumes": [ { "container": { -- cgit 1.2.3-korg