diff options
author | ilanap <ilanap@amdocs.com> | 2019-01-01 17:22:07 +0200 |
---|---|---|
committer | Oren Kleks <orenkle@amdocs.com> | 2019-01-02 12:37:08 +0000 |
commit | 866418030975f2ee09a27d144de4e880218e84e8 (patch) | |
tree | 70a329025f0c382b658c667813dd4f9183e6e98e /openecomp-bdd/resources/json/createVF.json | |
parent | 9da0b14bb0a0321f08458ba7b9148336e00d77d3 (diff) |
docker for cucumber BDD
Issue-ID: SDC-2028
Change-Id: I7c1376c449ba7650c3bbc1838726cfd178d2ca40
Signed-off-by: ilanap <ilanap@amdocs.com>
Diffstat (limited to 'openecomp-bdd/resources/json/createVF.json')
-rw-r--r-- | openecomp-bdd/resources/json/createVF.json | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/openecomp-bdd/resources/json/createVF.json b/openecomp-bdd/resources/json/createVF.json deleted file mode 100644 index 2ddd0f5c09..0000000000 --- a/openecomp-bdd/resources/json/createVF.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "artifacts": {}, - "toscaArtifacts": {}, - "contactId": "REPLACE USER_ID", - "categories": [ - { - "name": "Generic", - "normalizedName": "generic", - "uniqueId": "REPLACE CATEGORY VSP", - "icons": null, - "subcategories": [ - { - "name": "Abstract", - "normalizedName": "abstract", - "uniqueId": "REPLACE SUBCATEGORY VSP", - "icons": [ - "objectStorage", - "compute" - ], - "groupings": null, - "ownerId": null, - "empty": false - } - ], - "ownerId": null, - "empty": false - } - ], - "description": "REPLACE VSP DESCRIPTION", - "icon": "defaulticon", - "componentInstancesProperties": {}, - "componentInstancesAttributes": {}, - "name": "REPLACE VSP NAME", - "tags": [ - "REPLACE VSP NAME" - ], - "capabilities": {}, - "requirements": {}, - "deploymentArtifacts": {}, - "componentType": "RESOURCE", - "vendorName": "REPLACE VLM NAME", - "vendorRelease": "1.0", - "componentInstances": [], - "properties": [], - "attributes": [], - "groups": [], - "resourceType": "VF", - "csarUUID": "REPLACE VSP ID", - "csarVersion": "1.0" -}
\ No newline at end of file |