Fix netcfg port configs for SRBridging test

Change-Id: I99161d2c02858fcd8ff3356cbf0d7052f9815bcf
diff --git a/TestON/tests/USECASE/SegmentRouting/dependencies/json/CASE63.json b/TestON/tests/USECASE/SegmentRouting/dependencies/json/CASE63.json
index a114681..a971ba7 100644
--- a/TestON/tests/USECASE/SegmentRouting/dependencies/json/CASE63.json
+++ b/TestON/tests/USECASE/SegmentRouting/dependencies/json/CASE63.json
@@ -3,7 +3,7 @@
         "of:0000000000000001/3" : {
             "interfaces" : [
                 {
-                    "ips" : [ "10.0.1.254/24" ],
+                    "ips" : [ "10.0.2.254/24" ],
                     "vlan-tagged": [10]
                 }
             ]
@@ -11,7 +11,7 @@
         "of:0000000000000001/4" : {
             "interfaces" : [
                 {
-                    "ips" : [ "10.0.1.254/24" ],
+                    "ips" : [ "10.0.2.254/24" ],
                     "vlan-tagged": [20]
                 }
             ]
@@ -19,7 +19,7 @@
         "of:0000000000000002/3" : {
             "interfaces" : [
                 {
-                    "ips" : [ "10.0.2.254/24" ],
+                    "ips" : [ "10.0.3.254/24" ],
                     "vlan-tagged": [30]
                 }
             ]
@@ -27,7 +27,7 @@
         "of:0000000000000002/4" : {
             "interfaces" : [
                 {
-                    "ips" : [ "10.0.2.254/24" ],
+                    "ips" : [ "10.0.3.254/24" ],
                     "vlan-tagged": [40]
                 }
             ]