]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r289446:
authorngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 16 Nov 2015 00:37:00 +0000 (00:37 +0000)
committerngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 16 Nov 2015 00:37:00 +0000 (00:37 +0000)
commit620654ee98e1b3a7a7bcad3d88b790bbc760ddc7
tree46cd5c7ed573dd0c349f5e50a24f09cc39ded896
parent8767b5ea31d215156f1e1f78543ad32f4f57744c
MFC r289446:

Integrate tools/regression/acltools into the FreeBSD test suite as tests/sys/acl

- Make the requirements more complete for the testcases
- Detect prerequisites so the tests won't fail (zfs.ko is loaded, zpool(1)
  is available, ACL support is enabled with UFS, etc).
- Work with temporary files/directories/mountpoints that work with atf/kyua
- Limit the testcases to work on temporary filesystems to reduce tainting the
  test host

Reviewed by: trasz (earlier version)
Differential Revision: https://reviews.freebsd.org/D3810

git-svn-id: svn://svn.freebsd.org/base/stable/10@290894 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
16 files changed:
etc/mtree/BSD.tests.dist
tests/sys/Makefile
tests/sys/acl/00.sh [new file with mode: 0644]
tests/sys/acl/01.sh [new file with mode: 0644]
tests/sys/acl/02.sh [new file with mode: 0644]
tests/sys/acl/03.sh [new file with mode: 0644]
tests/sys/acl/04.sh [new file with mode: 0644]
tests/sys/acl/Makefile [new file with mode: 0644]
tests/sys/acl/aclfuzzer.sh [new file with mode: 0755]
tests/sys/acl/mktrivial.sh [new file with mode: 0755]
tests/sys/acl/run [new file with mode: 0644]
tests/sys/acl/tools-crossfs.test [new file with mode: 0644]
tests/sys/acl/tools-nfs4-psarc.test [new file with mode: 0644]
tests/sys/acl/tools-nfs4-trivial.test [new file with mode: 0644]
tests/sys/acl/tools-nfs4.test [new file with mode: 0644]
tests/sys/acl/tools-posix.test [new file with mode: 0644]