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