tests: Update output with latest libvirt

Which forces disk type='file' when <source> is missing

Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
Cole Robinson 2019-10-22 10:29:19 -04:00
parent df48a77e6a
commit 062ff8227a
6 changed files with 7 additions and 7 deletions

View File

@ -31,7 +31,7 @@
<readonly/>
<address type="drive" controller="0" bus="0" target="0" unit="0"/>
</disk>
<disk type="block" device="cdrom">
<disk type="file" device="cdrom">
<target dev="sdb" bus="scsi"/>
<readonly/>
<address type="drive" controller="0" bus="0" target="0" unit="1"/>

View File

@ -13,7 +13,7 @@
- <target dev="vdb" bus="virtio"/>
- <boot order="3"/>
- </disk>
<disk type="block" device="cdrom">
<disk type="file" device="cdrom">
<target dev="hdc" bus="ide"/>
<readonly/>

View File

@ -11,7 +11,7 @@
- <boot order="3"/>
+ <boot order="4"/>
</disk>
<disk type="block" device="cdrom">
<disk type="file" device="cdrom">
<target dev="hdc" bus="ide"/>
<readonly/>
- <boot order="1"/>

View File

@ -11,7 +11,7 @@
- <boot order="3"/>
+ <boot order="4"/>
</disk>
<disk type="block" device="cdrom">
<disk type="file" device="cdrom">
<target dev="hdc" bus="ide"/>
<readonly/>
- <boot order="1"/>

View File

@ -225,7 +225,7 @@ Foo bar baz &amp; yeah boii &lt; &gt; yeahfoo
</disk>
<!-- bus scsi -->
<disk type='block' device='cdrom'>
<disk type='file' device='cdrom'>
<target dev='sdb' bus='scsi'/>
<address type='drive' controller='5'/>
</disk>
@ -773,7 +773,7 @@ test-many-devices, like an alternate RNG, EOL OS ID, title field
<target dev='sda' bus='scsi'/>
<readonly/>
</disk>
<disk type='block' device='cdrom'>
<disk type='file' device='cdrom'>
<target dev='sdb' bus='scsi'/>
</disk>
<disk type='block' device='disk'>

View File

@ -388,7 +388,7 @@
<target dev="vdb" bus="virtio"/>
<boot order="3"/>
</disk>
<disk type="block" device="cdrom">
<disk type="file" device="cdrom">
<target dev="hdc" bus="ide"/>
<readonly/>
<boot order="1"/>