Re: [Autotest] [KVM-AUTOTEST PATCH 02/17] Modify kvm_vm and kvm_preprocessing to use the new kvm_subprocess module

2009-07-22 Thread Lucas Meneghel Rodrigues
Looks good to me. Applied. On Mon, Jul 20, 2009 at 12:07 PM, Michael Goldishmgold...@redhat.com wrote: Signed-off-by: Michael Goldish mgold...@redhat.com ---  client/tests/kvm/kvm_preprocessing.py |   27 ++--  client/tests/kvm/kvm_vm.py            |  111 +++-  

[KVM-AUTOTEST PATCH 02/17] Modify kvm_vm and kvm_preprocessing to use the new kvm_subprocess module

2009-07-20 Thread Michael Goldish
Signed-off-by: Michael Goldish mgold...@redhat.com --- client/tests/kvm/kvm_preprocessing.py | 27 ++-- client/tests/kvm/kvm_vm.py| 111 +++- 2 files changed, 59 insertions(+), 79 deletions(-) diff --git a/client/tests/kvm/kvm_preprocessing.py