tests: Gracefully shut down ovsdb-server, to avoid valgrind leak warnings.
authorBen Pfaff <blp@nicira.com>
Wed, 28 Mar 2012 21:06:54 +0000 (14:06 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 28 Mar 2012 21:55:26 +0000 (14:55 -0700)
commit94c336723ca2228cfd60d2207775871e4b773c8b
treeec3697c0dc694baf79da5ecb25d461ef53ed1d2e
parent75b87ae5aefa26470e2dd2cac807ba895248534d
tests: Gracefully shut down ovsdb-server, to avoid valgrind leak warnings.

When ovsdb-server exits gracefully it frees all the memory that it owns,
which keeps valgrind from warning about "possibly lost" blocks.

Signed-off-by: Ben Pfaff <blp@nicira.com>
tests/ofproto.at
tests/ovs-monitor-ipsec.at
tests/ovs-vsctl.at
tests/ovs-xapi-sync.at