Merge "Add option for scapy path"
diff --git a/TestON/tests/USECASE/SegmentRouting/SRBridging/dependencies/netcfg/CASE06.cfg b/TestON/tests/USECASE/SegmentRouting/SRBridging/dependencies/netcfg/CASE06.cfg
index ced0429..a10a0ca 100644
--- a/TestON/tests/USECASE/SegmentRouting/SRBridging/dependencies/netcfg/CASE06.cfg
+++ b/TestON/tests/USECASE/SegmentRouting/SRBridging/dependencies/netcfg/CASE06.cfg
@@ -4,9 +4,10 @@
             "interfaces":[
                 {
                     "ips":[
-                        "192.168.103.1/24"
+                        "10.32.11.126/25"
                     ],
-                    "vlan-untagged":102
+                    "vlan-untagged":111,
+                    "name": "compute-1-1"
                 }
             ]
         },
@@ -14,11 +15,34 @@
             "interfaces":[
                 {
                     "ips":[
-                        "192.168.103.2/24"
+                        "10.32.11.126/25"
                     ],
-                    "vlan-untagged":102
+                    "vlan-untagged":111,
+                    "name": "compute-1-2"
                 }
             ]
-        }
+        },
+        "device:leaf1/40": {
+            "interfaces": [
+              {
+                "ips": [
+                  "10.32.11.126/25"
+                ],
+                "vlan-untagged": 111,
+                "name": "compute-2-1"
+              }
+            ]
+          },
+          "device:leaf2/40": {
+            "interfaces": [
+              {
+                "ips": [
+                  "10.32.11.126/25"
+                ],
+                "vlan-untagged": 111,
+                "name": "compute-2-2"
+              }
+            ]
+          }
     }
 }