]> git.proxmox.com Git - mirror_ovs.git/commit
tests: Fix hang when "SSL db: implementation" test failed.
authorBen Pfaff <blp@ovn.org>
Wed, 7 Mar 2018 21:14:58 +0000 (13:14 -0800)
committerBen Pfaff <blp@ovn.org>
Thu, 8 Mar 2018 00:09:19 +0000 (16:09 -0800)
commitc6c17485c4f2bc693a28643f11dbf5aa13f86542
treec17baa6bb00314d08c9969dd35619c0f59a896a4
parent442534355d3d5235c21330ccb79f087d97bf2e3e
tests: Fix hang when "SSL db: implementation" test failed.

The tests were killing $(cat pid) on failure but needed to kill $(cat
ovsdb-server.pid).

Reported-by: Alin Gabriel Serdean <aserdean@ovn.org>
Reported-at: https://mail.openvswitch.org/pipermail/ovs-dev/2018-March/344951.html
Signed-off-by: Ben Pfaff <blp@ovn.org>
Acked-by: Alin Gabriel Serdean <aserdean@ovn.org>
tests/ovsdb-server.at