From: Jim Fehlig Date: Mon, 14 Dec 2015 21:24:56 +0000 (-0700) Subject: Xen: tests: remove net-ioemu xm config test X-Git-Tag: v1.3.1-rc1~152 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f281926e1d263030297b01668ecba55269a1a478;p=thirdparty%2Flibvirt.git Xen: tests: remove net-ioemu xm config test Remove the fullvirt-net-ioemu test since explicitly specifying 'type=ioemu' has not been needed in xm/xend for a long time. It is not used at all in xl/libxl. Signed-off-by: Jim Fehlig --- diff --git a/tests/xmconfigdata/test-fullvirt-net-ioemu.cfg b/tests/xmconfigdata/test-fullvirt-net-ioemu.cfg deleted file mode 100644 index 722f02148d..0000000000 --- a/tests/xmconfigdata/test-fullvirt-net-ioemu.cfg +++ /dev/null @@ -1,25 +0,0 @@ -name = "XenGuest2" -uuid = "c7a5fdb2-cdaf-9455-926a-d65c16db1809" -maxmem = 579 -memory = 394 -vcpus = 1 -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" -vif = [ "mac=00:16:3e:66:92:9c,bridge=xenbr1,script=vif-bridge,model=e1000,type=ioemu" ] -parallel = "none" -serial = "none" -builder = "hvm" -kernel = "/usr/lib/xen/boot/hvmloader" -boot = "d" -disk = [ "phy:/dev/HostVG/XenGuest2,hda,w", "file:/root/boot.iso,hdc:cdrom,r" ] diff --git a/tests/xmconfigdata/test-fullvirt-net-ioemu.xml b/tests/xmconfigdata/test-fullvirt-net-ioemu.xml deleted file mode 100644 index ad15ddef8a..0000000000 --- a/tests/xmconfigdata/test-fullvirt-net-ioemu.xml +++ /dev/null @@ -1,49 +0,0 @@ - - XenGuest2 - c7a5fdb2-cdaf-9455-926a-d65c16db1809 - 592896 - 403456 - 1 - - hvm - /usr/lib/xen/boot/hvmloader - - - - - - - - - destroy - restart - restart - - /usr/lib/xen/bin/qemu-dm - - - - -
- - - - - - -
- - - - -