integration test issues fix for sdwan and sotn
[sdnc/oam.git] / platform-logic / restapi-templates / src / main / json / sdwan-port.json
index 694d3a6..8d93758 100644 (file)
@@ -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"
                  }
             }
         }