aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryangyan <yangyanyj@chinamobile.com>2019-11-06 11:03:43 +0800
committerMorgan Richomme <morgan.richomme@orange.com>2019-11-06 14:20:17 +0000
commite6a413f89db47a917263feed474511bb9a9a6ad9 (patch)
treec3b41c5ec657b860eabd39e046684b01060f5e67
parentd533888f3c2dbb62b7b1eeddf159438b1e4ef96a (diff)
Update postman data about catalog package onboard in VFC
Change-Id: I83798b06f37f7f1cc88e18e1ddd17141105b9fe7 Issue-ID: INT-1364 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
-rw-r--r--test/postman/16_Catalog_package_onboard.postman_collection.json163
1 files changed, 163 insertions, 0 deletions
diff --git a/test/postman/16_Catalog_package_onboard.postman_collection.json b/test/postman/16_Catalog_package_onboard.postman_collection.json
new file mode 100644
index 000000000..70e7ed9e6
--- /dev/null
+++ b/test/postman/16_Catalog_package_onboard.postman_collection.json
@@ -0,0 +1,163 @@
+{
+ "info": {
+ "_postman_id": "ce6ead69-bd22-4d59-b711-d5acf1afd243",
+ "name": "Catalog_package_onboard",
+ "description": "The VFC CATALOG package onboard",
+ "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
+ },
+ "item": [
+ {
+ "name": "catalog",
+ "item": [
+ {
+ "name": "nspackage_rc_get",
+ "request": {
+ "method": "GET",
+ "header": [],
+ "body": {
+ "mode": "raw",
+ "raw": ""
+ },
+ "url": {
+ "raw": "http://172.30.3.104:30280/api/catalog/v1/nspackages",
+ "protocol": "http",
+ "host": [
+ "172",
+ "30",
+ "3",
+ "104"
+ ],
+ "port": "30280",
+ "path": [
+ "api",
+ "catalog",
+ "v1",
+ "nspackages"
+ ]
+ }
+ },
+ "response": []
+ },
+ {
+ "name": "nspackage_rc_post",
+ "request": {
+ "method": "POST",
+ "header": [
+ {
+ "key": "content-type",
+ "value": " application/json ",
+ "type": "text"
+ },
+ {
+ "key": "accept",
+ "value": " application/json",
+ "type": "text"
+ }
+ ],
+ "body": {
+ "mode": "raw",
+ "raw": ""
+ },
+ "url": {
+ "raw": "http://172.30.3.104:30280/api/catalog/v1/nspackages/4a43c1d7-29e9-4b67-968d-aa62c4562286",
+ "protocol": "http",
+ "host": [
+ "172",
+ "30",
+ "3",
+ "104"
+ ],
+ "port": "30280",
+ "path": [
+ "api",
+ "catalog",
+ "v1",
+ "nspackages",
+ "4a43c1d7-29e9-4b67-968d-aa62c4562286"
+ ]
+ },
+ "description": "Data is csarid. This test failed due to environmental problems. Casrid is just looking for it. Need to be replaced during actual test"
+ },
+ "response": []
+ },
+ {
+ "name": "nfpackages_rc_get",
+ "request": {
+ "method": "GET",
+ "header": [],
+ "body": {
+ "mode": "raw",
+ "raw": ""
+ },
+ "url": {
+ "raw": "http://172.30.3.104:30280/api/catalog/v1/api/catalog/v1/vnfpackages",
+ "protocol": "http",
+ "host": [
+ "172",
+ "30",
+ "3",
+ "104"
+ ],
+ "port": "30280",
+ "path": [
+ "api",
+ "catalog",
+ "v1",
+ "api",
+ "catalog",
+ "v1",
+ "vnfpackages"
+ ]
+ }
+ },
+ "response": []
+ },
+ {
+ "name": "nfpackages_rc_post",
+ "request": {
+ "method": "POST",
+ "header": [
+ {
+ "key": "content-type",
+ "value": " application/json ",
+ "type": "text"
+ },
+ {
+ "key": "accept",
+ "value": " application/json",
+ "type": "text"
+ }
+ ],
+ "body": {
+ "mode": "raw",
+ "raw": ""
+ },
+ "url": {
+ "raw": "http://172.30.3.104:30280/api/catalog/v1/api/catalog/v1/vnfpackages/4a43c1d7-29e9-4b67-968d-aa62c4562286",
+ "protocol": "http",
+ "host": [
+ "172",
+ "30",
+ "3",
+ "104"
+ ],
+ "port": "30280",
+ "path": [
+ "api",
+ "catalog",
+ "v1",
+ "api",
+ "catalog",
+ "v1",
+ "vnfpackages",
+ "4a43c1d7-29e9-4b67-968d-aa62c4562286"
+ ]
+ },
+ "description": "The environment failed the test, and casrid was replaced according to the actual situation. Data is csarid"
+ },
+ "response": []
+ }
+ ]
+ }
+ ]
+} \ No newline at end of file