]> xenbits.xensource.com Git - libvirt.git/commit
tests: Introduce qemuhotplugtest
authorMichal Privoznik <mprivozn@redhat.com>
Fri, 21 Jun 2013 14:27:59 +0000 (16:27 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 25 Jun 2013 15:00:56 +0000 (17:00 +0200)
commit0fc12bca0893698ed85060711a017abe77ae2367
tree12caec6d7a65d0d3cd949a236bc1a4f6dca29414
parentd2664daf1b2c4bf091e7890ea0a7d9131598b7eb
tests: Introduce qemuhotplugtest

As my punishment for the break in 7f15ebc7 (fixed in 752596b5dd) I'm
introducing this test to make sure it won't happen again. Currently,
only test for <graphics/> is supported.
.gitignore
tests/Makefile.am
tests/qemuhotplugtest.c [new file with mode: 0644]
tests/qemuhotplugtestdata/qemuhotplug-disk-cdrom-nochange.xml [new file with mode: 0644]
tests/qemuhotplugtestdata/qemuhotplug-graphics-spice-listen-network.xml [new file with mode: 0644]
tests/qemuhotplugtestdata/qemuhotplug-graphics-spice-listen.xml [new file with mode: 0644]
tests/qemuhotplugtestdata/qemuhotplug-graphics-spice-nochange.xml [new file with mode: 0644]
tests/qemuhotplugtestdata/qemuhotplug-graphics-spice-timeout-nochange.xml [new file with mode: 0644]
tests/qemuhotplugtestdata/qemuhotplug-graphics-spice-timeout-password.xml [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-graphics-spice-listen-network.xml [new file with mode: 0644]