]> xenbits.xensource.com Git - libvirt.git/commitdiff
tests: qemu: Remove disk from graphics-vnc-tls
authorJán Tomko <jtomko@redhat.com>
Mon, 16 Jul 2018 13:37:28 +0000 (15:37 +0200)
committerJán Tomko <jtomko@redhat.com>
Wed, 18 Jul 2018 11:27:07 +0000 (13:27 +0200)
The disk command line is tested elsewhere.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
tests/qemuxml2argvdata/graphics-vnc-tls.args
tests/qemuxml2argvdata/graphics-vnc-tls.xml
tests/qemuxml2xmloutdata/graphics-vnc-tls.xml

index b87c2116a302e601b3eb93a52ae49fb96ec7da4d..3668fa889d24f82015474f0476dbb6dff4c73f2b 100644 (file)
@@ -22,7 +22,5 @@ server,nowait \
 -no-acpi \
 -boot c \
 -usb \
--drive file=/dev/HostVG/QEMUGuest1,format=raw,if=none,id=drive-ide0-0-0 \
--device ide-drive,bus=ide.0,unit=0,drive=drive-ide0-0-0,id=ide0-0-0 \
 -vnc 127.0.0.1:3,tls,x509verify=/etc/pki/libvirt-vnc,sasl \
 -vga cirrus
index d0729e830df12a5cbd6c473ffa27c77fdcbf2797..079f6241c49c82546903d22f905118e2e6c6e4a2 100644 (file)
   <on_crash>destroy</on_crash>
   <devices>
     <emulator>/usr/bin/qemu-system-i686</emulator>
-    <disk type='block' device='disk'>
-      <driver name='qemu' type='raw'/>
-      <source dev='/dev/HostVG/QEMUGuest1'/>
-      <target dev='hda' bus='ide'/>
-      <address type='drive' controller='0' bus='0' target='0' unit='0'/>
-    </disk>
     <controller type='usb' index='0'/>
     <controller type='ide' index='0'/>
     <controller type='pci' index='0' model='pci-root'/>
index 7b53c2ae1f24ae07360276eed2107bae6d572c11..dcbc4bcf1d54f26813d9c4823dcaca9862252be8 100644 (file)
   <on_crash>destroy</on_crash>
   <devices>
     <emulator>/usr/bin/qemu-system-i686</emulator>
-    <disk type='block' device='disk'>
-      <driver name='qemu' type='raw'/>
-      <source dev='/dev/HostVG/QEMUGuest1'/>
-      <target dev='hda' bus='ide'/>
-      <address type='drive' controller='0' bus='0' target='0' unit='0'/>
-    </disk>
     <controller type='usb' index='0'>
       <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x2'/>
     </controller>