Hi, Currently it doesn't support windows but we can make it to run on windows in a very simpler way For this you need to do 3 steps which are as follows: i. Install Cygwin on Windows ii. Change the line in client/bin/harness.py from which = "standalone" to which = "simple" iii. Replace "fork" with "multiprocessing" in client/bin/job.py as fork doesn't work on cygwin
Regards, Samir On Thu, May 19, 2011 at 12:54 PM, wuyu8242 <[email protected]> wrote: > > hi Sane, > > Do you want to verify this question? > FYI. > > wuyu > > > On Fri, May 06, 2011 at 02:42:42AM -0700, Nitin Kshirsagar wrote: > > > > > > On Fri, May 6, 2011 at 1:04 AM, wuyu8242 <[email protected]> wrote: > > > > On 2011-05-06,at 14:43:23, Amos Kong wrote: > > > > >发送日期:2011-05-06 14:43:23 > > >收件人:Nitin Kshirsagar > > >抄送:autotest > > >主题:Re: [Autotest] Autotest framework supports windows clients ? > > >> > > >On Thu, May 05, 2011 at 11:31:59PM -0700, Nitin Kshirsagar wrote: > > >> Hi > > >> > > > >> I am new in autotest framework. I need to test some benchmarking > > tools > > on > > >> windows client but I don't > > >> know more details of autotest framework. > > > >> So I need suggestion whether autotest can support windows clients or > > not > > ? > > > > > >You want to execute autotest client on a Windows machine? > > >Or test a kvm guest(windows) by autotest framework? > > yes, what do you want to do? > > > I can guide you the detail steps to setup a windows guest via > > kvm-autotest > > framework :) > ... > > Yes I want to execute autotest client on a windows host machine > > I want run fio test on one mounted partition on windows machine. > > Sorry, Autotest don't support execute in windows machine now. > > Lucas, > Can we add this to FAQ ? > http://www.linux-kvm.org/page/FAQ > > > > also I don't know how to configure autotest client (configuration file) to > > run > > fio test on required mounted drive in windows. > > Please help me > > _______________________________________________ > Autotest mailing list > [email protected] > http://test.kernel.org/cgi-bin/mailman/listinfo/autotest > >
_______________________________________________ Autotest mailing list [email protected] http://test.kernel.org/cgi-bin/mailman/listinfo/autotest
