allwinner_a64/android/external/ltp
2020-07-15 19:27:51 +08:00
..
android upload android base code part2 2018-08-08 16:14:42 +08:00
doc upload android base code part2 2018-08-08 16:14:42 +08:00
include upload android base code part2 2018-08-08 16:14:42 +08:00
lib update new sdk 2020-07-15 19:27:51 +08:00
m4 upload android base code part2 2018-08-08 16:14:42 +08:00
pan upload android base code part2 2018-08-08 16:14:42 +08:00
runtest upload android base code part2 2018-08-08 16:14:42 +08:00
scenario_groups upload android base code part2 2018-08-08 16:14:42 +08:00
scripts upload android base code part2 2018-08-08 16:14:42 +08:00
testcases update new sdk 2020-07-15 19:27:51 +08:00
testscripts upload android base code part2 2018-08-08 16:14:42 +08:00
tools update new sdk 2020-07-15 19:27:51 +08:00
utils update new sdk 2020-07-15 19:27:51 +08:00
.gitignore update new sdk 2020-07-15 19:27:51 +08:00
.gitmodules update new sdk 2020-07-15 19:27:51 +08:00
.travis.yml upload android base code part2 2018-08-08 16:14:42 +08:00
Android.bp upload android base code part2 2018-08-08 16:14:42 +08:00
Android.mk upload android base code part2 2018-08-08 16:14:42 +08:00
configure.ac upload android base code part2 2018-08-08 16:14:42 +08:00
COPYING upload android base code part2 2018-08-08 16:14:42 +08:00
execltp.in upload android base code part2 2018-08-08 16:14:42 +08:00
gen.bp upload android base code part2 2018-08-08 16:14:42 +08:00
IDcheck.sh upload android base code part2 2018-08-08 16:14:42 +08:00
INSTALL upload android base code part2 2018-08-08 16:14:42 +08:00
ltpmenu upload android base code part2 2018-08-08 16:14:42 +08:00
Makefile upload android base code part2 2018-08-08 16:14:42 +08:00
Makefile.release upload android base code part2 2018-08-08 16:14:42 +08:00
OWNERS upload android base code part2 2018-08-08 16:14:42 +08:00
README upload android base code part2 2018-08-08 16:14:42 +08:00
README.kernel_config upload android base code part2 2018-08-08 16:14:42 +08:00
runltp upload android base code part2 2018-08-08 16:14:42 +08:00
runltplite.sh upload android base code part2 2018-08-08 16:14:42 +08:00
TODO upload android base code part2 2018-08-08 16:14:42 +08:00
ver_linux upload android base code part2 2018-08-08 16:14:42 +08:00
VERSION upload android base code part2 2018-08-08 16:14:42 +08:00

Linux Test Project
------------------

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.

The LTP testsuite contains a collection of tools for testing the Linux kernel
and related features. Our goal is to improve the Linux kernel and system
libraries by bringing test automation to the testing effort. Interested open
source contributors are encouraged to join.

Project pages are located at: http://linux-test-project.github.io/

The latest image is always available at:
https://github.com/linux-test-project/ltp/releases

The discussion about the project happens at ltp mailing list:
http://lists.linux.it/listinfo/ltp

The git repository is located at GitHub at:
https://github.com/linux-test-project/ltp

Warning!
--------
Be careful with these tests!

Don't run them on production systems. Growfiles, doio, and iogen in particular
stress the I/O capabilities of systems and while they should not cause problems
on properly functioning systems, they are intended to find (or cause) problems.

Developers corner
-----------------

Before you start you should read following documents:

* doc/test-writing-guidelines.txt
* doc/build-system-guide.txt

these two should contain all information needed for modifying or creating LTP
testcases. If something is not covered there don't hesitate to ask on the LTP
mailing list.

Also note that these documents are available online at:

https://github.com/linux-test-project/ltp/wiki/Test-Writing-Guidelines
https://github.com/linux-test-project/ltp/wiki/BuildSystem