From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:52432) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gwUdv-0007gE-QS for qemu-devel@nongnu.org; Wed, 20 Feb 2019 11:22:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gwTwK-0006dj-JV for qemu-devel@nongnu.org; Wed, 20 Feb 2019 10:37:50 -0500 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Date: Wed, 20 Feb 2019 14:58:17 +0000 Message-Id: <20190220145819.30969-1-berrange@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH v2 0/2] Fix NBD TLS iotests on RHEL-7 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: qemu-block@nongnu.org, Kevin Wolf , Max Reitz , =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= This fixes a failure of iotest 233 due to certtool problesm in RHEL7 wrt to SIGPIPE Changed in v2: - Put certtool.log into the $tls_dir instead of cwd Daniel P. Berrang=C3=A9 (2): iotests: ensure we print nbd server log on error iotests: avoid broken pipe with certtool tests/qemu-iotests/233 | 3 +++ tests/qemu-iotests/common.tls | 48 +++++++++++++++++++++++------------ 2 files changed, 35 insertions(+), 16 deletions(-) --=20 2.20.1