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 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94
|
Source: ltp
Section: misc
Priority: optional
Build-Depends: debhelper (>> 5), flex, libncurses5-dev, dbs
Maintainer: Alastair McKinstry <mckinstry@debian.org>
Standards-Version: 3.7.2
Package: ltp-tools
Architecture: any
Depends: ${shlibs:Depends}
Description: Utilities for running the Linux Test Project test suite
The Linux Test Project is a joint project with SGI, IBM, OSDL, and Bull with a
goal to deliver test suites to the open source community that validate the
reliability, robustness, and stability of Linux. The Linux Test Project is a
collection of tools for testing the Linux kernel and related features. Our goal
is to improve the Linux kernel by bring test automation to the kernel testing
effort. Interested open source contributors are encouraged to join the project.
.
This package contains the PAN tools and other utilities used by the test suite
in a directory /usr/lib/debian-test/tools
Package: ltp-dev
Architecture: any
Depends: ${shlibs:Depends}
Description: development files for Linux Test Project
The Linux Test Project is a joint project with SGI, IBM, OSDL, and Bull with a
goal to deliver test suites to the open source community that validate the
reliability, robustness, and stability of Linux. The Linux Test Project is a
collection of tools for testing the Linux kernel and related features. Our goal
is to improve the Linux kernel by bring test automation to the kernel testing
effort. Interested open source contributors are encouraged to join the project.
.
This package contains the header files and static library (libltp.a) used
to develop tests for the test suite.
Package: ltp-kernel-test
Architecture: any
Recommends: ltp
Depends: gcc, ${shlibs:Depends}
Description: kernel tests for the Linux Test Project
This package contains tests for testing the Linux Kernel using the
ltp or debian-test packages.
Package: ltp-network-test
Architecture: any
Depends: ltp-tools, expect, ${shlibs:Depends}
Recommends: ltp
Description: Network tests for the Linux Test Project
This package contains files for testing the Networking commands in
Debian using the ltp or debian-test programs.
Package: ltp-commands-test
Architecture: any
Depends: ltp-tools, ${shlibs:Depends}
Recommends: ltp
Description: Command tests for the Linux Test Project
This package contains files for testing general commands in Debian
using the ltp or debian-test programs.
Package: ltp-misc-test
Architecture: any
Depends: ltp-tools, ${shlibs:Depends}
Recommends: ltp
Description: Misc. tests for the Linux Test Project
This package contains files for testing miscellaneous commands in
Debian using the ltp or debian-test programs.
Package: ltp-disc-test
Architecture: any
Depends: ltp-tools, fdutils, ${shlibs:Depends}
Recommends: ltp
Description: Disk I/O tests for the Linux Test Project
This package contains the disk i/o tests for the Linux Test Project.
.
Inorder for these tests to successfully operate a writable high-density
3.5" floppy must be in the disk drive and a CD-ROM with more than 100Mb
of data must be in the CD-ROM drive. The corresponding tests will fail
if either disk is missing.
Package: ltp
Architecture: all
Depends: ltp-tools, dialog
Recommends: ltp-kernel-test, ltp-network-test, ltp-misc-test, ltp-commands-test
Description: The Linux Test Project test suite
The Linux Test Project is a joint project with SGI, IBM, OSDL, and Bull with a
goal to deliver test suites to the open source community that validate the
reliability, robustness, and stability of Linux. The Linux Test Project is a
collection of tools for testing the Linux kernel and related features. Our goal
is to improve the Linux kernel by bring test automation to the kernel testing
effort. Interested open source contributors are encouraged to join the project.
.
This package contains scripts for driving the Linux Test Project
stress-test suite.
|