diff options
author | Markus Armbruster <armbru@redhat.com> | 2021-05-01 09:57:47 +0200 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2021-05-12 17:42:23 +0200 |
commit | 09ec85176e4095be15f233ebc870d5680123f024 (patch) | |
tree | 845f24ac9143c2602ba85a8cc24758741b75d5e1 /tests/qemu-iotests/check | |
parent | 875bb7e35b78c609252187dc7bd68d90bf742da9 (diff) | |
download | qemu-09ec85176e4095be15f233ebc870d5680123f024.zip qemu-09ec85176e4095be15f233ebc870d5680123f024.tar.gz qemu-09ec85176e4095be15f233ebc870d5680123f024.tar.bz2 |
block: Drop the sheepdog block driver
It was deprecated in commit e1c4269763, v5.2.0. See that commit
message for rationale.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20210501075747.3293186-1-armbru@redhat.com>
ACKed-by: Peter Krempa <pkrempa@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/check')
-rwxr-xr-x | tests/qemu-iotests/check | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/qemu-iotests/check b/tests/qemu-iotests/check index d1c87ce..08f5136 100755 --- a/tests/qemu-iotests/check +++ b/tests/qemu-iotests/check @@ -65,8 +65,7 @@ def make_argparser() -> argparse.ArgumentParser: mg.add_argument('-' + fmt, dest='imgfmt', action='store_const', const=fmt, help=f'test {fmt}') - protocol_list = ['file', 'rbd', 'sheepdog', 'nbd', 'ssh', 'nfs', - 'fuse'] + protocol_list = ['file', 'rbd', 'nbd', 'ssh', 'nfs', 'fuse'] g_prt = p.add_argument_group( ' image protocol options', 'The following options set the IMGPROTO environment variable. ' |