I plan on doing bigger changes to qemuhotplugtest.c. It's going
to test device attachment/detachment to both live (like now) and
persistent (something that is missing now) domains. More files
will be added, so I decided to clean up ones that are there now.
Many files were not even connected to any qemuxml2argv test,
and yet they were in tests/qemuxml2argvdata/
Tomasz Flendrich (3):
Move all qemuhotplugtest XMLs to one directory
Move domain and device xmls to different directories
Use virschematest on qemuhotplugtest domain xmls
tests/qemuhotplugtest.c | 52 ++++++-------
.../qemuhotplug-console-virtio.xml | 0
.../qemuhotplug-disk-cdrom-nochange.xml | 0
.../qemuhotplug-disk-scsi-2.xml | 0
.../qemuhotplug-disk-scsi.xml | 0
.../qemuhotplug-disk-usb.xml | 0
.../qemuhotplug-disk-virtio.xml | 0
...lug-graphics-spice-listen-network-password.xml} | 0
.../qemuhotplug-graphics-spice-listen.xml | 0
.../qemuhotplug-graphics-spice-nochange.xml | 0
...qemuhotplug-graphics-spice-timeout-nochange.xml | 0
...qemuhotplug-graphics-spice-timeout-password.xml | 0
.../qemuhotplug-qemu-agent-detach.xml | 0
.../qemuhotplug-qemu-agent.xml | 0
.../qemuhotplug-base+qemu-agent-detach.xml} | 0
.../qemuhotplug-base+qemu-agent.xml} | 0
.../qemuhotplug-base-live+disk-scsi.xml} | 0
.../qemuhotplug-base-live+disk-usb.xml} | 0
.../qemuhotplug-base-live+disk-virtio.xml} | 0
.../qemuhotplug-base-live+qemu-agent-detach.xml} | 0
.../qemuhotplug-base-live+qemu-agent.xml} | 0
.../qemuhotplug-base-live.xml} | 0
...base-with-scsi-controller-live+disk-scsi-2.xml} | 0
...qemuhotplug-base-with-scsi-controller-live.xml} | 0
...e-without-scsi-controller-live+disk-scsi-2.xml} | 0
...uhotplug-base-without-scsi-controller-live.xml} | 0
...otplug-console-compat-2-live+console-virtio.xml | 0
.../qemuhotplug-console-compat-2-live.xml} | 0
.../qemuhotplug-disk-cdrom.xml | 37 +++++++++
.../qemuhotplug-graphics-spice-listen-network.xml} | 0
.../qemuhotplug-graphics-spice-timeout.xml | 87 ++++++++++++++++++++++
.../qemuhotplug-graphics-spice.xml | 47 ++++++++++++
tests/virschematest.c | 3 +-
33 files changed, 199 insertions(+), 27 deletions(-)
rename tests/{qemuhotplugtestdata =>
qemuhotplugtestdevices}/qemuhotplug-console-virtio.xml (100%)
rename tests/{qemuhotplugtestdata =>
qemuhotplugtestdevices}/qemuhotplug-disk-cdrom-nochange.xml (100%)
rename tests/{qemuhotplugtestdata =>
qemuhotplugtestdevices}/qemuhotplug-disk-scsi-2.xml (100%)
rename tests/{qemuhotplugtestdata => qemuhotplugtestdevices}/qemuhotplug-disk-scsi.xml
(100%)
rename tests/{qemuhotplugtestdata => qemuhotplugtestdevices}/qemuhotplug-disk-usb.xml
(100%)
rename tests/{qemuhotplugtestdata =>
qemuhotplugtestdevices}/qemuhotplug-disk-virtio.xml (100%)
rename tests/{qemuhotplugtestdata/qemuhotplug-graphics-spice-listen-network.xml =>
qemuhotplugtestdevices/qemuhotplug-graphics-spice-listen-network-password.xml} (100%)
rename tests/{qemuhotplugtestdata =>
qemuhotplugtestdevices}/qemuhotplug-graphics-spice-listen.xml (100%)
rename tests/{qemuhotplugtestdata =>
qemuhotplugtestdevices}/qemuhotplug-graphics-spice-nochange.xml (100%)
rename tests/{qemuhotplugtestdata =>
qemuhotplugtestdevices}/qemuhotplug-graphics-spice-timeout-nochange.xml (100%)
rename tests/{qemuhotplugtestdata =>
qemuhotplugtestdevices}/qemuhotplug-graphics-spice-timeout-password.xml (100%)
rename tests/{qemuhotplugtestdata =>
qemuhotplugtestdevices}/qemuhotplug-qemu-agent-detach.xml (100%)
rename tests/{qemuhotplugtestdata =>
qemuhotplugtestdevices}/qemuhotplug-qemu-agent.xml (100%)
rename tests/{qemuhotplugtestdata/qemuhotplug-hotplug-base-live+qemu-agent-detach.xml
=> qemuhotplugtestdomains/qemuhotplug-base+qemu-agent-detach.xml} (100%)
rename tests/{qemuhotplugtestdata/qemuhotplug-hotplug-base-live+qemu-agent.xml =>
qemuhotplugtestdomains/qemuhotplug-base+qemu-agent.xml} (100%)
rename tests/{qemuhotplugtestdata/qemuhotplug-hotplug-base-live+disk-scsi.xml =>
qemuhotplugtestdomains/qemuhotplug-base-live+disk-scsi.xml} (100%)
rename tests/{qemuhotplugtestdata/qemuhotplug-hotplug-base-live+disk-usb.xml =>
qemuhotplugtestdomains/qemuhotplug-base-live+disk-usb.xml} (100%)
rename tests/{qemuhotplugtestdata/qemuhotplug-hotplug-base-live+disk-virtio.xml =>
qemuhotplugtestdomains/qemuhotplug-base-live+disk-virtio.xml} (100%)
rename tests/{qemuhotplugtestdata/qemuhotplug-hotplug-base+qemu-agent-detach.xml =>
qemuhotplugtestdomains/qemuhotplug-base-live+qemu-agent-detach.xml} (100%)
rename tests/{qemuhotplugtestdata/qemuhotplug-hotplug-base+qemu-agent.xml =>
qemuhotplugtestdomains/qemuhotplug-base-live+qemu-agent.xml} (100%)
rename tests/{qemuxml2argvdata/qemuxml2argv-hotplug-base-live.xml =>
qemuhotplugtestdomains/qemuhotplug-base-live.xml} (100%)
rename
tests/{qemuhotplugtestdata/qemuhotplug-hotplug-base-with-scsi-controller-live+disk-scsi-2.xml
=> qemuhotplugtestdomains/qemuhotplug-base-with-scsi-controller-live+disk-scsi-2.xml}
(100%)
rename tests/{qemuxml2argvdata/qemuxml2argv-hotplug-base-with-scsi-controller-live.xml
=> qemuhotplugtestdomains/qemuhotplug-base-with-scsi-controller-live.xml} (100%)
rename
tests/{qemuhotplugtestdata/qemuhotplug-hotplug-base-without-scsi-controller-live+disk-scsi-2.xml
=>
qemuhotplugtestdomains/qemuhotplug-base-without-scsi-controller-live+disk-scsi-2.xml}
(100%)
rename tests/{qemuxml2argvdata/qemuxml2argv-hotplug-base-without-scsi-controller-live.xml
=> qemuhotplugtestdomains/qemuhotplug-base-without-scsi-controller-live.xml} (100%)
rename tests/{qemuhotplugtestdata =>
qemuhotplugtestdomains}/qemuhotplug-console-compat-2-live+console-virtio.xml (100%)
rename tests/{qemuxml2argvdata/qemuxml2argv-console-compat-2-live.xml =>
qemuhotplugtestdomains/qemuhotplug-console-compat-2-live.xml} (100%)
create mode 100644 tests/qemuhotplugtestdomains/qemuhotplug-disk-cdrom.xml
rename tests/{qemuxml2argvdata/qemuxml2argv-graphics-spice-listen-network.xml =>
qemuhotplugtestdomains/qemuhotplug-graphics-spice-listen-network.xml} (100%)
create mode 100644 tests/qemuhotplugtestdomains/qemuhotplug-graphics-spice-timeout.xml
create mode 100644 tests/qemuhotplugtestdomains/qemuhotplug-graphics-spice.xml
--
2.7.4 (Apple Git-66)