GENIUS-136 : Enhance Genius-CSIT to 3 Switches
[integration/test.git] / csit / variables / genius / Itm_creation_no_vlan.json
index e2554135327f5495b5e8d9d267ba8d627401f01b..f589fdd728a9f2c670691c7a4445b752f0a559c5 100644 (file)
@@ -4,18 +4,23 @@
             "subnets": [
                 {
                     "gateway-ip": "0.0.0.0",
-                    "prefix": "1.1.1.1/24",
+                    "prefix": "1.1.1.1/16",
                     "vlan-id": 0,
                     "vteps": [
                         {
-                            "dpn-id": 101,
+                            "dpn-id": 100,
                             "ip-address": "2.2.2.2",
                             "portname": "br-int-eth1"
                         },
                         {
-                            "dpn-id": 102,
+                            "dpn-id": 101,
                             "ip-address": "3.3.3.3",
                             "portname": "br-int-eth1"
+                        },
+                        {
+                            "dpn-id": 102,
+                            "ip-address": "4.4.4.4",
+                            "portname": "br-int-eth1"
                         }
                     ]
                 }