diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ChangeLog | 5 | ||||
-rw-r--r-- | tests/f_16384_block/expect.1 | 7 | ||||
-rw-r--r-- | tests/f_16384_block/expect.2 | 7 | ||||
-rw-r--r-- | tests/f_16384_block/image.gz | bin | 0 -> 9992 bytes | |||
-rw-r--r-- | tests/f_16384_block/name | 1 | ||||
-rw-r--r-- | tests/f_8192_block/expect.1 | 7 | ||||
-rw-r--r-- | tests/f_8192_block/expect.2 | 7 | ||||
-rw-r--r-- | tests/f_8192_block/image.gz | bin | 0 -> 9992 bytes | |||
-rw-r--r-- | tests/f_8192_block/name | 1 |
9 files changed, 35 insertions, 0 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index 018ef59e..9df3d48d 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,8 @@ +2002-06-09 Andreas Dilger <adilger@clusterfs.com> + + * f_8192_block, f_16384_block: Basic tests of 8192-byte block + and 16384-byte blocksize filesystems. + 2002-05-21 Theodore Ts'o <tytso@mit.edu> * f_badsymlinks: Check for symlink too big error message. diff --git a/tests/f_16384_block/expect.1 b/tests/f_16384_block/expect.1 new file mode 100644 index 00000000..d5a5659c --- /dev/null +++ b/tests/f_16384_block/expect.1 @@ -0,0 +1,7 @@ +Pass 1: Checking inodes, blocks, and sizes +Pass 2: Checking directory structure +Pass 3: Checking directory connectivity +Pass 4: Checking reference counts +Pass 5: Checking group summary information +test_filesys: 11/2048 files (0.0% non-contiguous), 39/1024 blocks +Exit status is 0 diff --git a/tests/f_16384_block/expect.2 b/tests/f_16384_block/expect.2 new file mode 100644 index 00000000..d5a5659c --- /dev/null +++ b/tests/f_16384_block/expect.2 @@ -0,0 +1,7 @@ +Pass 1: Checking inodes, blocks, and sizes +Pass 2: Checking directory structure +Pass 3: Checking directory connectivity +Pass 4: Checking reference counts +Pass 5: Checking group summary information +test_filesys: 11/2048 files (0.0% non-contiguous), 39/1024 blocks +Exit status is 0 diff --git a/tests/f_16384_block/image.gz b/tests/f_16384_block/image.gz Binary files differnew file mode 100644 index 00000000..c5f311b0 --- /dev/null +++ b/tests/f_16384_block/image.gz diff --git a/tests/f_16384_block/name b/tests/f_16384_block/name new file mode 100644 index 00000000..79b31121 --- /dev/null +++ b/tests/f_16384_block/name @@ -0,0 +1 @@ +16384 byte blocksize diff --git a/tests/f_8192_block/expect.1 b/tests/f_8192_block/expect.1 new file mode 100644 index 00000000..d5a5659c --- /dev/null +++ b/tests/f_8192_block/expect.1 @@ -0,0 +1,7 @@ +Pass 1: Checking inodes, blocks, and sizes +Pass 2: Checking directory structure +Pass 3: Checking directory connectivity +Pass 4: Checking reference counts +Pass 5: Checking group summary information +test_filesys: 11/2048 files (0.0% non-contiguous), 39/1024 blocks +Exit status is 0 diff --git a/tests/f_8192_block/expect.2 b/tests/f_8192_block/expect.2 new file mode 100644 index 00000000..d5a5659c --- /dev/null +++ b/tests/f_8192_block/expect.2 @@ -0,0 +1,7 @@ +Pass 1: Checking inodes, blocks, and sizes +Pass 2: Checking directory structure +Pass 3: Checking directory connectivity +Pass 4: Checking reference counts +Pass 5: Checking group summary information +test_filesys: 11/2048 files (0.0% non-contiguous), 39/1024 blocks +Exit status is 0 diff --git a/tests/f_8192_block/image.gz b/tests/f_8192_block/image.gz Binary files differnew file mode 100644 index 00000000..c5f311b0 --- /dev/null +++ b/tests/f_8192_block/image.gz diff --git a/tests/f_8192_block/name b/tests/f_8192_block/name new file mode 100644 index 00000000..50d8dca3 --- /dev/null +++ b/tests/f_8192_block/name @@ -0,0 +1 @@ +8192 byte blocksize |