update onos config file for config system, add more scripts
Change-Id: I5aa96764a549a8fa20e247751648e612fcf18c13
diff --git a/TestON/tests/SDNIPfunction/addresses.json b/TestON/tests/SDNIPfunction/addresses.json
index a32eb85..71dd77a 100644
--- a/TestON/tests/SDNIPfunction/addresses.json
+++ b/TestON/tests/SDNIPfunction/addresses.json
@@ -3,32 +3,33 @@
{
"dpid" : "00:00:00:00:00:00:00:a3",
"port" : "1",
- "ips" : ["192.168.10.0/24"],
+ "ips" : ["192.168.10.101/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"],
+ "ips" : ["192.168.20.101/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"],
+ "ips" : ["192.168.30.101/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"],
+ "ips" : ["192.168.40.101/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"],
+ "ips" : ["192.168.60.101/24"],
"mac" : "00:00:00:00:00:01"
}
+
]
-}
\ No newline at end of file
+}