aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@redhat.com>2008-05-07 14:44:20 +0000
committerDaniel Veillard <veillard@redhat.com>2008-05-07 14:44:20 +0000
commit0feb4c95524e0726a7b478bbd4ee5f6c421767d7 (patch)
treec9df7f1722a359929279c4731b1456a24594cd9f /tests/xmconfigdata/test-fullvirt-sound.cfg
parentSound support for QEmu and Xen (diff)
downloadlibvirt-0feb4c95524e0726a7b478bbd4ee5f6c421767d7.tar.gz
libvirt-0feb4c95524e0726a7b478bbd4ee5f6c421767d7.tar.bz2
libvirt-0feb4c95524e0726a7b478bbd4ee5f6c421767d7.zip
More regression tests for sound support
* tests/qemuxml2argvdata/qemuxml2argv-sound.args tests/qemuxml2argvdata/qemuxml2argv-sound.xml tests/sexpr2xmldata/sexpr2xml-fv-sound-all.sexpr tests/sexpr2xmldata/sexpr2xml-fv-sound-all.xml tests/sexpr2xmldata/sexpr2xml-fv-sound.sexpr tests/sexpr2xmldata/sexpr2xml-fv-sound.xml tests/xmconfigdata/test-fullvirt-sound.cfg tests/xmconfigdata/test-fullvirt-sound.xml tests/xml2sexprdata/xml2sexpr-fv-sound.sexpr tests/xml2sexprdata/xml2sexpr-fv-sound.xml: other regression tests from previous commit Daniel
Diffstat (limited to 'tests/xmconfigdata/test-fullvirt-sound.cfg')
-rw-r--r--tests/xmconfigdata/test-fullvirt-sound.cfg26
1 files changed, 26 insertions, 0 deletions
diff --git a/tests/xmconfigdata/test-fullvirt-sound.cfg b/tests/xmconfigdata/test-fullvirt-sound.cfg
new file mode 100644
index 000000000..7d77f94d2
--- /dev/null
+++ b/tests/xmconfigdata/test-fullvirt-sound.cfg
@@ -0,0 +1,26 @@
+name = "XenGuest2"
+uuid = "c7a5fdb2-cdaf-9455-926a-d65c16db1809"
+maxmem = 579
+memory = 394
+vcpus = 1
+builder = "hvm"
+kernel = "/usr/lib/xen/boot/hvmloader"
+boot = "d"
+pae = 1
+acpi = 1
+apic = 1
+localtime = 0
+on_poweroff = "destroy"
+on_reboot = "restart"
+on_crash = "restart"
+device_model = "/usr/lib/xen/bin/qemu-dm"
+sdl = 0
+vnc = 1
+vncunused = 1
+vnclisten = "127.0.0.1"
+vncpasswd = "123poi"
+disk = [ "phy:/dev/HostVG/XenGuest2,hda,w", "file:/root/boot.iso,hdc:cdrom,r" ]
+vif = [ "mac=00:16:3E:66:92:9C,bridge=xenbr1,type=ioemu" ]
+parallel = "none"
+serial = "none"
+soundhw = "sb16,es1370"