Can you please send off a patch for this ?

Regards--
Subrata

On Fri, 2010-08-27 at 12:55 +0200, Jacky.Malcles wrote: 
> Hi,
> ltp-aiodio.sh script failed to find aio-stress testcase
> 
> it failed as follows:
> initiation_status="pan(ltp-aiostresspart1): execvp of 'aio-stress' (tag 
> ADS1044) failed.  errno:2  No such file or directory"
> duration=0 termination_type=exited termination_id=2 corefile=no
> ...
> 
> I just added a line to ltp-aiodio.sh script and then it finds aio-stress TC.
> 
> [r...@xena5 testscripts]# diff -ru ltp-aiodio.sh.ori ltp-aiodio.sh
> --- ltp-aiodio.sh.ori   2010-08-27 11:05:52.000000000 +0200
> +++ ltp-aiodio.sh       2010-08-27 08:26:44.000000000 +0200
> @@ -16,6 +16,7 @@
>   cd ..
>   export LTPROOT=${PWD}
>  fi
> +export PATH=$LTPROOT/testcases/bin:$PATH
> 
>  run0=0
>  runTest=0
> [r...@xena5 testscripts]#
> 
> now it works for me.
> ..
> tag=ADS1044 stime=1282901877
> cmdline="aio-stress -I500  -o1 -O -r4    -t4   /test/aiodio/junkfile 
> /test/aiodio/file2        /test/aiodio/file7  
> /test/aiodio/file8                                                            
>                    
> "
> contacts=""
> analysis=exit
> <<<test_output>>>
> adding stage read
> starting with read
> file size 1024MB, record size 4KB, depth 64, ios per iteration 8
> max io_submit 32, buffer alignment set to 4KB
> ...etc
> 
> please could you fixed this up,
> regards,
> 


------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to