This is an old revision of the document!
Linux Test Project is a joint project started by SGI, OSDL and Bull developed and maintained by IBM, Cisco, Fujitsu, SUSE, Red Hat, Oracle and others. The project goal is to deliver tests to the open source community that validate the reliability, robustness, and stability of Linux.
More information at https://github.com/linux-test-project/ltp/blob/master/README.
The code for realtime test cases of ltp is available at: https://github.com/linux-test-project/ltp/tree/master/testcases/realtime
Following are the steps to quickly download ltp and build all the realtime related testcases:
#> git clone https://github.com/linux-test-project/ltp.git #> cd ltp #> make autotools #> ./configure #> cd testcases/realtime #> ./configure #> make
Detailed installation instructions can be found at https://github.com/linux-test-project/ltp/blob/master/INSTALL.
Following is the list of real-time testcases which are currently available in LTP:
Description of all the test cases: https://github.com/linux-test-project/ltp/blob/master/testcases/realtime/00_Descriptions.txt
To run all the test cases, just traverse to ${SRC}/testcases/realtime and run the following command as root
:
It is not safe to run this command on a dev system.
./run.sh -t all -l 1 (At the time of writing, the switch for loops, -l, is advertised as optional in usage. But, it really isnt.)
The user can also run functional, stress and performance test by providing func
, stress
and perf
as argument to -t switch respectively.)