Real-Time Tests of LTP(Linux Test Project)
From RTwiki
Revision as of 12:31, 30 June 2017 by Anna-maria (Talk | contribs)
This wiki is being migrated to the Linux Foundation Real-Time Linux Project hosted wiki. The new page is available at: https://wiki.linuxfoundation.org/realtime/documentation/howto/tools/ltp. This page is now deprecated.
Official Homepage of LTP Project is http://ltp.sourceforge.net. We can use RealtimeTest in entier directory of LTP Full source.
Contents |
Tree info of Realtime Test Tree
Below link is realtime testcase of LTP related tree informations. ( I can not uploae image file in this media wiki page. )
* http://photolog.blog.naver.com/common/util/imageZoom.jsp?url=http://blogfiles7.naver.net/data43/2009/4/1/22/realtimeltptreeinfo-invain.png
Quick Howto
Installation
#> wget http://downloads.sourceforge.net/ltp/ltp-full-20090331.tgz #> tar xvzf ltp-full-20090331.tgz #> cd ltp=full-20090331 #> vi ./Makefile (If your architecture is not X86 , edit CROSS_COMPILE and LIB_DIR line). #> make #> make install
Running
#> ./runalltests.sh -p -q -l result-geunsik-all.log #> ./runltp -i 1024 -m 128 -p -q -l /tmp/resultlog.377 -d /usr/ltp #> ./runltplite.sh -i 1024 -m 128 -p -q 1l /tmp/resultlog.383 -d /usr/ltp
Report
#> cat result/result-geunsik-all.log