diff options
author | Alberto Garcia | 2018-03-22 15:45:50 +0100 |
---|---|---|
committer | Kevin Wolf | 2018-04-03 16:58:48 +0200 |
commit | 242c172132d6b75e3c7c31435392e1cdf241d080 (patch) | |
tree | 615901d315c7734efbe71bdb51c1d4386f64a0d3 /tests/qemu-iotests/186 | |
parent | block: handle invalid lseek returns gracefully (diff) | |
download | qemu-242c172132d6b75e3c7c31435392e1cdf241d080.tar.gz qemu-242c172132d6b75e3c7c31435392e1cdf241d080.tar.xz qemu-242c172132d6b75e3c7c31435392e1cdf241d080.zip |
iotests: Update 051 and 186 after commit 1454509726719e0933c
SCSI controllers are no longer created automatically for
-drive if=scsi, so this patch updates the tests that relied
on that.
Signed-off-by: Alberto Garcia <berto@igalia.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Cc: Thomas Huth <thuth@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/186')
-rwxr-xr-x | tests/qemu-iotests/186 | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/qemu-iotests/186 b/tests/qemu-iotests/186 index 44cc01ed87..9687243d34 100755 --- a/tests/qemu-iotests/186 +++ b/tests/qemu-iotests/186 @@ -133,10 +133,6 @@ check_info_block -drive if=ide,driver=null-co check_info_block -drive if=ide,media=cdrom check_info_block -drive if=ide,driver=null-co,media=cdrom -check_info_block -drive if=scsi,driver=null-co -check_info_block -drive if=scsi,media=cdrom -check_info_block -drive if=scsi,driver=null-co,media=cdrom - check_info_block -drive if=virtio,driver=null-co check_info_block -drive if=pflash,driver=null-co,size=1M |