From 90f910da7c3bc565eb942eaa1de3706fdac43b46 Mon Sep 17 00:00:00 2001 From: Luis Gomez Date: Tue, 19 Nov 2019 12:39:49 -0800 Subject: [PATCH 1/1] 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 --- .../070_Stats_Collection_100k_WithMininetRestart.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- 2.36.6