From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39163) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eigEA-0003HI-Q5 for qemu-devel@nongnu.org; Mon, 05 Feb 2018 07:50:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eigE7-0006Er-OQ for qemu-devel@nongnu.org; Mon, 05 Feb 2018 07:50:30 -0500 From: Vladimir Sementsov-Ogievskiy Date: Mon, 5 Feb 2018 15:50:23 +0300 Message-Id: <20180205125023.12394-1-vsementsov@virtuozzo.com> Subject: [Qemu-devel] [PATCH] iotests: 205: support only raw format List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, qemu-block@nongnu.org Cc: mreitz@redhat.com, kwolf@redhat.com, vsementsov@virtuozzo.com, den@openvz.org, eblake@redhat.com The test is about qmp interface to NBD server, so there no reasons to run it for various disk formats. Also it actually do not support luks format, so, disable all format except raw. Signed-off-by: Vladimir Sementsov-Ogievskiy --- tests/qemu-iotests/205 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/qemu-iotests/205 b/tests/qemu-iotests/205 index 10388920dc..a78ff37104 100644 --- a/tests/qemu-iotests/205 +++ b/tests/qemu-iotests/205 @@ -153,4 +153,4 @@ class TestNbdServerRemove(iotests.QMPTestCase): if __name__ == '__main__': - iotests.main() + iotests.main(supported_fmts=['raw']) -- 2.11.1