]> git.proxmox.com Git - mirror_ovs.git/commit - tests/ovsdb-idl.at
tests: Remove useless run-if-fail commands passed to AT_CHECK
authorJakub Sitnicki <jkbs@redhat.com>
Wed, 18 Apr 2018 16:01:11 +0000 (18:01 +0200)
committerBen Pfaff <blp@ovn.org>
Wed, 18 Apr 2018 18:17:20 +0000 (11:17 -0700)
commit7ef00082d9be4f0bb081b6c1e4881ac556c17c5d
tree6718a8e228cba85f4f2b9d47247a4371c6ed01d7
parent6612648d4cc4fae2495069db43058022b56d194c
tests: Remove useless run-if-fail commands passed to AT_CHECK

Path to ovsdb-server's pidfile has changed long ago when
ovsdb_start_idltest() helper was introduced in commit 561205007e17
("tests: Get rid of overly specific --pidfile and --unixctl options.")
but the run-if-fail commands were left behind.

Besides, we don't need to kill the ovs-db-server from the AT_CHECK
anymore since ovsdb_start_idltest() registers an on_exit hook that will
do it.

Clean up any run-if-fail commands that attempt to kill ovsdb-server
using an invalid pidfile.

Signed-off-by: Jakub Sitnicki <jkbs@redhat.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
tests/ovsdb-idl.at