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