Bug 3330 - Add System Tests for GBP
[integration/test.git] / test / csit / variables / gbp / tunnel1.json
diff --git a/test/csit/variables/gbp/tunnel1.json b/test/csit/variables/gbp/tunnel1.json
new file mode 100644 (file)
index 0000000..272f7b4
--- /dev/null
@@ -0,0 +1,20 @@
+{
+    "node":
+      {
+        "id": "openflow:1",
+        "ofoverlay:tunnel": [
+          {
+            "tunnel-type": "overlay:tunnel-type-vxlan-gpe",
+            "node-connector-id": "openflow:1:1",
+            "ip": "192.168.50.70",
+            "port": 6633
+          },
+          {
+            "tunnel-type": "overlay:tunnel-type-vxlan",
+            "node-connector-id": "openflow:1:2",
+            "ip": "192.168.50.70",
+            "port": 4789
+          }
+        ]
+      }
+}