bridge: Add test that ports that disappear get added back to the datapath.
authorBen Pfaff <blp@nicira.com>
Thu, 22 May 2014 16:36:00 +0000 (09:36 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 22 May 2014 21:25:50 +0000 (14:25 -0700)
commitc40b890fd87e085e81d508bb114efd64683419f8
tree1471ee1e477ec9ae5f8d9ee8079fd678a7f67757
parentd611866c67ba06213040b27186e402717f77d72e
bridge: Add test that ports that disappear get added back to the datapath.

The test added in this commit would have caught the bug fixed by commit
96be8de595150 (bridge: When ports disappear from a datapath, add them
back.).  With that commit reverted, the new test fails.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Gurucharan Shetty <gshetty@nicira.com>
lib/dpif-netdev.c
tests/automake.mk
tests/bridge.at [new file with mode: 0644]
tests/testsuite.at