diff options
author | Cornelia Huck <cohuck@redhat.com> | 2017-09-13 11:10:38 +0200 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2017-09-26 14:46:23 +0200 |
commit | b1149c1a2ad8eaecca08e78f677513672ff3d627 (patch) | |
tree | 5dd38d824a1de918a4c2555f443e20c095f2a4e9 /tests/qemu-iotests/067 | |
parent | 75f02ed53a0dd7fff641de5c73566ee9abe4cf94 (diff) | |
download | qemu-b1149c1a2ad8eaecca08e78f677513672ff3d627.zip qemu-b1149c1a2ad8eaecca08e78f677513672ff3d627.tar.gz qemu-b1149c1a2ad8eaecca08e78f677513672ff3d627.tar.bz2 |
iotests: use virtio aliases for 067
The default cpu model on s390x does not provide zPCI, which is
not yet wired up on tcg. Moreover, virtio-ccw is the standard
on s390x.
Using virtio-scsi will implicitly pick the right device, so just
switch to that for simplicity.
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
Reviewed-by: QingFeng Hao <haoqf@linux.vnet.ibm.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/067')
-rwxr-xr-x | tests/qemu-iotests/067 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/067 b/tests/qemu-iotests/067 index 5d4ca4b..ee9595f 100755 --- a/tests/qemu-iotests/067 +++ b/tests/qemu-iotests/067 @@ -141,7 +141,7 @@ echo echo === Empty drive with -device and device_del === echo -run_qemu -device virtio-scsi-pci -device scsi-cd,id=cd0 <<EOF +run_qemu -device virtio-scsi -device scsi-cd,id=cd0 <<EOF { "execute": "qmp_capabilities" } { "execute": "query-block" } { "execute": "device_del", "arguments": { "id": "cd0" } } |