From: Luis Gomez Date: Fri, 24 Apr 2015 21:47:44 +0000 (+0000) Subject: Merge "Utility function to isolate and rejoin a controller in a cluster." X-Git-Tag: release/lithium~137 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=28dfa1c6481f8190b61072a1a84c7004d804a086;hp=9f555ff72d306b9b2a0a303e55d82f718c0838af;p=integration%2Ftest.git Merge "Utility function to isolate and rejoin a controller in a cluster." --- diff --git a/test/csit/suites/openflowplugin/Performance_Flow_Config/010_Rest_Config_Flows.robot b/test/csit/suites/openflowplugin/Performance_Flow_Config/010_Rest_Config_Flows.robot index b9f939cce6..68dd4e67a0 100644 --- a/test/csit/suites/openflowplugin/Performance_Flow_Config/010_Rest_Config_Flows.robot +++ b/test/csit/suites/openflowplugin/Performance_Flow_Config/010_Rest_Config_Flows.robot @@ -30,8 +30,8 @@ Configure And Deconfigure Flows ${result}= Run Process python ${PARSESCRIPT} *** Variables *** -${switches} 10 -${flows} 100 +${switches} 25 +${flows} 2000 ${threads} 5 ${start} sudo mn --controller=remote,ip=${CONTROLLER} --topo linear,${switches},1 --switch ovsk,protocols=OpenFlow13 ${PERFSCRIPT} ${CURDIR}/../../../../tools/odl-mdsal-clustering-tests/clustering-performance-test/flow_add_delete_test.py diff --git a/test/csit/testplans/openflowplugin-cbench-daily.txt b/test/csit/testplans/openflowplugin-cbench-daily.txt index 34c03421d5..6339508f9b 100644 --- a/test/csit/testplans/openflowplugin-cbench-daily.txt +++ b/test/csit/testplans/openflowplugin-cbench-daily.txt @@ -1,2 +1,2 @@ # Place the suites in run order: -integration/test/csit/suites/openflowplugin/Performance/010_Cbench.txt +integration/test/csit/suites/openflowplugin/Performance/010_Cbench.robot diff --git a/test/csit/testplans/openflowplugin-cbench-performance.txt b/test/csit/testplans/openflowplugin-cbench-performance.txt index 34c03421d5..6339508f9b 100644 --- a/test/csit/testplans/openflowplugin-cbench-performance.txt +++ b/test/csit/testplans/openflowplugin-cbench-performance.txt @@ -1,2 +1,2 @@ # Place the suites in run order: -integration/test/csit/suites/openflowplugin/Performance/010_Cbench.txt +integration/test/csit/suites/openflowplugin/Performance/010_Cbench.robot