add sdnip test case 4

Change-Id: I51b1fcc9601757561105e46d3b8d5d94b0068f3e
diff --git a/TestON/tests/SDNIPfunction/addresses.json b/TestON/tests/SDNIPfunction/addresses.json
new file mode 100644
index 0000000..a32eb85
--- /dev/null
+++ b/TestON/tests/SDNIPfunction/addresses.json
@@ -0,0 +1,34 @@
+{
+    "addresses" : [
+        {
+            "dpid" : "00:00:00:00:00:00:00:a3",
+            "port" : "1",
+            "ips" : ["192.168.10.0/24"],
+            "mac" : "00:00:00:00:00:01"
+        },
+        {
+            "dpid" : "00:00:00:00:00:00:00:a5",
+            "port" : "1",
+            "ips" : ["192.168.20.0/24"],
+            "mac" : "00:00:00:00:00:01"
+        },
+        {
+            "dpid" : "00:00:00:00:00:00:00:a2",
+            "port" : "1",
+            "ips" : ["192.168.30.0/24"],
+            "mac" : "00:00:00:00:00:01"
+        },
+        {
+            "dpid" : "00:00:00:00:00:00:00:a6",
+            "port" : "1",
+            "ips" : ["192.168.40.0/24"],
+            "mac" : "00:00:00:00:00:01"
+        },
+        {
+            "dpid" : "00:00:00:00:00:00:00:a4",
+            "port" : "4",
+            "ips" : ["192.168.60.0/24"],
+            "mac" : "00:00:00:00:00:01"
+        }
+    ]
+}
\ No newline at end of file