]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuhotplugtest: Add tests for ccw devices
authorTomasz Flendrich <t.flendrich@gmail.com>
Fri, 22 Jul 2016 18:10:47 +0000 (20:10 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Mon, 25 Jul 2016 08:51:08 +0000 (10:51 +0200)
commited8f23649192d48d3277873f95c7203870cd32f9
treebe225f0c9ebe14101426d46f5a9d23028339221b
parente4200bbb9d9bbc58a51ca55c6073146126447afb
qemuhotplugtest: Add tests for ccw devices

There's a plan to rework the address handling, so testcases
that verify hotplugging ccw devices will help in avoiding
regression.

In this commit, some files are duplicated because of the way
qemuhotplug.c calculates the expected xml filenames.
I plan on changing that to explicitly stating the basis domain
xml, the device xml, and the expected xml.
14 files changed:
tests/qemuhotplugtest.c
tests/qemuhotplugtestdevices/qemuhotplug-ccw-virtio-1-explicit.xml [new file with mode: 0644]
tests/qemuhotplugtestdevices/qemuhotplug-ccw-virtio-1-reverse.xml [new file with mode: 0644]
tests/qemuhotplugtestdevices/qemuhotplug-ccw-virtio-2-explicit.xml [new file with mode: 0644]
tests/qemuhotplugtestdevices/qemuhotplug-ccw-virtio-2.xml [new file with mode: 0644]
tests/qemuhotplugtestdevices/qemuhotplug-ccw-virtio.xml [new file with mode: 0644]
tests/qemuhotplugtestdomains/qemuhotplug-base-ccw-live+ccw-virtio.xml [new file with mode: 0644]
tests/qemuhotplugtestdomains/qemuhotplug-base-ccw-live-with-2-ccw-virtio+ccw-virtio-1-explicit.xml [new file with mode: 0644]
tests/qemuhotplugtestdomains/qemuhotplug-base-ccw-live-with-2-ccw-virtio+ccw-virtio-1-reverse.xml [new file with mode: 0644]
tests/qemuhotplugtestdomains/qemuhotplug-base-ccw-live-with-2-ccw-virtio.xml [new file with mode: 0644]
tests/qemuhotplugtestdomains/qemuhotplug-base-ccw-live-with-ccw-virtio+ccw-virtio-2-explicit.xml [new file with mode: 0644]
tests/qemuhotplugtestdomains/qemuhotplug-base-ccw-live-with-ccw-virtio+ccw-virtio-2.xml [new file with mode: 0644]
tests/qemuhotplugtestdomains/qemuhotplug-base-ccw-live-with-ccw-virtio.xml [new file with mode: 0644]
tests/qemuhotplugtestdomains/qemuhotplug-base-ccw-live.xml [new file with mode: 0644]