mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
tests: Rename and minimize no-memory
Signed-off-by: Andrea Bolognani <abologna@redhat.com> Reviewed-by: Peter Krempa <pkrempa@redhat.com>
This commit is contained in:
parent
9e8f6624fa
commit
ffbd71a041
@ -1,25 +0,0 @@
|
|||||||
<domain type='qemu'>
|
|
||||||
<name>QEMUGuest1</name>
|
|
||||||
<uuid>c7a5fdbd-edaf-9455-926a-d65c16db1809</uuid>
|
|
||||||
<vcpu placement='static' cpuset='1-4,8-20,525'>1</vcpu>
|
|
||||||
<os>
|
|
||||||
<type arch='x86_64' machine='pc'>hvm</type>
|
|
||||||
<boot dev='hd'/>
|
|
||||||
</os>
|
|
||||||
<clock offset='utc'/>
|
|
||||||
<on_poweroff>destroy</on_poweroff>
|
|
||||||
<on_reboot>restart</on_reboot>
|
|
||||||
<on_crash>destroy</on_crash>
|
|
||||||
<devices>
|
|
||||||
<emulator>/usr/bin/qemu-system-x86_64</emulator>
|
|
||||||
<disk type='block' device='disk'>
|
|
||||||
<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'/>
|
|
||||||
<memballoon model='virtio'/>
|
|
||||||
</devices>
|
|
||||||
</domain>
|
|
11
tests/qemuxmlconfdata/no-memory.xml
Normal file
11
tests/qemuxmlconfdata/no-memory.xml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
<domain type='qemu'>
|
||||||
|
<name>QEMUGuest1</name>
|
||||||
|
<uuid>c7a5fdbd-edaf-9455-926a-d65c16db1809</uuid>
|
||||||
|
<vcpu>1</vcpu>
|
||||||
|
<os>
|
||||||
|
<type arch='x86_64' machine='pc'>hvm</type>
|
||||||
|
</os>
|
||||||
|
<devices>
|
||||||
|
<emulator>/usr/bin/qemu-system-x86_64</emulator>
|
||||||
|
</devices>
|
||||||
|
</domain>
|
@ -1235,7 +1235,7 @@ mymain(void)
|
|||||||
g_unsetenv("PIPEWIRE_RUNTIME_DIR");
|
g_unsetenv("PIPEWIRE_RUNTIME_DIR");
|
||||||
|
|
||||||
DO_TEST_CAPS_LATEST("minimal");
|
DO_TEST_CAPS_LATEST("minimal");
|
||||||
DO_TEST_CAPS_LATEST_PARSE_ERROR("minimal-no-memory");
|
DO_TEST_CAPS_LATEST_PARSE_ERROR("no-memory");
|
||||||
|
|
||||||
DO_TEST_CAPS_LATEST("genid");
|
DO_TEST_CAPS_LATEST("genid");
|
||||||
DO_TEST_CAPS_LATEST("genid-auto");
|
DO_TEST_CAPS_LATEST("genid-auto");
|
||||||
|
Loading…
Reference in New Issue
Block a user