Robot Test Suites for Southbound API.
[integration/test.git] / test / csit / variables / ovsdb / create_port.json
diff --git a/test/csit/variables/ovsdb/create_port.json b/test/csit/variables/ovsdb/create_port.json
new file mode 100644 (file)
index 0000000..77bfbb2
--- /dev/null
@@ -0,0 +1,25 @@
+{
+    "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"
+                }
+    ]
+}