tests: qemuxml2argv: Add a 'serial' value for a SCSI disk

Upcoming addition of a new field will need to make sure that SCSI disk
serial is tested as well. Add a case to one of the existing tests.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
This commit is contained in:
Peter Krempa
2019-01-28 17:04:05 +01:00
parent 1328a830ce
commit 9222b402e5
3 changed files with 3 additions and 1 deletions

View File

@@ -30,6 +30,7 @@
<driver name='qemu' type='raw'/>
<source file='/tmp/scsidisk2.img'/>
<target dev='sdb' bus='scsi'/>
<serial>abcdefghijklmn</serial>
<address type='drive' controller='1' bus='0' target='0' unit='0'/>
</disk>
<disk type='file' device='disk'>