diff options
author | 2018-06-24 10:42:43 +0300 | |
---|---|---|
committer | 2018-06-24 10:42:43 +0300 | |
commit | 3fb47c47b301bf8f401cabf63b13f17a39182d85 (patch) | |
tree | cef77fe574ee1c24ad4da42149fea42cedd8e450 /workflow-bdd/resources/json | |
parent | 61c926695f5bd5977dc10a77010b0500a16bb6a1 (diff) |
BDD cucumber
Change-Id: I34f9950dab1c15f8c19da5f696783d793ee3511f
Issue-ID: SDC-1442
Signed-off-by: ayalaben <ayala.benzvi@amdocs.com>
Diffstat (limited to 'workflow-bdd/resources/json')
-rw-r--r-- | workflow-bdd/resources/json/createVLM.json | 1 | ||||
-rw-r--r-- | workflow-bdd/resources/json/createVSP.json | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/workflow-bdd/resources/json/createVLM.json b/workflow-bdd/resources/json/createVLM.json new file mode 100644 index 00000000..9431c070 --- /dev/null +++ b/workflow-bdd/resources/json/createVLM.json @@ -0,0 +1 @@ +{"vendorName":"RANDOM","description":"VLM Description","iconRef":"icon"} diff --git a/workflow-bdd/resources/json/createVSP.json b/workflow-bdd/resources/json/createVSP.json new file mode 100644 index 00000000..6f63261b --- /dev/null +++ b/workflow-bdd/resources/json/createVSP.json @@ -0,0 +1,11 @@ +{ + "vendorId":"REPLACE", + "name": "RANDOM", + "category":"resourceNewCategory.generic", + "subCategory":"resourceNewCategory.generic.abstract", + "onboardingMethod":"REPLACE", + "description":"for testing", + "vendorName":"REPLACE", + "icon":"icon", + "licensingData":{} +} |