* [LTP] ltp-aiodio.sh script failed to find aio-stress testcase
@ 2010-08-27 10:55 Jacky.Malcles
2010-09-06 16:17 ` Subrata Modak
0 siblings, 1 reply; 3+ messages in thread
From: Jacky.Malcles @ 2010-08-27 10:55 UTC (permalink / raw)
To: ltp-list
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.
[root@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
[root@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,
--
Jacky Malcles B1-403 Email : Jacky.Malcles@bull.net
Bull SA, 1 rue de Provence, B.P 208, 38432 Echirolles CEDEX, FRANCE
Tel : 04.76.29.73.14
------------------------------------------------------------------------------
Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
Be part of this innovative community and reach millions of netbook users
worldwide. Take advantage of special opportunities to increase revenue and
speed time-to-market. Join now, and jumpstart your future.
http://p.sf.net/sfu/intel-atom-d2d
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [LTP] ltp-aiodio.sh script failed to find aio-stress testcase
2010-08-27 10:55 [LTP] ltp-aiodio.sh script failed to find aio-stress testcase Jacky.Malcles
@ 2010-09-06 16:17 ` Subrata Modak
2010-09-06 18:44 ` Garrett Cooper
0 siblings, 1 reply; 3+ messages in thread
From: Subrata Modak @ 2010-09-06 16:17 UTC (permalink / raw)
To: Jacky.Malcles; +Cc: ltp-list
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.
>
> [root@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
> [root@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
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [LTP] ltp-aiodio.sh script failed to find aio-stress testcase
2010-09-06 16:17 ` Subrata Modak
@ 2010-09-06 18:44 ` Garrett Cooper
0 siblings, 0 replies; 3+ messages in thread
From: Garrett Cooper @ 2010-09-06 18:44 UTC (permalink / raw)
To: subrata; +Cc: ltp-list, Jacky.Malcles
On Mon, Sep 6, 2010 at 9:17 AM, Subrata Modak
<subrata@linux.vnet.ibm.com> wrote:
> Can you please send off a patch for this ?
Already committed:
http://ltp.git.sourceforge.net/git/gitweb.cgi?p=ltp/ltp-dev.git;a=commit;h=873f6e5b28a6a23367a7117aad436378e56ad09a
Thanks,
-Garrett
------------------------------------------------------------------------------
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
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-09-06 18:44 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-27 10:55 [LTP] ltp-aiodio.sh script failed to find aio-stress testcase Jacky.Malcles
2010-09-06 16:17 ` Subrata Modak
2010-09-06 18:44 ` Garrett Cooper
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox