bfd: Make bfd decay test robust.
authorAlex Wang <alexw@nicira.com>
Mon, 30 Dec 2013 23:15:52 +0000 (15:15 -0800)
committerBen Pfaff <blp@nicira.com>
Mon, 30 Dec 2013 23:36:09 +0000 (15:36 -0800)
commit27e26e598926b662098e2de0d4d666ca452227fe
treec0dc8ecf2f150f1ebe8446501c78bb4de8c7d8f4
parent4b97b70df41bb2c85c7833c28c5247b9948b1f51
bfd: Make bfd decay test robust.

With ovs multithreading implementation, the bfd decay test
becomes fragile due to its high dependency on timing sequence.
This commit removes these dependencies and makes the test robust.

Signed-off-by: Alex Wang <alexw@nicira.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
tests/bfd.at