
On 12/03/15 11:11, Jincheng Miao wrote:
Signed-off-by: Jincheng Miao <jmiao@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