From 714814a80f323aa62d113a0ad2855d2ac56d4e5d Mon Sep 17 00:00:00 2001 From: Peter Gubka Date: Fri, 24 Apr 2015 11:11:42 +0200 Subject: [PATCH] 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 --- .../Performance_Flow_Config/010_Rest_Config_Flows.robot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.36.6