giving more flows to benchmark the rest api
authorPeter Gubka <pgubka@cisco.com>
Fri, 24 Apr 2015 09:11:42 +0000 (11:11 +0200)
committerPeter Gubka <pgubka@cisco.com>
Fri, 24 Apr 2015 09:11:42 +0000 (11:11 +0200)
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 <pgubka@cisco.com>
test/csit/suites/openflowplugin/Performance_Flow_Config/010_Rest_Config_Flows.robot

index b9f939cce6ff1e632f274758e8e94caed44b3d61..68dd4e67a081dc197f7f6cdb26db2e15da0728d3 100644 (file)
@@ -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