|
From: Maxin J. <max...@gm...> - 2010-02-18 18:50:49
|
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...>
--
Warm Regards,
Maxin B. John
www.maxinbjohn.info
|