source: trunk/packages/xen-common/xen-common/tools/libaio/harness/README @ 95

Last change on this file since 95 was 34, checked in by hartmans, 18 years ago

Add xen and xen-common

File size: 675 bytes
Line 
1Notes on running this test suite:
2
3To run the test suite, run "make check".  All test cases should pass
4and there should be 0 fails.
5
6Several of the test cases require a directory on the filesystem under
7test for the creation of test files, as well as the generation of
8error conditions.  The test cases assume the directories (or symlinks
9to directories) are as follows:
10
11        testdir/
12                - used for general read/write test cases.  Must have at
13                  least as much free space as the machine has RAM (up
14                  to 768MB).
15        testdir.enospc/
16                - a filesystem that has space for writing 8KB out, but
17                  fails with -ENOSPC beyond 8KB.
18        testdir.ext2/
19                - must be an ext2 filesystem.
Note: See TracBrowser for help on using the repository browser.