From 94e6ec9dac7c70af0592e31c97b8d314a1dbc770 Mon Sep 17 00:00:00 2001 From: Hongjun Ni Date: Sat, 10 Dec 2016 01:30:05 +0800 Subject: Postman for support decap_next with node name Change-Id: I0c6a749958a7d42ea3d03fdded8ed98bb2abf71e Signed-off-by: Hongjun Ni --- nsh/nsh_postman_collection.json | 35 ++++++++++++++++++++++++++++------- 1 file changed, 28 insertions(+), 7 deletions(-) (limited to 'nsh') diff --git a/nsh/nsh_postman_collection.json b/nsh/nsh_postman_collection.json index 325bdccc7..34d0ab5ac 100644 --- a/nsh/nsh_postman_collection.json +++ b/nsh/nsh_postman_collection.json @@ -46,7 +46,8 @@ "b18d5cc2-7c42-0aee-152b-27b822a7bc66", "f22520c5-9789-23fb-d800-11d16d9f8ac7", "cdabc334-474b-0a4c-1a90-fa888a637e0d", - "db501b30-8ac3-f889-8892-c8c8245a05fa" + "db501b30-8ac3-f889-8892-c8c8245a05fa", + "4f483c45-bf37-bf27-c17f-417232e11855" ], "owner": "652751" } @@ -188,7 +189,7 @@ "tests": "", "currentHelper": "normal", "helperAttributes": {}, - "time": 1480995252143, + "time": 1481272028545, "name": "Get nsh-map-for-proxy - oper", "description": "", "collectionId": "a9a935b5-9481-e4f7-44fb-17d13ef726f9", @@ -235,6 +236,26 @@ "responses": [], "rawModeData": "{\r\n \"nsh-entry\": [\r\n {\r\n \"name\": \"nshEntry3\",\r\n \"version\": \"0\",\r\n \"length\": \"6\",\r\n \"md-type\": \"md-type1\",\r\n \"next-protocol\": \"ethernet\",\r\n \"nsp\": \"184\",\r\n \"nsi\": \"255\" \r\n }\r\n ]\r\n}" }, + { + "id": "4f483c45-bf37-bf27-c17f-417232e11855", + "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n", + "url": "http://localhost:8183/restconf/config/ietf-interfaces:interfaces/interface/vxlanTun1", + "preRequestScript": "", + "pathVariables": {}, + "method": "PUT", + "data": [], + "dataMode": "raw", + "version": 2, + "tests": "", + "currentHelper": "normal", + "helperAttributes": {}, + "time": 1481596221184, + "name": "Add virtual ifc with nsh-proxy - cfg", + "description": "", + "collectionId": "a9a935b5-9481-e4f7-44fb-17d13ef726f9", + "responses": [], + "rawModeData": "{\r\n \r\n \"interface\": [\r\n {\r\n \"name\": \"vxlanTun1\",\r\n \"description\": \"for testing purposes\",\r\n \"type\": \"v3po:vxlan-tunnel\",\r\n \"enabled\": \"true\",\r\n \"link-up-down-trap-enable\": \"enabled\",\r\n \"routing\" : {\r\n \"ipv4-vrf-id\" : \"0\"\r\n },\r\n \"vxlan\" : {\r\n \"src\" : \"192.168.1.6\",\r\n \"dst\" : \"192.168.1.9\",\r\n \"vni\" : \"88\",\r\n \"encap-vrf-id\" : \"0\",\r\n \"decap-next\" : \"nsh-proxy\"\r\n }\r\n }\r\n ]\r\n \r\n}" + }, { "id": "553e04ce-23d8-81de-b414-0a21b108d93d", "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n", @@ -268,7 +289,7 @@ "tests": "", "currentHelper": "normal", "helperAttributes": {}, - "time": 1480995246879, + "time": 1481272024046, "name": "Add nsh-map-for-proxy - cfg ", "description": "", "collectionId": "a9a935b5-9481-e4f7-44fb-17d13ef726f9", @@ -328,7 +349,7 @@ "tests": "", "currentHelper": "normal", "helperAttributes": {}, - "time": 1480995270381, + "time": 1481596208227, "name": "Add virtual ifc - cfg", "description": "", "collectionId": "a9a935b5-9481-e4f7-44fb-17d13ef726f9", @@ -348,7 +369,7 @@ "tests": "", "currentHelper": "normal", "helperAttributes": {}, - "time": 1480995275665, + "time": 1481596214175, "name": "Get virtual ifc - oper", "description": "", "collectionId": "a9a935b5-9481-e4f7-44fb-17d13ef726f9", @@ -388,7 +409,7 @@ "tests": "", "currentHelper": "normal", "helperAttributes": {}, - "time": 1480995278658, + "time": 1481596217020, "name": "Delete virtual ifc - cfg", "description": "", "collectionId": "a9a935b5-9481-e4f7-44fb-17d13ef726f9", @@ -448,7 +469,7 @@ "tests": "", "currentHelper": "normal", "helperAttributes": {}, - "time": 1480995272967, + "time": 1481596210856, "name": "Get virtual ifc - cfg", "description": "", "collectionId": "a9a935b5-9481-e4f7-44fb-17d13ef726f9", -- cgit 1.2.3-korg