- Add a test framework for SDN-IP with single switch
- Add a test framework for PeeringRouter
diff --git a/TestON/tests/PeeringRouter/addresses.json b/TestON/tests/PeeringRouter/addresses.json
new file mode 100644
index 0000000..c1f6dd5
--- /dev/null
+++ b/TestON/tests/PeeringRouter/addresses.json
@@ -0,0 +1,30 @@
+{
+ "addresses" : [
+ {
+ "dpid" : "00:00:00:00:00:00:00:a1",
+ "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" : "2",
+ "ips" : ["192.168.20.101/24"],
+ "mac" : "00:00:00:00:00:01"
+ },
+ {
+ "dpid" : "00:00:00:00:00:00:00:a1",
+ "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" : "4",
+ "ips" : ["192.168.60.101/24"],
+ "mac" : "00:00:00:00:00:01"
+ }
+
+ ]
+}