From: Luis Gomez Date: Tue, 19 Nov 2019 20:39:49 +0000 (-0800) Subject: Stabilize OF Stats Perf test X-Git-Tag: pre-potassium~277 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=90f910da7c3bc565eb942eaa1de3706fdac43b46;hp=4b39712e9025a3a2121fc57ec37c2770088fa41f;p=integration%2Ftest.git Stabilize OF Stats Perf test We see some failures in master. This will help identifying if it is timing or real controller issue. Change-Id: I7df20785b68f6dc5c4ca00a452ae4d0778797447 Signed-off-by: Luis Gomez --- diff --git a/csit/suites/openflowplugin/Performance_Flow_Config/070_Stats_Collection_100k_WithMininetRestart.robot b/csit/suites/openflowplugin/Performance_Flow_Config/070_Stats_Collection_100k_WithMininetRestart.robot index a6f8bd65d0..e1b9e8ddf4 100644 --- a/csit/suites/openflowplugin/Performance_Flow_Config/070_Stats_Collection_100k_WithMininetRestart.robot +++ b/csit/suites/openflowplugin/Performance_Flow_Config/070_Stats_Collection_100k_WithMininetRestart.robot @@ -102,7 +102,7 @@ Connect Switches Comment Below line disables switch echos Write sh x=`sudo ovs-vsctl --columns=_uuid list Controller | awk '{print $NF}'`; for i in $x; do sudo ovs-vsctl set Controller $i inactivity_probe=0; done Read Until mininet> - Wait Until Keyword Succeeds 10s 1s Are Switches Connected Topo + Wait Until Keyword Succeeds 20s 1s Are Switches Connected Topo Create Http Session And Upload Files Create Session session http://${ODL_SYSTEM_IP}:${RESTCONFPORT} auth=${AUTH} headers=${HEADERS_XML}