From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:32947) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aP8mM-0005O0-Ot for qemu-devel@nongnu.org; Fri, 29 Jan 2016 08:07:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aP8mL-0007lN-UM for qemu-devel@nongnu.org; Fri, 29 Jan 2016 08:07:58 -0500 References: <1453917600-2663-1-git-send-email-mreitz@redhat.com> <1453917600-2663-3-git-send-email-mreitz@redhat.com> <56A92EE0.9040000@redhat.com> From: Max Reitz Message-ID: <56AB6423.1060800@redhat.com> Date: Fri, 29 Jan 2016 14:07:47 +0100 MIME-Version: 1.0 In-Reply-To: <56A92EE0.9040000@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="kUG9EQrKARSTSmGRFLRWwHQn5jfgOMsp4" Subject: Re: [Qemu-devel] [PATCH v8 02/16] iotests: Add test for eject under NBD server List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake , qemu-block@nongnu.org Cc: Kevin Wolf , Fam Zheng , qemu-devel@nongnu.org, Alberto Garcia , Paolo Bonzini , John Snow This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --kUG9EQrKARSTSmGRFLRWwHQn5jfgOMsp4 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 27.01.2016 21:56, Eric Blake wrote: > On 01/27/2016 10:59 AM, Max Reitz wrote: >> This patch adds a test for ejecting the BlockBackend an NBD server is >> connected to (the NBD server is supposed to stop). >> >> Signed-off-by: Max Reitz >> --- >> tests/qemu-iotests/140 | 92 +++++++++++++++++++++++++++++++++++++= +++++++++ >> tests/qemu-iotests/140.out | 16 ++++++++ >> tests/qemu-iotests/group | 1 + >> 3 files changed, 109 insertions(+) >> create mode 100755 tests/qemu-iotests/140 >> create mode 100644 tests/qemu-iotests/140.out >> >> diff --git a/tests/qemu-iotests/140 b/tests/qemu-iotests/140 >> new file mode 100755 >> index 0000000..3434997 >> --- /dev/null >> +++ b/tests/qemu-iotests/140 >> @@ -0,0 +1,92 @@ >> +#!/bin/bash >> +# >> +# Test case for ejecting a BB with an NBD server attached to it >> +# >> +# Copyright (C) 2015 Red Hat, Inc. >=20 > Do you want to add 2016 now? Or just replace it; yes, I probably do. :-) Max --kUG9EQrKARSTSmGRFLRWwHQn5jfgOMsp4 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBCAAGBQJWq2QjAAoJEDuxQgLoOKytL5gH/36mwnrvfc2ksq/i7gbar+a4 +ibWXYJb4ezQ2++/HSlUkoORW/4gepzctPvrhr9Qyglq7CujKafm0710/zhrvf0D VuFXhfr/iKkALqKiBZXbcuyL/6UYuNmDantVdezljbISBN/fAbNGM3wsie2wGgHE ExRwO0dTuc8kiFrBZI7IwsSbDYxKzlXkUYJnjIfIrqC84MBWBpqwLT3ih6HWTvRJ G8m73mwlfwKL3zRsnqFd0ZQHGbEuAvM1U1N2qRcpvH3yAli5+wUXUKyTAx8FaS1Y uiUynwrDHzzFU7MdppEp1pZeWELeBORlP4hgPPCLQtCGkqaUz1JxxU7gD2Am20c= =QEb+ -----END PGP SIGNATURE----- --kUG9EQrKARSTSmGRFLRWwHQn5jfgOMsp4--