diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2016-06-15 13:06:01 +0200 |
---|---|---|
committer | Michael Roth <mdroth@linux.vnet.ibm.com> | 2016-07-25 13:23:18 -0500 |
commit | 1741b945f245dd51018fb31748d302eda1ddaafd (patch) | |
tree | ca6019a3ed521b88c6d3b4b4f7a69cfdfa46607a /tests/data | |
parent | fe31017f79e591463599de30b11b24835f10f18b (diff) |
tests: use static qga config file
Do not create a leaking temporary file, but use a static file instead.
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reported-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
Diffstat (limited to 'tests/data')
-rw-r--r-- | tests/data/test-qga-config | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/data/test-qga-config b/tests/data/test-qga-config new file mode 100644 index 0000000000..4bb721a4a1 --- /dev/null +++ b/tests/data/test-qga-config @@ -0,0 +1,8 @@ +[general] +daemon=false +method=virtio-serial +path=/path/to/org.qemu.guest_agent.0 +pidfile=/var/foo/qemu-ga.pid +statedir=/var/state +verbose=true +blacklist=guest-ping;guest-get-time |