mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 02:24:58 -06:00
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>
This commit is contained in:
parent
fe31017f79
commit
1741b945f2
2 changed files with 12 additions and 23 deletions
8
tests/data/test-qga-config
Normal file
8
tests/data/test-qga-config
Normal file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue