]> git.proxmox.com Git - mirror_qemu.git/commit - tests/Makefile.include
tests: add a local test for guest agent
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Fri, 2 Oct 2015 12:58:18 +0000 (14:58 +0200)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Mon, 19 Oct 2015 23:30:50 +0000 (18:30 -0500)
commit62c39b307b3a946f9df4f11396bfeced120c040f
tree45f1ef8b54a59f6a9f3cd1750fa6edb2c401f473
parentf693fe6ef402bdcf89b3979bf004c4c5bf646724
tests: add a local test for guest agent

Add some local guest agent tests, as it is better than nothing, only
when CONFIG_POSIX (using unix sockets).

With the QGA_TEST_SIDE_EFFECTING environment variable, it will include
tests with side effects, such as freezing/thawing the FS or changing the
time.

(a better test would involve a managed VM (or container), but it might
be better to leave that off to autotest/avocado)

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
* use mkdtemp() in placeof g_mkdtemp() for glib 2.22 compat
* drop redundant/conflicting compat defines for
  g_assert_{true,false}, since glib-compat has them now.
* build fixes for OSX: use PRId64 instead of glib formats, drop
  g_spawn_default usage for glib compat
* assert connect_qga() doesn't fail
* only enable test-qga for linux hosts
* allow get-memory-block-info* to fail
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
tests/Makefile
tests/test-qga.c [new file with mode: 0644]