1List of scripts or executables that need to be run for complete LTP execution.
2The tests listed are NOT executed with the runalltests.sh script
3
4runalltests.sh
5 - syscalls  (except epoll, see below)
6 - fs
7 - fsx
8 - dio
9 - mm
10 - ipc
11 - sched
12 - math
13 - pty
14
15if run network tests flag is passed these additional tests are run
16 - tcp_cmds
17 - multicast
18 - rpc
19 - nfs
20
21To test filesystem with LVM
22- ltpfslvm.sh
23w/o LVM
24- ltpfsnolvm.sh
25
26Device Mapper tests
27 - ltpdmmapper.sh
28
29Network tests
30 - networktests.sh
31 - testcases/network/sockets/ltpSockets.sh
32
33other filesystem or disk type tests
34 - autofs1.sh
35 - autofs4.sh
36 - diskio.sh
37 - exportfs.sh
38 - isofs.sh
39 - sysfs.sh
40
41LTP Stress tests
42 - ltpstress.sh
43
44AIO/DIO filesystem tests
45 - ltp-aiodio.sh
46
47Device driver tests (may not run on all platforms)
48 - acpi
49 - agp
50 - base
51 - drm
52 - include
53 - nls
54 - pci
55 - tbio
56 - usb
57
58Open_hpi_testsuite
59 - run_tests
60
61Open_posix_testsuite
62 - run_tests
63
64
65testcases/kernel/syscalls/epoll - The tests require additional installation files. See the README in the epoll directory.
66