diff options
author | Theodore Ts'o <tytso@mit.edu> | 2004-01-30 01:59:42 -0500 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2004-01-30 01:59:42 -0500 |
commit | ac0de52b4b6d55072a2baa9bd1efe060a52e64bf (patch) | |
tree | 30a2552a1f1175825bf8df2f8e75161da3041eba /tests | |
parent | 1ba7a2f2b6a9b152828a06443955a7fb1d139930 (diff) | |
download | e2fsprogs-ac0de52b4b6d55072a2baa9bd1efe060a52e64bf.tar.gz |
Add f_selinux test case.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ChangeLog | 5 | ||||
-rw-r--r-- | tests/f_selinux/expect.1 | 7 | ||||
-rw-r--r-- | tests/f_selinux/expect.2 | 7 | ||||
-rw-r--r-- | tests/f_selinux/image.gz | bin | 0 -> 715 bytes | |||
-rw-r--r-- | tests/f_selinux/name | 1 |
5 files changed, 20 insertions, 0 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index 20123746..86f8966f 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,8 @@ +2004-01-30 Theodore Ts'o <tytso@mit.edu> + + * f_selinux: Add test case which tests SE Linux generated symlinks + that contain extended attribute data. + 2003-12-12 Theodore Ts'o <tytso@mit.edu> * f_lpf2: New test case to validate reconnecting a directory after diff --git a/tests/f_selinux/expect.1 b/tests/f_selinux/expect.1 new file mode 100644 index 00000000..d6fcd3b0 --- /dev/null +++ b/tests/f_selinux/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: 16/16 files (0.0% non-contiguous), 21/96 blocks +Exit status is 0 diff --git a/tests/f_selinux/expect.2 b/tests/f_selinux/expect.2 new file mode 100644 index 00000000..d6fcd3b0 --- /dev/null +++ b/tests/f_selinux/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: 16/16 files (0.0% non-contiguous), 21/96 blocks +Exit status is 0 diff --git a/tests/f_selinux/image.gz b/tests/f_selinux/image.gz Binary files differnew file mode 100644 index 00000000..93a67a28 --- /dev/null +++ b/tests/f_selinux/image.gz diff --git a/tests/f_selinux/name b/tests/f_selinux/name new file mode 100644 index 00000000..42875eaa --- /dev/null +++ b/tests/f_selinux/name @@ -0,0 +1 @@ +SE Linux generated symlinks with EA data |