---
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