- Removed the duplicate folder for PeeringRouter
- Update the mininet script and json files for PeeringRouterTestwq
diff --git a/TestON/tests/PeeringRouterTest/addresses.json b/TestON/tests/PeeringRouterTest/addresses.json
index 203de9b..ee83480 100644
--- a/TestON/tests/PeeringRouterTest/addresses.json
+++ b/TestON/tests/PeeringRouterTest/addresses.json
@@ -1,27 +1,27 @@
 {
     "addresses" : [
 		{
-		    "dpid" : "00:00:00:00:00:00:00:a1",
-		    "port" : "2",
+		    "dpid" : "00:00:00:00:00:00:00:01",
+		    "port" : "1",
 		    "ips" : ["192.168.10.101/24"],
                     "mac" : "00:00:00:00:00:01"
 			
 		},
 		{
-		    "dpid" : "00:00:00:00:00:00:00:a1",
-		    "port" : "3",
+		    "dpid" : "00:00:00:00:00:00:00:01",
+		    "port" : "2",
 		    "ips" : ["192.168.20.101/24"],
 		    "mac" : "00:00:00:00:00:01"
 		},
 		{
-		    "dpid" : "00:00:00:00:00:00:00:a1",
-		    "port" : "4",
+		    "dpid" : "00:00:00:00:00:00:00:01",
+		    "port" : "3",
 		    "ips" : ["192.168.30.101/24"],
 		    "mac" : "00:00:00:00:00:01"
 		},
 		{
-		    "dpid" : "00:00:00:00:00:00:00:a1",
-		    "port" : "5",
+		    "dpid" : "00:00:00:00:00:00:00:01",
+		    "port" : "4",
 		    "ips" : ["192.168.60.101/24"],
 		    "mac" : "00:00:00:00:00:01"
 		}