On 03/12/2015 04:10 PM, hujianwei wrote:
On 12/03/15 11:11, Jincheng Miao wrote:
> create some test cases for libvirt-python API setTime and getTime
>
> v2:
> user should pass 'seconds' to set_guest_time, and 'nseconds' is
> optional.
>
> Jincheng Miao (2):
> Add guest setTime and getTime testing
> Add test cases for linux_domain
>
> cases/linux_domain.conf | 30 ++++++++++
> repos/domain/guest_time.py | 98 ++++++++++++++++++++++++++++++++
> repos/domain/set_guest_time.py | 122
> ++++++++++++++++++++++++++++++++++++++++
> 3 files changed, 250 insertions(+), 0 deletions(-)
> create mode 100644 repos/domain/guest_time.py
> create mode 100644 repos/domain/set_guest_time.py
>
ACK
Please see my comments in the below patch mail.
[libvirt] [libvirt-test-API][PATCH v2 2/2] Add test cases for
linux_domain
ACK and Pushed after adding the seconds param in
"domain:set_guest_time" .
BR,
Jianwei