From: Peter Gubka Date: Fri, 24 Apr 2015 09:11:42 +0000 (+0200) Subject: giving more flows to benchmark the rest api X-Git-Tag: release/lithium~138 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=714814a80f323aa62d113a0ad2855d2ac56d4e5d;p=integration%2Ftest.git giving more flows to benchmark the rest api adding 500 flows (100 fl x 5 threads) takes less than 3 seconds to configure and 3 seconds is not enough to measure the real rate, threfor i enlarged the mumber of flows to 10k (2k x 5 thr) Change-Id: Iaf6e5d7cab62db0dfcb6347b4fffc50150f94d7e Signed-off-by: Peter Gubka --- 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