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