tests: Drop more QEMU driver config overrides

These are allegedly necessary to keep the output consistent,
but now that we're using a privileged config for the driver we
get the desired behavior out of the box, and as a bonus the
paths match what you would actually see on a regular host.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
Andrea Bolognani
2023-03-02 19:05:53 +01:00
parent 751693b472
commit 0b464cd84f
906 changed files with 4487 additions and 4494 deletions

View File

@@ -1,15 +1,15 @@
LC_ALL=C \
PATH=/bin \
HOME=/tmp/lib/domain--1-SomeDummyHugepagesGu \
HOME=/var/lib/libvirt/qemu/domain--1-SomeDummyHugepagesGu \
USER=test \
LOGNAME=test \
XDG_DATA_HOME=/tmp/lib/domain--1-SomeDummyHugepagesGu/.local/share \
XDG_CACHE_HOME=/tmp/lib/domain--1-SomeDummyHugepagesGu/.cache \
XDG_CONFIG_HOME=/tmp/lib/domain--1-SomeDummyHugepagesGu/.config \
XDG_DATA_HOME=/var/lib/libvirt/qemu/domain--1-SomeDummyHugepagesGu/.local/share \
XDG_CACHE_HOME=/var/lib/libvirt/qemu/domain--1-SomeDummyHugepagesGu/.cache \
XDG_CONFIG_HOME=/var/lib/libvirt/qemu/domain--1-SomeDummyHugepagesGu/.config \
/usr/bin/qemu-system-x86_64 \
-name guest=SomeDummyHugepagesGuest,debug-threads=on \
-S \
-object '{"qom-type":"secret","id":"masterKey0","format":"raw","file":"/tmp/lib/domain--1-SomeDummyHugepagesGu/master-key.aes"}' \
-object '{"qom-type":"secret","id":"masterKey0","format":"raw","file":"/var/lib/libvirt/qemu/domain--1-SomeDummyHugepagesGu/master-key.aes"}' \
-machine pc,usb=off,dump-guest-core=off,memory-backend=pc.ram,acpi=off \
-accel tcg \
-cpu qemu64 \