ITM yang cleanup CSIT changes
[integration/test.git] / csit / variables / genius / Itm_creation_no_vlan_sodium_and_above.json
diff --git a/csit/variables/genius/Itm_creation_no_vlan_sodium_and_above.json b/csit/variables/genius/Itm_creation_no_vlan_sodium_and_above.json
new file mode 100644 (file)
index 0000000..8a2a2b7
--- /dev/null
@@ -0,0 +1,25 @@
+{
+        "transport-zone": [
+            {
+                "tunnel-type": "odl-interface:tunnel-type-vxlan",
+                "vteps": [
+                    {
+                        "dpn-id": 100,
+                        "ip-address": "2.2.2.2",
+                        "option-of-tunnel": false
+                    },
+                    {
+                        "dpn-id": 101,
+                        "ip-address": "3.3.3.3",
+                        "option-of-tunnel": false
+                    },
+                    {
+                        "dpn-id": 102,
+                        "ip-address": "4.4.4.4",
+                        "option-of-tunnel": false
+                    }
+                ],
+                "zone-name": "TZA"
+            }
+        ]
+}