]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuxml2xmlout: Replace symlinks of all 'audio-' tests by real files
authorPeter Krempa <pkrempa@redhat.com>
Tue, 9 May 2023 14:58:10 +0000 (16:58 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 17 May 2023 08:02:19 +0000 (10:02 +0200)
commit36d7d87c875527894c4fe54627967d77f066c86e
tree2fa4e6c5ede044a5da99f768175d52078b8eeef2
parentb10bc8f7ab6f9986ccc54ba04fc5b3bad7576be6
qemuxml2xmlout: Replace symlinks of all 'audio-' tests by real files

Symlinks are hard to maintain and especially un-cool when attempting to
test against real capapbilities.

Replace symlinks by real files first so that we can switch to real caps
and see the difference.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
26 files changed:
tests/qemuxml2xmloutdata/audio-alsa-best.xml [changed from symlink to file mode: 0644]
tests/qemuxml2xmloutdata/audio-alsa-full.xml [changed from symlink to file mode: 0644]
tests/qemuxml2xmloutdata/audio-alsa-minimal.xml [changed from symlink to file mode: 0644]
tests/qemuxml2xmloutdata/audio-coreaudio-best.xml [changed from symlink to file mode: 0644]
tests/qemuxml2xmloutdata/audio-coreaudio-full.xml [changed from symlink to file mode: 0644]
tests/qemuxml2xmloutdata/audio-coreaudio-minimal.xml [changed from symlink to file mode: 0644]
tests/qemuxml2xmloutdata/audio-file-best.xml [changed from symlink to file mode: 0644]
tests/qemuxml2xmloutdata/audio-file-full.xml [changed from symlink to file mode: 0644]
tests/qemuxml2xmloutdata/audio-file-minimal.xml [changed from symlink to file mode: 0644]
tests/qemuxml2xmloutdata/audio-jack-full.xml [changed from symlink to file mode: 0644]
tests/qemuxml2xmloutdata/audio-many-backends.x86_64-latest.xml [changed from symlink to file mode: 0644]
tests/qemuxml2xmloutdata/audio-none-best.xml [changed from symlink to file mode: 0644]
tests/qemuxml2xmloutdata/audio-none-full.xml [changed from symlink to file mode: 0644]
tests/qemuxml2xmloutdata/audio-none-minimal.xml [changed from symlink to file mode: 0644]
tests/qemuxml2xmloutdata/audio-oss-best.xml [changed from symlink to file mode: 0644]
tests/qemuxml2xmloutdata/audio-oss-full.xml [changed from symlink to file mode: 0644]
tests/qemuxml2xmloutdata/audio-oss-minimal.xml [changed from symlink to file mode: 0644]
tests/qemuxml2xmloutdata/audio-pulseaudio-best.xml [changed from symlink to file mode: 0644]
tests/qemuxml2xmloutdata/audio-pulseaudio-full.xml [changed from symlink to file mode: 0644]
tests/qemuxml2xmloutdata/audio-pulseaudio-minimal.xml [changed from symlink to file mode: 0644]
tests/qemuxml2xmloutdata/audio-sdl-best.xml [changed from symlink to file mode: 0644]
tests/qemuxml2xmloutdata/audio-sdl-full.xml [changed from symlink to file mode: 0644]
tests/qemuxml2xmloutdata/audio-sdl-minimal.xml [changed from symlink to file mode: 0644]
tests/qemuxml2xmloutdata/audio-spice-best.xml [changed from symlink to file mode: 0644]
tests/qemuxml2xmloutdata/audio-spice-full.xml [changed from symlink to file mode: 0644]
tests/qemuxml2xmloutdata/audio-spice-minimal.xml [changed from symlink to file mode: 0644]