From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41703) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aOX8J-0003yG-U1 for qemu-devel@nongnu.org; Wed, 27 Jan 2016 15:56:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aOX8J-0002cv-09 for qemu-devel@nongnu.org; Wed, 27 Jan 2016 15:56:07 -0500 References: <1453917600-2663-1-git-send-email-mreitz@redhat.com> <1453917600-2663-3-git-send-email-mreitz@redhat.com> From: Eric Blake Message-ID: <56A92EE0.9040000@redhat.com> Date: Wed, 27 Jan 2016 13:56:00 -0700 MIME-Version: 1.0 In-Reply-To: <1453917600-2663-3-git-send-email-mreitz@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="Eepe8Wgs0kQNkSULrDJQlqqiLnMMW3Flf" 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: Max Reitz , 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) --Eepe8Wgs0kQNkSULrDJQlqqiLnMMW3Flf Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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). >=20 > 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 >=20 > 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. Do you want to add 2016 now? --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --Eepe8Wgs0kQNkSULrDJQlqqiLnMMW3Flf 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 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJWqS7gAAoJEKeha0olJ0NqFmAH/250AJ7T3XOrDy6WOjV0JBT/ iFrIVZRUfHWqAWCaBps2MGJYzqLLl5pHMpcOLvvjyE1jTi5pL3Q574hGG0RWpjbZ lKeL3Ib40K/O5NMQXdEnFUUfe+MS1w7WfLJFsxytJX2d+lUpFozjH2B4xfzwkAyE usf/jSqQPNNYstuK0FFdChOzh2t94z5SnDtRXwATb+I9SiuK/F94GpKewh1nNKQC shR/BOct5GDwt7qAOeU50MpplC3ZpQ2f+HsSI6EU73KpKDRKHvVx0vb9GOs1dDIS uZgU45bX6LLx84WrpNjrilsVXzBKv9hXIspMtlRYGzeTT8NnuWP/GPEKOSi1MRM= =Vg+h -----END PGP SIGNATURE----- --Eepe8Wgs0kQNkSULrDJQlqqiLnMMW3Flf--