|
From: Garrett C. <yan...@gm...> - 2010-02-19 17:40:48
|
On Thu, Feb 18, 2010 at 10:50 AM, Maxin John <max...@gm...> wrote: > Hi, > > I have tried to execute the 'io_floppy' test in LTP Version: LTP-20100131.1 > > maxin@maxin-laptop:/opt/ltp$ ./runltp -f io_floppy > > This test failed since the 'stress_floppy' script was not installed properly. > Please find the below given log: > ----------------------------------------------------------- > .... > Running tests....... > <<<test_start>>> > tag=stress_floppy stime=1266516562 > cmdline="export TCdat=$LTPROOT/testcases/kernel/io/stress_floppy; stress_floppy" > contacts="" > analysis=exit > <<<test_output>>> > sh: stress_floppy: not found > incrementing stop > <<<execution_status>>> > initiation_status="ok" > duration=0 termination_type=exited termination_id=127 corefile=no > cutime=0 cstime=0 > <<<test_end>>> > INFO: ltp-pan reported some tests FAIL > LTP Version: LTP-20100131.1 > > ###############################################################" > > Done executing testcases." > LTP Version: LTP-20100131.1 > ###############################################################" > ----------------------------------------------------------- > > Attached patch(stress_floppy_Makefile.patch) fixes Makefile and the > 'stress_floppy' script gets installed properly. > > ----------------------------------------------------------- > Running tests....... > <<<test_start>>> > tag=stress_floppy stime=1266518427 > cmdline="export TCdat=$LTPROOT/testcases/kernel/io/stress_floppy; stress_floppy" > contacts="" > analysis=exit > <<<test_output>>> > incrementing stop > Testing format... > /dev/fd0: No such file or directory > Format failed! > <<<execution_status>>> > initiation_status="ok" > duration=0 termination_type=exited termination_id=1 corefile=no > cutime=0 cstime=0 > <<<test_end>>> > INFO: ltp-pan reported some tests FAIL > LTP Version: LTP-20100131.1 > ----------------------------------------------------------- > > Well, after applying this patch, the 'io_floppy' test fails successfully :) > (Expected failure as I don't have a floppy drive) > > Signed-off-by: Maxin B. John <max...@gm...> Hmmm... not sure how this ended up in my spam folder... gg gmail. I've committed your patch -- thanks for the help! Cheers! -Garrett |