Fix netcfg port configs for SRBridging test

Change-Id: I99161d2c02858fcd8ff3356cbf0d7052f9815bcf
diff --git a/TestON/tests/USECASE/SegmentRouting/dependencies/json/CASE34.json b/TestON/tests/USECASE/SegmentRouting/dependencies/json/CASE34.json
index 49843c5..c82b944 100644
--- a/TestON/tests/USECASE/SegmentRouting/dependencies/json/CASE34.json
+++ b/TestON/tests/USECASE/SegmentRouting/dependencies/json/CASE34.json
@@ -3,7 +3,7 @@
         "of:0000000000000001/6" : {
             "interfaces" : [
                 {
-                    "ips" : [ "10.0.1.254/24" ],
+                    "ips" : [ "10.0.2.254/24" ],
                     "vlan-tagged": [10],
                     "vlan-native": 20
                 }
@@ -12,7 +12,7 @@
         "of:0000000000000001/7" : {
             "interfaces" : [
                 {
-                    "ips" : [ "10.0.1.254/24" ],
+                    "ips" : [ "10.0.2.254/24" ],
                     "vlan-untagged": 20
                 }
             ]
@@ -20,7 +20,7 @@
         "of:0000000000000002/6" : {
             "interfaces" : [
                 {
-                    "ips" : [ "10.0.1.254/24" ],
+                    "ips" : [ "10.0.2.254/24" ],
                     "vlan-tagged": [10],
                     "vlan-native": 20
                 }
@@ -29,7 +29,7 @@
         "of:0000000000000002/7" : {
             "interfaces" : [
                 {
-                    "ips" : [ "10.0.1.254/24" ],
+                    "ips" : [ "10.0.2.254/24" ],
                     "vlan-untagged": 20
                 }
             ]
@@ -37,7 +37,7 @@
         "of:0000000000000003/6" : {
             "interfaces" : [
                 {
-                    "ips" : [ "10.0.2.254/24" ],
+                    "ips" : [ "10.0.3.254/24" ],
                     "vlan-tagged": [30],
                     "vlan-native": 40
                 }
@@ -46,7 +46,7 @@
         "of:0000000000000003/7" : {
             "interfaces" : [
                 {
-                    "ips" : [ "10.0.2.254/24" ],
+                    "ips" : [ "10.0.3.254/24" ],
                     "vlan-untagged": 40
                 }
             ]
@@ -54,7 +54,7 @@
         "of:0000000000000004/6" : {
             "interfaces" : [
                 {
-                    "ips" : [ "10.0.2.254/24" ],
+                    "ips" : [ "10.0.3.254/24" ],
                     "vlan-tagged": [30],
                     "vlan-native": 40
                 }
@@ -63,7 +63,7 @@
         "of:0000000000000004/7" : {
             "interfaces" : [
                 {
-                    "ips" : [ "10.0.2.254/24" ],
+                    "ips" : [ "10.0.3.254/24" ],
                     "vlan-untagged": 40
                 }
             ]