Hi All,

I have observed that, while executing the io tests in LTP, the 'aio02'
test failed to get executed:

--------------------------------------------------------------------------------------------------
$./runtests -f  io

Running tests.......
<<<test_start>>>
tag=aio01 stime=1267980185
cmdline="aio01"
contacts=""
analysis=exit
<<<test_output>>>
aio01       1  TPASS  :  Test 1: 10 writes in   0.000102 sec
aio01       2  TPASS  :  Test 2: 10 reads in   0.000056 sec
aio01       3  TPASS  :  Test 3: 10 prep,writes in   0.000070 sec
aio01       4  TPASS  :  Test 4: 10 prep,reads in   0.000051 sec
aio01       5  TPASS  :  Test 5: 10 reads and writes in   0.000108 sec
aio01       6  TPASS  :  Test 6: 10 read,write,verify in 0.000108 sec
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=aio02 stime=1267980185
cmdline="runfstests.sh aio_tio"
contacts=""
analysis=exit
<<<test_output>>>
Starting the Tests
incrementing stop
Test run starting at  Sun Mar 7 22:13:05 IST 2010
Missing the test program. You must pass a test path/name for testing
usage: runfstests.sh [ -a test name ]

example: runfstests.sh -a cases/aio_tio

<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
INFO: ltp-pan reported all tests PASS
LTP Version: LTP-20100228

-------------------------------------------------------------------------------------------------------

The "aio02_io_runtest.patch" makes the necessary changes in  "io" file
in "runtest" directory.

Signed-off-by: Maxin B. John <maxin.john@gmail.com>
Acked-by: Garrett Cooper <yanegomi@gmail.com>
1 file changed