]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuxml2argvdata: Do not symlink output files for aarch64 gic tests
authorPeter Krempa <pkrempa@redhat.com>
Fri, 24 Mar 2023 09:55:41 +0000 (10:55 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 11 Apr 2023 08:08:31 +0000 (10:08 +0200)
commit2b3dbf6321ae26985c3aaae295233471dff88c31
tree7feab49fc2af5c588498d110c70eda96e029a3d9
parentdd1987268b419144f72f1c0e7aff8ae793bdf9d6
qemuxml2argvdata: Do not symlink output files for aarch64 gic tests

Upcoming patches will be modifying the tests for selecting the GIC
version to use real capabilities. This in certain cases will show that a
different version is picked.

Using symlinks makes it inconvenient to do the modifications and
unobvious what changed.

Remove the symlinks and replace them by real output files.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
tests/qemuxml2argvdata/aarch64-gic-default-both.args [changed from symlink to file mode: 0644]
tests/qemuxml2argvdata/aarch64-gic-default-v2.args [changed from symlink to file mode: 0644]
tests/qemuxml2argvdata/aarch64-gic-default-v3.args [changed from symlink to file mode: 0644]
tests/qemuxml2argvdata/aarch64-gic-default.args [changed from symlink to file mode: 0644]
tests/qemuxml2argvdata/aarch64-gic-none-both.args [changed from symlink to file mode: 0644]
tests/qemuxml2argvdata/aarch64-gic-none-v2.args [changed from symlink to file mode: 0644]
tests/qemuxml2argvdata/aarch64-gic-none-v3.args [changed from symlink to file mode: 0644]
tests/qemuxml2argvdata/aarch64-gic-none.args [changed from symlink to file mode: 0644]