Re: [Autotest] [Autotest PATCH] KVM-test: Add a subtest image_copy

2010-01-27 Thread Lucas Meneghel Rodrigues
On Wed, 2010-01-27 at 11:43 +0800, Yolkfull Chow wrote: On Tue, Jan 26, 2010 at 02:04:09PM -0200, Lucas Meneghel Rodrigues wrote: Yolkfull, I am copying Michael and Lawrence on the e-mail so they can comment on the points I am going to present. Lucas, firstly thank you very much for

Re: [Autotest] [Autotest PATCH] KVM-test: Add a subtest image_copy

2010-01-26 Thread Lucas Meneghel Rodrigues
Yolkfull, I am copying Michael and Lawrence on the e-mail so they can comment on the points I am going to present. I've been meaning to comment on this test for a while, but refrained to do so because I wanted to think a little about using image copy as an alternate install method. Here are my

[Autotest PATCH] KVM-test: Add a subtest image_copy

2010-01-05 Thread Yolkfull Chow
Add image_copy subtest for convenient KVM functional testing. The target image will be copied into the linked directory if link 'images' is created, and copied to the directory specified in config file otherwise. Signed-off-by: Yolkfull Chow yz...@redhat.com --- client/tests/kvm/kvm_utils.py

[Autotest PATCH] KVM-test: Add a subtest image_copy

2010-01-04 Thread Yolkfull Chow
Add image_copy subtest for convenient KVM functional testing. The target image will be copied into the linked directory if link 'images' is created, and copied to the directory specified in config file otherwise. Signed-off-by: Yolkfull Chow yz...@redhat.com --- client/tests/kvm/kvm_utils.py

Re: [Autotest] [Autotest PATCH] KVM-test: Add a subtest image_copy

2010-01-04 Thread Yolkfull Chow
On Mon, Jan 04, 2010 at 10:52:13PM +0800, Amos Kong wrote: On Mon, Jan 04, 2010 at 05:30:21PM +0800, Yolkfull Chow wrote: Add image_copy subtest for convenient KVM functional testing. The target image will be copied into the linked directory if link 'images' is created, and copied to the