ovsdb: Add tests for transient ovsdb-server.
authorBen Pfaff <blp@nicira.com>
Tue, 16 Mar 2010 23:31:52 +0000 (16:31 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 17 Mar 2010 21:24:56 +0000 (14:24 -0700)
commit9ff373db19ef8e1e93f60a4da26bdaefdbb76ede
tree76b0caad6a993e8400ea810ec18a122335e9548e
parent939ff2674caa93d15b607bc514932533490ff2a0
ovsdb: Add tests for transient ovsdb-server.

This variant of the ovsdb execution tests runs each transaction against a
separately started ovsdb-server.  The idea is that this should help to
ferret out any differences between what ovsdb-server has in memory and what
actually gets committed to disk.  There should not be any such differences,
but we need to test for that.
tests/ovsdb-server.at