OVSDB Southbound TestSuites Updated
[integration/test.git] / test / csit / variables / ovsdb / create_port.json
index 77bfbb2b2fe7db36203f4165314d93e074da95e5..2ec84beca19e6fe62e34051fc350fc202643be90 100644 (file)
@@ -1,25 +1,15 @@
 {
-    "network-topology:termination-point": [
-        {
-            "ovsdb:options": [
-                      {
-                          "ovsdb:option": "remote_ip",
-                          "ovsdb:value" : "10.10.11.11"
-                      }
-                         ],
-                "ovsdb:name": "vxlanport",
-                "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
-                         "tp-id": "vxlanport",
-                 "vlan-tag": "1",
-                 "trunks": [
-                {
-                    "trunk": "2"
-                },
-                {
-                    "trunk": "3"
-                }
-             ],
-             "vlan-mode":"access"
-                }
-    ]
+   "network-topology:termination-point": [
+      {
+             "ovsdb:options": [
+                    {
+                  "ovsdb:option": "remote_ip",
+                  "ovsdb:value" : "192.168.0.21"
+                        }
+                        ],
+                   "ovsdb:interface-type": "ovsdb:interface-type-vxlan",
+                        "ovsdb:name": "vxlanport",
+                        "tp-id": "vxlanport"
+             }
+     ]
 }