OSDN Git Service

qemu-iotests: restrict 264 to qcow2 only
authorVladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Fri, 25 Oct 2019 14:50:22 +0000 (17:50 +0300)
committerMax Reitz <mreitz@redhat.com>
Mon, 28 Oct 2019 12:09:43 +0000 (13:09 +0100)
commitba9c45139e2938b8d20ce407db83a31bc9e5066c
tree7876e9a15d59787a8d830a85cb1df6d938ef7343
parent09c5c6de41f27bb128a020d64983adf07b6a256c
qemu-iotests: restrict 264 to qcow2 only

264 is unprepared to run with different formats, for example luks needs
handling keys, cloop doesn't support image creation, vpc creates image
larger than requested (which breaks "Backup completed: 5242880" in test
output).

The test is here to check nbd-reconnect feature and we actually don't
need it for all formats. Let's restrict it to qcow2 only.

Reported-by: Max Reitz <mreitz@redhat.com>
Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Message-id: 20191025145023.6182-1-vsementsov@virtuozzo.com
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Max Reitz <mreitz@redhat.com>
tests/qemu-iotests/264