From 1ddccd4e2f68d9dd6e23bc57d73706f83fdd70b7 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Fri, 4 Apr 2014 19:18:35 +0900 Subject: [PATCH] learn.at: Fix a race in "learn refreshes hard_age" test Acked-by: Ben Pfaff Signed-off-by: YAMAMOTO Takashi --- tests/learn.at | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/learn.at b/tests/learn.at index f58fc4ef4..42dd363fe 100644 --- a/tests/learn.at +++ b/tests/learn.at @@ -216,7 +216,8 @@ done ovs-appctl time/warp 5000 ovs-appctl time/warp 5000 ovs-appctl time/warp 5000 - AT_CHECK([ovs-ofctl dump-flows br0 table=1 | ofctl_strip | sort], [0], [dnl +sleep 1 +AT_CHECK([ovs-ofctl dump-flows br0 table=1 | ofctl_strip | sort], [0], [dnl table=1, priority=0 actions=FLOOD NXST_FLOW reply: ]) -- 2.20.1