Re: [Autotest] [Qemu-devel] [RFC PATCH 06/14] KVM-test: Add basic file transfer test

2010-08-10 Thread Amos Kong
On Tue, Jul 27, 2010 at 10:36 PM, Lucas Meneghel Rodrigues wrote: > On Tue, 2010-07-20 at 09:35 +0800, Amos Kong wrote: >> This test is the basic test of transfering file between host and guest. Try >> to >> transfer a large file from host to guest, and transfer it back to host, then >> compare t

Re: [Qemu-devel] [RFC PATCH 06/14] KVM-test: Add basic file transfer test

2010-07-27 Thread Lucas Meneghel Rodrigues
On Tue, 2010-07-20 at 09:35 +0800, Amos Kong wrote: > This test is the basic test of transfering file between host and guest. Try to > transfer a large file from host to guest, and transfer it back to host, then > compare the files by diff command. > The default file size is 4000M, scp timeout is 1

[Qemu-devel] [RFC PATCH 06/14] KVM-test: Add basic file transfer test

2010-07-19 Thread Amos Kong
This test is the basic test of transfering file between host and guest. Try to transfer a large file from host to guest, and transfer it back to host, then compare the files by diff command. The default file size is 4000M, scp timeout is 1000s. It means if the average speed is less than 4M/s, this