qemuxml2argvtest: hostdev-scsi-virtio-scsi: Use longer user-alias for SCSI hostdev

Test that we can cope with a long useralias when generating SCSI hostdev
commandline.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
Peter Krempa 2020-09-10 17:00:13 +02:00
parent e5dc1427d7
commit 2f7ee6914d
5 changed files with 13 additions and 9 deletions

View File

@ -37,9 +37,11 @@ drive=drive-hostdev0,id=hostdev0 \
-drive file=/dev/sg0,if=none,format=raw,id=drive-hostdev1,readonly=on \
-device scsi-generic,bus=scsi0.0,channel=0,scsi-id=4,lun=7,\
drive=drive-hostdev1,id=hostdev1 \
-drive file=/dev/sg0,if=none,format=raw,id=drive-ua-test \
-device scsi-generic,bus=scsi0.0,channel=0,scsi-id=4,lun=6,drive=drive-ua-test,\
id=ua-test \
-drive file=/dev/sg0,if=none,format=raw,\
id=drive-ua-7996c8dc-a4fa-4012-b76f-043d20144263 \
-device scsi-generic,bus=scsi0.0,channel=0,scsi-id=4,lun=6,\
drive=drive-ua-7996c8dc-a4fa-4012-b76f-043d20144263,\
id=ua-7996c8dc-a4fa-4012-b76f-043d20144263 \
-drive file=iscsi://example.org:3260/iqn.1992-01.com.example/0,if=none,\
format=raw,id=drive-hostdev2 \
-device scsi-generic,bus=scsi0.0,channel=0,scsi-id=2,lun=4,\

View File

@ -36,9 +36,11 @@ drive=drive-hostdev0,id=hostdev0 \
-drive file=/dev/sg0,if=none,format=raw,id=drive-hostdev1,readonly=on \
-device scsi-generic,bus=scsi0.0,channel=0,scsi-id=4,lun=7,\
drive=drive-hostdev1,id=hostdev1 \
-drive file=/dev/sg0,if=none,format=raw,id=drive-ua-test \
-device scsi-generic,bus=scsi0.0,channel=0,scsi-id=4,lun=6,drive=drive-ua-test,\
id=ua-test \
-drive file=/dev/sg0,if=none,format=raw,\
id=drive-ua-7996c8dc-a4fa-4012-b76f-043d20144263 \
-device scsi-generic,bus=scsi0.0,channel=0,scsi-id=4,lun=6,\
drive=drive-ua-7996c8dc-a4fa-4012-b76f-043d20144263,\
id=ua-7996c8dc-a4fa-4012-b76f-043d20144263 \
-drive file.driver=iscsi,file.portal=example.org:3260,\
file.target=iqn.1992-01.com.example,file.lun=0,file.transport=tcp,if=none,\
format=raw,id=drive-hostdev2 \

View File

@ -45,7 +45,7 @@ drive=libvirt-3-backend,id=hostdev1 \
-blockdev '{"driver":"host_device","filename":"/dev/sg0",\
"node-name":"libvirt-4-backend","read-only":false}' \
-device scsi-generic,bus=scsi0.0,channel=0,scsi-id=4,lun=6,\
drive=libvirt-4-backend,id=ua-test \
drive=libvirt-4-backend,id=ua-7996c8dc-a4fa-4012-b76f-043d20144263 \
-blockdev '{"driver":"iscsi","portal":"example.org:3260",\
"target":"iqn.1992-01.com.example","lun":0,"transport":"tcp",\
"node-name":"libvirt-5-backend","read-only":false}' \

View File

@ -45,7 +45,7 @@
<adapter name='scsi_host0'/>
<address bus='0' target='0' unit='2'/>
</source>
<alias name='ua-test'/>
<alias name='ua-7996c8dc-a4fa-4012-b76f-043d20144263'/>
<address type='drive' controller='0' bus='0' target='4' unit='6'/>
</hostdev>
<hostdev mode='subsystem' type='scsi' managed='yes'>

View File

@ -52,7 +52,7 @@
<adapter name='scsi_host0'/>
<address bus='0' target='0' unit='2'/>
</source>
<alias name='ua-test'/>
<alias name='ua-7996c8dc-a4fa-4012-b76f-043d20144263'/>
<address type='drive' controller='0' bus='0' target='4' unit='6'/>
</hostdev>
<hostdev mode='subsystem' type='scsi' managed='yes'>