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>
10 lines
458 B
Plaintext
10 lines
458 B
Plaintext
(vm (name 'pvtest')(memory 384)(maxmem 512)(vcpus 1)\
|
|
(uuid '49a0c6ff-c066-5392-6498-3632d093c2e7')(bootloader '/usr/bin/pygrub')\
|
|
(on_poweroff 'destroy')(on_reboot 'restart')(on_crash 'restart')\
|
|
(image (linux (args 'ro root=/dev/VolGroup00/LogVol00')(localtime 0)))\
|
|
(localtime 0)\
|
|
(device (tap (dev 'xvda')(uname 'tap:aio:/var/lib/xen/images/rhel5pv.img')\
|
|
(mode 'w!')))\
|
|
(device (vif (mac '00:16:3e:23:9e:eb')(bridge 'xenbr0')\
|
|
(script 'vif-bridge'))))\
|