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

hongming honzhang at redhat.com
Fri Mar 13 06:14:34 UTC 2015


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




More information about the libvir-list mailing list