ACK and Pushed

Thanks
Hongming

On 02/27/2015 01:52 PM, jiahu wrote:
---
  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

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to