Re: [Autotest] [PATCH 3/3] KVM test: Extend VM.create() method to support SHA1 check

2009-10-22 Thread Uri Lublin
On 10/21/2009 11:31 PM, Lucas Meneghel Rodrigues wrote: --- a/client/tests/kvm/kvm_vm.py +++ b/client/tests/kvm/kvm_vm.py @@ -339,20 +339,27 @@ class VM: +elif params.get(sha1sum): +logging.debug(Comparing expected SHA1 sum with SHA1 sum of +

[PATCH 3/3] KVM test: Extend VM.create() method to support SHA1 check

2009-10-21 Thread Lucas Meneghel Rodrigues
Also, change variable names and messages to be more generic. Signed-off-by: Lucas Meneghel Rodrigues l...@redhat.com --- client/tests/kvm/kvm_vm.py | 21 ++--- 1 files changed, 14 insertions(+), 7 deletions(-) diff --git a/client/tests/kvm/kvm_vm.py