From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51222) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gJhva-0001KP-46 for qemu-devel@nongnu.org; Mon, 05 Nov 2018 11:40:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gJhvR-0000af-Ux for qemu-devel@nongnu.org; Mon, 05 Nov 2018 11:40:37 -0500 From: Kevin Wolf Date: Mon, 5 Nov 2018 17:37:26 +0100 Message-Id: <20181105163744.25139-19-kwolf@redhat.com> In-Reply-To: <20181105163744.25139-1-kwolf@redhat.com> References: <20181105163744.25139-1-kwolf@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL 18/36] iotest: Test x-blockdev-change on a Quorum List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-block@nongnu.org Cc: kwolf@redhat.com, peter.maydell@linaro.org, qemu-devel@nongnu.org From: Alberto Garcia This patch tests that you can add and remove drives from a Quorum using the x-blockdev-change command. Signed-off-by: Alberto Garcia Signed-off-by: Kevin Wolf --- tests/qemu-iotests/081 | 86 ++++++++++++++++++++++++++++++++++++++ tests/qemu-iotests/081.out | 54 ++++++++++++++++++++++++ 2 files changed, 140 insertions(+) diff --git a/tests/qemu-iotests/081 b/tests/qemu-iotests/081 index 0ea010afbf..9f1dece271 100755 --- a/tests/qemu-iotests/081 +++ b/tests/qemu-iotests/081 @@ -198,6 +198,92 @@ quorum=3D"$quorum,file.children.2.driver=3Draw" =20 $QEMU_IO -c "open -o $quorum" | _filter_qemu_io =20 +echo +echo "=3D=3D dynamically adding a child to a quorum =3D=3D" + +for verify in false true; do + run_qemu <