]> xenbits.xensource.com Git - libvirt.git/commit
snapshot: Rename qemu domain snapshot test files
authorEric Blake <eblake@redhat.com>
Fri, 5 Jul 2019 18:24:40 +0000 (13:24 -0500)
committerEric Blake <eblake@redhat.com>
Mon, 8 Jul 2019 21:10:22 +0000 (16:10 -0500)
commit4d91ad1c594b7a841ac3f2d0bd3d72dbf2973bde
tree0b0879a50323d542b5b773e3e834be2dc7f8f309
parent9a04cad07d98ceb7b5323b76a5be5bf3e2beff0e
snapshot: Rename qemu domain snapshot test files

Make it obvious that the domainsnapshotxml2xml test is only run when
compiling in support for qemu.

Suggested-by: Peter Krempa <pkrempa@redhat.com>
Signed-off-by: Eric Blake <eblake@redhat.com>
Acked-by: Peter Krempa <pkrempa@redhat.com>
54 files changed:
tests/Makefile.am
tests/domainsnapshotxml2xmlin/description_only.xml [deleted file]
tests/domainsnapshotxml2xmlin/disk-invalid.xml [deleted file]
tests/domainsnapshotxml2xmlin/disk-network-seclabel-invalid.xml [deleted file]
tests/domainsnapshotxml2xmlin/disk-seclabel.xml [deleted file]
tests/domainsnapshotxml2xmlin/disk_driver_name_null.xml [deleted file]
tests/domainsnapshotxml2xmlin/disk_snapshot.xml [deleted file]
tests/domainsnapshotxml2xmlin/empty.xml [deleted file]
tests/domainsnapshotxml2xmlin/external_vm.xml [deleted file]
tests/domainsnapshotxml2xmlin/name_and_description.xml [deleted file]
tests/domainsnapshotxml2xmlin/name_only.xml [deleted file]
tests/domainsnapshotxml2xmlin/noparent.xml [deleted file]
tests/domainsnapshotxml2xmlout/all_parameters.xml [deleted file]
tests/domainsnapshotxml2xmlout/disk-seclabel.xml [deleted file]
tests/domainsnapshotxml2xmlout/disk_driver_name_null.xml [deleted file]
tests/domainsnapshotxml2xmlout/disk_snapshot.xml [deleted file]
tests/domainsnapshotxml2xmlout/disk_snapshot_redefine.xml [deleted file]
tests/domainsnapshotxml2xmlout/empty.xml [deleted file]
tests/domainsnapshotxml2xmlout/external_vm.xml [deleted file]
tests/domainsnapshotxml2xmlout/external_vm_redefine.xml [deleted file]
tests/domainsnapshotxml2xmlout/full_domain.xml [deleted file]
tests/domainsnapshotxml2xmlout/metadata.xml [deleted file]
tests/domainsnapshotxml2xmlout/name_and_description.xml [deleted file]
tests/domainsnapshotxml2xmlout/noparent.xml [deleted file]
tests/domainsnapshotxml2xmlout/noparent_nodescription.xml [deleted file]
tests/domainsnapshotxml2xmlout/noparent_nodescription_noactive.xml [deleted file]
tests/domainsnapshotxml2xmltest.c [deleted file]
tests/qemudomainsnapshotxml2xmlin/description_only.xml [new file with mode: 0644]
tests/qemudomainsnapshotxml2xmlin/disk-invalid.xml [new file with mode: 0644]
tests/qemudomainsnapshotxml2xmlin/disk-network-seclabel-invalid.xml [new file with mode: 0644]
tests/qemudomainsnapshotxml2xmlin/disk-seclabel.xml [new file with mode: 0644]
tests/qemudomainsnapshotxml2xmlin/disk_driver_name_null.xml [new file with mode: 0644]
tests/qemudomainsnapshotxml2xmlin/disk_snapshot.xml [new file with mode: 0644]
tests/qemudomainsnapshotxml2xmlin/empty.xml [new file with mode: 0644]
tests/qemudomainsnapshotxml2xmlin/external_vm.xml [new file with mode: 0644]
tests/qemudomainsnapshotxml2xmlin/name_and_description.xml [new file with mode: 0644]
tests/qemudomainsnapshotxml2xmlin/name_only.xml [new file with mode: 0644]
tests/qemudomainsnapshotxml2xmlin/noparent.xml [new file with mode: 0644]
tests/qemudomainsnapshotxml2xmlout/all_parameters.xml [new file with mode: 0644]
tests/qemudomainsnapshotxml2xmlout/disk-seclabel.xml [new file with mode: 0644]
tests/qemudomainsnapshotxml2xmlout/disk_driver_name_null.xml [new file with mode: 0644]
tests/qemudomainsnapshotxml2xmlout/disk_snapshot.xml [new file with mode: 0644]
tests/qemudomainsnapshotxml2xmlout/disk_snapshot_redefine.xml [new file with mode: 0644]
tests/qemudomainsnapshotxml2xmlout/empty.xml [new file with mode: 0644]
tests/qemudomainsnapshotxml2xmlout/external_vm.xml [new file with mode: 0644]
tests/qemudomainsnapshotxml2xmlout/external_vm_redefine.xml [new file with mode: 0644]
tests/qemudomainsnapshotxml2xmlout/full_domain.xml [new file with mode: 0644]
tests/qemudomainsnapshotxml2xmlout/metadata.xml [new file with mode: 0644]
tests/qemudomainsnapshotxml2xmlout/name_and_description.xml [new file with mode: 0644]
tests/qemudomainsnapshotxml2xmlout/noparent.xml [new file with mode: 0644]
tests/qemudomainsnapshotxml2xmlout/noparent_nodescription.xml [new file with mode: 0644]
tests/qemudomainsnapshotxml2xmlout/noparent_nodescription_noactive.xml [new file with mode: 0644]
tests/qemudomainsnapshotxml2xmltest.c [new file with mode: 0644]
tests/virschematest.c