From c0526804192946efa86ba0907728b83483f0bc41 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Fri, 4 Apr 2014 20:13:30 +0900 Subject: [PATCH] ofproto-dpif.at: Fix a race in "idle_age and hard_age increase over time" Acked-by: Ben Pfaff Signed-off-by: YAMAMOTO Takashi --- tests/ofproto-dpif.at | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/ofproto-dpif.at b/tests/ofproto-dpif.at index a92b6bfb9..e590c042c 100644 --- a/tests/ofproto-dpif.at +++ b/tests/ofproto-dpif.at @@ -3555,6 +3555,7 @@ ovs-appctl netdev-dummy/receive br0 'in_port(0),eth(src=50:54:00:00:00:07,dst=50 ovs-appctl time/warp 1000 ovs-appctl time/warp 1000 ovs-appctl time/warp 1000 +sleep 1 get_ages duration4 hard4 idle4 printf "duration: %4s => %4s => %4s => %4s\n" $duration1 $duration2 $duration3 $duration4 -- 2.47.0