summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Kletzander <mkletzan@redhat.com>2012-08-15 10:16:36 +0200
committerMartin Kletzander <mkletzan@redhat.com>2012-09-20 16:41:07 +0200
commit3b7265018177ed909085d56edd61c8003e659dcc (patch)
treefc3c3d777f9d27c48324658fdd79c73c251005ad /tests/qemuxml2xmltest.c
parentqemu: add support for dump-guest-core option (diff)
downloadlibvirt-3b7265018177ed909085d56edd61c8003e659dcc.tar.gz
libvirt-3b7265018177ed909085d56edd61c8003e659dcc.tar.bz2
libvirt-3b7265018177ed909085d56edd61c8003e659dcc.zip
tests: Add tests for dump-core option
Diffstat (limited to 'tests/qemuxml2xmltest.c')
-rw-r--r--tests/qemuxml2xmltest.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/qemuxml2xmltest.c b/tests/qemuxml2xmltest.c
index b968566e5..21db5a41e 100644
--- a/tests/qemuxml2xmltest.c
+++ b/tests/qemuxml2xmltest.c
@@ -126,6 +126,8 @@ mymain(void)
setenv("PATH", "/bin", 1);
DO_TEST("minimal");
+ DO_TEST("machine-core-on");
+ DO_TEST("machine-core-off");
DO_TEST("boot-cdrom");
DO_TEST("boot-network");
DO_TEST("boot-floppy");