diff options
author | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2020-02-26 15:07:39 +0100 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2020-03-02 14:20:42 +0000 |
commit | 2ab428182f0b1e4188de1ce9166033ad34b4cb48 (patch) | |
tree | 25c1c24cad2ad1fe5a7f324b19e62c290b945be1 /test/postman/03_Onboard_VSP_part2.postman_collection.json | |
parent | 8531fe68e6a68d1b18457fca527dcca10415461b (diff) |
Fix JSON files linter issues in test/postman
This is needed prior to adding job for JSON
files linting in CI.
Change-Id: I6dfa144478c31702f5b306d9e2dad9bf0713a0fe
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Issue-ID: INT-1451
Diffstat (limited to 'test/postman/03_Onboard_VSP_part2.postman_collection.json')
-rw-r--r-- | test/postman/03_Onboard_VSP_part2.postman_collection.json | 172 |
1 files changed, 86 insertions, 86 deletions
diff --git a/test/postman/03_Onboard_VSP_part2.postman_collection.json b/test/postman/03_Onboard_VSP_part2.postman_collection.json index d4b3a2802..31026401b 100644 --- a/test/postman/03_Onboard_VSP_part2.postman_collection.json +++ b/test/postman/03_Onboard_VSP_part2.postman_collection.json @@ -1,87 +1,87 @@ { - "info": { - "_postman_id": "4779261e-f678-4383-b3a9-dfe63f080371", - "name": "03_Onboard_VSP_part2", - "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" - }, - "item": [ - { - "name": "Upload zip file containing Heat files", - "event": [ - { - "listen": "test", - "script": { - "id": "033f8cad-de66-4de9-8858-f3c72629c838", - "exec": [ - "pm.test(\"Status code is 200\", function () {", - " pm.response.to.have.status(200);", - "});", - "", - "var jsonData = pm.response.json();", - "", - "if (jsonData.status === \"Success\") {", - " tests[\"Upload Success\"] = true; ", - "}", - "", - "" - ], - "type": "text/javascript" - } - } - ], - "request": { - "method": "POST", - "header": [ - { - "key": "Content-Type", - "value": "multipart/form-data" - }, - { - "key": "Accept", - "value": "application/json" - }, - { - "key": "X-TransactionId", - "value": "robot-ete-ba84612d-c1c6-4c53-9967-7b1dff276c7a" - }, - { - "key": "USER_ID", - "value": "cs0008" - }, - { - "key": "X-FromAppId", - "value": "robot-ete" - } - ], - "body": { - "mode": "formdata", - "formdata": [ - { - "key": "upload", - "type": "file", - "src": "" - } - ] - }, - "url": { - "raw": "{{url-sdc2}}/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/{{auto_vsp_id}}/versions/{{auto_vsp_version_id}}/orchestration-template-candidate", - "host": [ - "{{url-sdc2}}" - ], - "path": [ - "sdc1", - "feProxy", - "onboarding-api", - "v1.0", - "vendor-software-products", - "{{auto_vsp_id}}", - "versions", - "{{auto_vsp_version_id}}", - "orchestration-template-candidate" - ] - } - }, - "response": [] - } - ] -}
\ No newline at end of file + "info": { + "_postman_id": "4779261e-f678-4383-b3a9-dfe63f080371", + "name": "03_Onboard_VSP_part2", + "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" + }, + "item": [ + { + "name": "Upload zip file containing Heat files", + "event": [ + { + "listen": "test", + "script": { + "id": "033f8cad-de66-4de9-8858-f3c72629c838", + "exec": [ + "pm.test(\"Status code is 200\", function () {", + " pm.response.to.have.status(200);", + "});", + "", + "var jsonData = pm.response.json();", + "", + "if (jsonData.status === \"Success\") {", + " tests[\"Upload Success\"] = true; ", + "}", + "", + "" + ], + "type": "text/javascript" + } + } + ], + "request": { + "method": "POST", + "header": [ + { + "key": "Content-Type", + "value": "multipart/form-data" + }, + { + "key": "Accept", + "value": "application/json" + }, + { + "key": "X-TransactionId", + "value": "robot-ete-ba84612d-c1c6-4c53-9967-7b1dff276c7a" + }, + { + "key": "USER_ID", + "value": "cs0008" + }, + { + "key": "X-FromAppId", + "value": "robot-ete" + } + ], + "body": { + "mode": "formdata", + "formdata": [ + { + "key": "upload", + "type": "file", + "src": "" + } + ] + }, + "url": { + "raw": "{{url-sdc2}}/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/{{auto_vsp_id}}/versions/{{auto_vsp_version_id}}/orchestration-template-candidate", + "host": [ + "{{url-sdc2}}" + ], + "path": [ + "sdc1", + "feProxy", + "onboarding-api", + "v1.0", + "vendor-software-products", + "{{auto_vsp_id}}", + "versions", + "{{auto_vsp_version_id}}", + "orchestration-template-candidate" + ] + } + }, + "response": [] + } + ] +} |