From: Marek Marczykowski-Górecki Date: Fri, 6 Mar 2015 14:36:14 +0000 (+0100) Subject: tests: xenconfig: test for multiple USB devices and other HVM options X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=e1bfa03a83547e50de66fa29eb1d59f43460cc43;p=people%2Fliuw%2Flibxenctrl-split%2Flibvirt.git tests: xenconfig: test for multiple USB devices and other HVM options Signed-off-by: Marek Marczykowski-Górecki --- diff --git a/tests/xlconfigdata/test-fullvirt-multiusb.cfg b/tests/xlconfigdata/test-fullvirt-multiusb.cfg new file mode 100755 index 000000000..ba4bf52cb --- /dev/null +++ b/tests/xlconfigdata/test-fullvirt-multiusb.cfg @@ -0,0 +1,29 @@ +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 +hap = 0 +viridian = 0 +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" +vif = [ "mac=00:16:3e:66:92:9c,bridge=xenbr1,script=vif-bridge,model=e1000,type=ioemu" ] +parallel = "none" +serial = "none" +disk = [ "/dev/HostVG/XenGuest2,raw,hda,w,backendtype=phy", "/root/boot.iso,raw,hdc,r,backendtype=qdisk,devtype=cdrom" ] +usb = 1 +usbdevice = [ "mouse", "tablet" ] diff --git a/tests/xlconfigdata/test-fullvirt-multiusb.xml b/tests/xlconfigdata/test-fullvirt-multiusb.xml new file mode 100644 index 000000000..642c2421b --- /dev/null +++ b/tests/xlconfigdata/test-fullvirt-multiusb.xml @@ -0,0 +1,48 @@ + + XenGuest2 + c7a5fdb2-cdaf-9455-926a-d65c16db1809 + 592896 + 403456 + 1 + + hvm + /usr/lib/xen/boot/hvmloader + + + + + + + + + destroy + restart + restart + + /usr/lib/xen/bin/qemu-dm + + + + + + + + + + + + + + +