Modified params and test script
diff --git a/TestON/tests/scaleONOS7nodes/scaleONOS7nodes.params b/TestON/tests/scaleONOS7nodes/scaleONOS7nodes.params
index bf4ca7e..b5d7628 100644
--- a/TestON/tests/scaleONOS7nodes/scaleONOS7nodes.params
+++ b/TestON/tests/scaleONOS7nodes/scaleONOS7nodes.params
@@ -1,5 +1,5 @@
<PARAMS>
- <testcases>1,31,4,41,5,51,6,61,7,71,103,8,61,9,51,10,41,11,31,104</testcases>
+ <testcases>1,31,4,41,5,51,6,61,7,71,103,100,8,61,9,51,10,41,11,31,104,101</testcases>
<tcpdump>
<intf>eth0</intf>
<port>port 6633</port>
@@ -70,11 +70,11 @@
</RESTCALL>
<switches_num>30</switches_num>
<RATE1>100</RATE1>
- <RUN_DUR>120</RUN_DUR>
- <sleep_t>5</sleep_t>
- <loop>7</loop>
+ <RUN_DUR>240</RUN_DUR>
+ <sleep_t>8</sleep_t>
+ <loop>10</loop>
<port>10</port>
- <sleep_init>80</sleep_init>
+ <sleep_init>160</sleep_init>
<int_num>1000</int_num>
<addrate>1000</addrate>
<NBdur>60</NBdur>
diff --git a/TestON/tests/scaleONOS7nodes/scaleONOS7nodes.py b/TestON/tests/scaleONOS7nodes/scaleONOS7nodes.py
index 3fb5b24..0de3025 100644
--- a/TestON/tests/scaleONOS7nodes/scaleONOS7nodes.py
+++ b/TestON/tests/scaleONOS7nodes/scaleONOS7nodes.py
@@ -1703,14 +1703,14 @@
import time
main.case("Posting the results to http://10.128.5.54/scale.html ....")
db_script = main.params['db_script']
- os.system(db_script + " --name='100SwitchScaleUp" + "' -rate3='" + str(tpavg3n) + "' -rate4='" + str(tpavg4n) + "' -rate5='" + str(tpavg5n) + "' -rate6='" + str(tpavg6n) + "' -rate7='" + str(tpavg7n) + "' -table='onos_scale'")
+ os.system(db_script + " -n='100SwitchScaleUp" + "' -rate3='" + str(tpavg3n) + "' -rate4='" + str(tpavg4n) + "' -rate5='" + str(tpavg5n) + "' -rate6='" + str(tpavg6n) + "' -rate7='" + str(tpavg7n) + "' -table='onos_scale'")
def CASE104(self,main):
import os
import time
main.case("Posting the results to http://10.128.5.54/scale.html ....")
db_script = main.params['db_script']
- os.system(db_script + " --name='100SwitchScaleDown" + "' -rate3='" + str(tpavg7n) + "' -rate4='" + str(tpavg6n) + "' -rate5='" + str(tpavg5n) + "' -rate6='" + str(tpavg4n) + "' -rate7='" + str(tpavg3n) + "' -table='onos_scale'")
+ os.system(db_script + " -n='100SwitchScaleDown" + "' -rate3='" + str(tpavg7n) + "' -rate4='" + str(tpavg6n) + "' -rate5='" + str(tpavg5n) + "' -rate6='" + str(tpavg4n) + "' -rate7='" + str(tpavg3n) + "' -table='onos_scale'")