[libvirt] [libvirt-test-API][PATCH 2/2] Add coredump_with_format test case to linux_domain conf

jiahu jiahu at redhat.com
Fri Feb 27 05:52:22 UTC 2015


---
 cases/linux_domain.conf | 44 ++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 44 insertions(+)

diff --git a/cases/linux_domain.conf b/cases/linux_domain.conf
index a5ada35..490ee90 100644
--- a/cases/linux_domain.conf
+++ b/cases/linux_domain.conf
@@ -34,6 +34,50 @@ domain:start
     guestname
         $defaultname
 
+domain:coredump_with_format
+    guestname
+        $defaultname
+    topath
+        /root/test.dump
+    dumpformat
+        zlib
+    flags
+        mem
+
+domain:coredump_with_format
+    guestname
+        $defaultname
+    topath
+        /root/test.dump
+    dumpformat
+        raw
+    flags
+        mem|live|bypass
+
+domain:coredump_with_format
+    guestname
+        $defaultname
+    topath
+        /root/test.dump
+    dumpformat
+        snappy
+    flags
+        mem|reset
+
+domain:coredump_with_format
+    guestname
+        $defaultname
+    topath
+        /root/test.dump
+    dumpformat
+        lzo
+    flags
+        mem|crash|bypass
+
+domain:start
+    guestname
+        $defaultname
+
 domain:destroy
     guestname
         $defaultname
-- 
1.8.3.1




More information about the libvir-list mailing list