Re: [libvirt] [libvirt-test-api][PATCH 1/3] introduce 2 functions in utils

2015-04-29 Thread hongming
, 2015 9:00:55 PM Subject: [libvirt] [libvirt-test-api][PATCH 1/3] introduce 2 functions in utils get_standard_deviation() is to get Standard Deviation, and param_to_tuple_nolength() allow do not pass lengh when use param_to_tuple(). Signed-off-by: Luyao Huang lhu...@redhat.com --- utils

Re: [libvirt] [libvirt-test-api][PATCH 1/3] introduce 2 functions in utils

2015-04-23 Thread Jianwei Hu
It's OK to me, please hongming help review it again. BR, Jianwei - Original Message - From: Luyao Huang lhu...@redhat.com To: libvir-list@redhat.com Cc: Luyao Huang lhu...@redhat.com Sent: Wednesday, April 22, 2015 9:00:55 PM Subject: [libvirt] [libvirt-test-api][PATCH 1/3] introduce 2

[libvirt] [libvirt-test-api][PATCH 1/3] introduce 2 functions in utils

2015-04-22 Thread Luyao Huang
get_standard_deviation() is to get Standard Deviation, and param_to_tuple_nolength() allow do not pass lengh when use param_to_tuple(). Signed-off-by: Luyao Huang lhu...@redhat.com --- utils/utils.py | 28 1 file changed, 28 insertions(+) diff --git a/utils/utils.py