From: YAMAMOTO Takashi Date: Fri, 4 Apr 2014 10:18:35 +0000 (+0900) Subject: learn.at: Fix a race in "learn refreshes hard_age" test X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=1ddccd4e2f68d9dd6e23bc57d73706f83fdd70b7;p=sliver-openvswitch.git learn.at: Fix a race in "learn refreshes hard_age" test Acked-by: Ben Pfaff Signed-off-by: YAMAMOTO Takashi --- 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: ])