From 55b429cfc73802e3e52fa2f3864ecc4cdd552728 Mon Sep 17 00:00:00 2001 From: "shashikanth.vh" Date: Fri, 7 Sep 2018 14:38:22 +0530 Subject: integration test issues fix for sdwan and sotn Change-Id: I406550404f0cfb661d6e480cf1df48d39fad06e7 Issue-ID: SDNC-357 Signed-off-by: shashikanth.vh Former-commit-id: 3e4fa46160a5d6d52bb7eccf08dbb790d96a4682 --- platform-logic/restapi-templates/src/main/json/sdwan-port.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'platform-logic/restapi-templates/src/main/json/sdwan-port.json') diff --git a/platform-logic/restapi-templates/src/main/json/sdwan-port.json b/platform-logic/restapi-templates/src/main/json/sdwan-port.json index 694d3a67..8d937586 100644 --- a/platform-logic/restapi-templates/src/main/json/sdwan-port.json +++ b/platform-logic/restapi-templates/src/main/json/sdwan-port.json @@ -4,16 +4,11 @@ "portType": ${prop.wan.portType}, "portNumber": ${prop.wan.portNumber}, "deviceId": ${prop.wan.deviceId}, - "portSwitch": null, + "portSwitch": "layer3-port", "linkInfo": { "linkType": "Ethernet", - "cellular": null, - "atm": null, "ethernet": { - "negotiateMode": "auto", - "media": null, - "duplex": null, - "speed" : "10" + "negotiationMode": "auto" } } } -- cgit 1.2.3-korg