mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
f2b4a65728
Change all xml2sexpr tests to use the latest XEND_CONFIG_VERSION (XEND_CONFIG_VERSION_3_1_0 = 4). Fix tests that do not conform to the latest version. Signed-off-by: Jim Fehlig <jfehlig@suse.com>
13 lines
625 B
Plaintext
13 lines
625 B
Plaintext
(vm (name 'fvtest')(memory 420)(maxmem 420)(vcpus 2)\
|
|
(uuid '596a5d21-71f4-8fb2-e068-e2386a5c413e')(on_poweroff 'destroy')\
|
|
(on_reboot 'destroy')(on_crash 'destroy')\
|
|
(image (hvm (kernel '/var/lib/xen/vmlinuz.2Dn2YT')\
|
|
(ramdisk '/var/lib/xen/initrd.img.0u-Vhq')\
|
|
(args ' method=http://download.fedora.devel.redhat.com/pub/fedora/linux/\
|
|
core/test/5.91/x86_64/os ')(loader '/usr/lib/xen/boot/hvmloader')(vcpus 2)\
|
|
(boot c)(usb 1)(parallel none)(serial pty)\
|
|
(device_model '/usr/lib/xen/bin/qemu-dm')\
|
|
(rtc_timeoffset 0)(localtime 0)))\
|
|
(localtime 0)\
|
|
(device (vbd (dev 'xvda:disk')(uname 'file:/root/some.img')(mode 'w'))))\
|