mirror of
https://github.com/libvirt/libvirt.git
synced 2026-08-19 01:24:42 -05:00
Xen: tests: use latest XEND_CONFIG_VERSION in sexpr2xml tests
Change all sexpr2xml 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>
This commit is contained in:
@@ -2,8 +2,10 @@
|
||||
(uuid 'b5d70dd275cdaca517769660b059d8bc')(on_poweroff 'destroy')\
|
||||
(on_reboot 'restart')(on_crash 'restart')\
|
||||
(image (hvm (kernel '/usr/lib/xen/boot/hvmloader')\
|
||||
(device_model '/usr/lib64/xen/bin/qemu-dm')(boot c)(cdrom '/root/boot.iso')\
|
||||
(device_model '/usr/lib64/xen/bin/qemu-dm')(boot c)\
|
||||
(acpi 1)(vnc 1)(keymap ja)))(device (vbd (dev 'ioemu:hda')\
|
||||
(uname 'file:/root/foo.img')(mode 'w')))\
|
||||
(device (vbd (dev 'hdc:cdrom')\
|
||||
(uname 'file:/root/boot.iso')(mode 'r')))\
|
||||
(device (vif (mac '00:16:3e:1b:b1:47')(bridge 'xenbr0')\
|
||||
(script 'vif-bridge')(type 'netfront'))))
|
||||
|
||||
Reference in New Issue
Block a user