Mike Truty | 496a364 | 2012-03-13 22:10:48 -0700 | [diff] [blame] | 1 | NAME = "LTP" |
| 2 | AUTHOR = "Martin Bligh <mbligh@google.com>" |
| 3 | PURPOSE = 'Verify kernel system calls are operating correctly.' |
| 4 | CRITERIA = """ |
| 5 | There are over 1,000 tests and each one has its own pass/failure criteria. Each |
| 6 | individual test case is written from the system call's manpage. |
| 7 | """ |
Mike Truty | 496a364 | 2012-03-13 22:10:48 -0700 | [diff] [blame] | 8 | TIME = "MEDIUM" |
| 9 | TEST_CATEGORY = "FUNCTIONAL" |
| 10 | TEST_CLASS = "KERNEL" |
| 11 | TEST_TYPE = "CLIENT" |
| 12 | DOC = """ |
| 13 | The Linux Test Project is a suite of tests. The suite is executed through a |
| 14 | shell program. Most of the tests are written in C, with some in bash and Perl, |
| 15 | and are designed to test various aspects of the Linux operating system. Most |
| 16 | test cases will use a glibc interface if it exists, or kernel header files if |
| 17 | available. |
| 18 | |
| 19 | For more information visit: |
| 20 | http://ltp.sourceforge.net/ |
| 21 | """ |
| 22 | |
| 23 | job.run_test('ltp') |