tests/learn.at: Workaround a race
authorYAMAMOTO Takashi <yamamoto@valinux.co.jp>
Fri, 20 Dec 2013 10:31:06 +0000 (19:31 +0900)
committerBen Pfaff <blp@nicira.com>
Fri, 20 Dec 2013 15:56:51 +0000 (07:56 -0800)
commit15155807de9fd3e50f095494a694257e088555fe
tree4847939bef1431878b251c43ba39ace3e4233dad
parentac3c0be096b7aa8d3681dd1e298c37cc932e0da5
tests/learn.at: Workaround a race

This test seems to assume that the switch completes
processing of the first packet before start processing
the second one.  I don't see any code ensuring that.
Workaround the problem by giving 1 second for the upcall.

Signed-off-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp>
Signed-off-by: Ben Pfaff <blp@nicira.com>
tests/learn.at