diff options
author | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2017-09-18 12:27:51 +0200 |
---|---|---|
committer | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2017-09-18 12:27:51 +0200 |
commit | eaea5ad06aa510cbf36bb95c920932ab6de0e6de (patch) | |
tree | dc757027373b658c776765a26698ad8d4bad9d74 /src/test/resources/example/sdc/sdcVFCResourceExample.json | |
parent | af0fbf9edb92544380d40ab2cffb87c89831944f (diff) |
Reformat the JSON and fix checkstyle issue
All Json used in the tests have been reformatted.
Also some checkstyle bugs have been fixed
Change-Id: I48373d9d53d39244c62b9b88b1cf62c15c766cb3
Issue-ID: CLAMP-54
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
Diffstat (limited to 'src/test/resources/example/sdc/sdcVFCResourceExample.json')
-rw-r--r-- | src/test/resources/example/sdc/sdcVFCResourceExample.json | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/src/test/resources/example/sdc/sdcVFCResourceExample.json b/src/test/resources/example/sdc/sdcVFCResourceExample.json index 85b46c5e..0fb2f5df 100644 --- a/src/test/resources/example/sdc/sdcVFCResourceExample.json +++ b/src/test/resources/example/sdc/sdcVFCResourceExample.json @@ -1,28 +1,28 @@ { - "uuid": "d7646638-2572-4a94-b497-c028ac15f9ca", - "invariantUUID": "e81d960d-794c-4d86-bbc4-31a2f86141ed", - "name": "ClampDev.nodes.heat.virc_fe_be", - "version": "1.0", - "toscaModelURL": "/sdc/v1/catalog/resources/d7646638-2572-4a94-b497-c028ac15f9ca/toscaModel", - "category": "Generic", - "subCategory": "Abstract", - "resourceType": "VFC", - "lifecycleState": "CERTIFIED", - "lastUpdaterUserId": "m08740", - "lastUpdaterFullName": "Zero ASDCMech", - "toscaResourceName": "org.openecomp.resource.vfc.Clampdev.abstract.nodes.heat.virc_fe_be", - "artifacts": [ - { - "artifactName": "Fault-alarms-ASDC-vprobes-vLB.csv", - "artifactType": "SNMP_TRAP", - "artifactURL": "/sdc/v1/catalog/resources/d7646638-2572-4a94-b497-c028ac15f9ca/artifacts/5138e316-0237-49aa-817a-b3d8eaf77392", - "artifactDescription": "Artifact created from csar", - "artifactChecksum": "YWY2ZTY5NjhlOTU0YjQyZThhNTIyOGFmNzI1NTRiYzQ=", - "artifactUUID": "5138e316-0237-49aa-817a-b3d8eaf77392", - "artifactVersion": "1", - "artifactLabel": "faultalarmsasdcvprobesvlbcsv", - "artifactGroupType": "DEPLOYMENT" - } - ], - "description": "Not reusable inner VFC" -}
\ No newline at end of file + "uuid": "d7646638-2572-4a94-b497-c028ac15f9ca", + "invariantUUID": "e81d960d-794c-4d86-bbc4-31a2f86141ed", + "name": "ClampDev.nodes.heat.virc_fe_be", + "version": "1.0", + "toscaModelURL": "/sdc/v1/catalog/resources/d7646638-2572-4a94-b497-c028ac15f9ca/toscaModel", + "category": "Generic", + "subCategory": "Abstract", + "resourceType": "VFC", + "lifecycleState": "CERTIFIED", + "lastUpdaterUserId": "m08740", + "lastUpdaterFullName": "Zero ASDCMech", + "toscaResourceName": "org.openecomp.resource.vfc.Clampdev.abstract.nodes.heat.virc_fe_be", + "artifacts": [ + { + "artifactName": "Fault-alarms-ASDC-vprobes-vLB.csv", + "artifactType": "SNMP_TRAP", + "artifactURL": "/sdc/v1/catalog/resources/d7646638-2572-4a94-b497-c028ac15f9ca/artifacts/5138e316-0237-49aa-817a-b3d8eaf77392", + "artifactDescription": "Artifact created from csar", + "artifactChecksum": "YWY2ZTY5NjhlOTU0YjQyZThhNTIyOGFmNzI1NTRiYzQ=", + "artifactUUID": "5138e316-0237-49aa-817a-b3d8eaf77392", + "artifactVersion": "1", + "artifactLabel": "faultalarmsasdcvprobesvlbcsv", + "artifactGroupType": "DEPLOYMENT" + } + ], + "description": "Not reusable inner VFC" +} |