X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=tests%2Flearn.at;h=72452957d89a862d461ecceec4bf9d39dd85e675;hb=0ef165ecb57943e17a8ee8270df68ffb8d032e29;hp=f58fc4ef4193eb02a0d2df3f418de316f6273f11;hpb=dd7ec2925308194a32d562a97a3e8120757c023b;p=sliver-openvswitch.git diff --git a/tests/learn.at b/tests/learn.at index f58fc4ef4..72452957d 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: ]) @@ -351,7 +352,7 @@ for i in `seq 1 10`; do # (i % 3 == 0) below is somehow arbitrary but chosen to ensure # that we update the flow's 'used' frequently enough to prevent # idle_timeout. - if [[ $i -eq 1 -or $((i % 3)) -eq 0 ]]; then + if [[ $i -eq 1 -o $((i % 3)) -eq 0 ]]; then sleep 1 fi done