[libvirt] [libvirt-test-API][PATCH v2 2/2] Add test cases for linux_domain

hujianwei jiahu at redhat.com
Thu Mar 12 08:08:02 UTC 2015


On 12/03/15 11:11, Jincheng Miao wrote:
> Signed-off-by: Jincheng Miao <jmiao at redhat.com>
> ---
>   cases/linux_domain.conf |   30 ++++++++++++++++++++++++++++++
>   1 files changed, 30 insertions(+), 0 deletions(-)
>
> diff --git a/cases/linux_domain.conf b/cases/linux_domain.conf
> index 515858a..f3f714f 100644
> --- a/cases/linux_domain.conf
> +++ b/cases/linux_domain.conf
> @@ -139,6 +139,36 @@ domain:cpu_affinity
>       vcpu
>           $defaultvcpu
>   
> +domain:guest_time
> +    guestname
> +        $defaultname
> +    username
> +        $username
> +    userpassword
> +        $password
> +
> +domain:set_guest_time
> +    guestname
> +        $defaultname
> +    username
> +        $username
> +    userpassword
> +        $password
> +    seconds
> +        1234567
> +    nseconds
> +        0
> +
> +domain:set_guest_time
> +    guestname
> +        $defaultname
> +    username
> +        $username
> +    userpassword
> +        $password
> +    flags
> +        sync
> +
In the third block, the seconds is required parameter, please add it 
into conf, but when setting flags=1,
API didn't used it, please add comment for this.
>   domain:destroy
>       guestname
>           $defaultname




More information about the libvir-list mailing list