diff options
author | ngie <ngie@FreeBSD.org> | 2015-10-17 08:39:37 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2015-10-17 08:39:37 +0000 |
commit | 42a00c3dbdb078f28fbce3f260099118502857fb (patch) | |
tree | 7b0eff3865da985b17c11298d67f6a2eced60a2e /tests | |
parent | 33618c2e43bba49d08a709c4ae2249b043123798 (diff) | |
parent | a628dafc861c1a90cc8c102efb32fddb53905dca (diff) | |
parent | 4640526e7e284cecc9856f90c9b4e1728a8a38e2 (diff) | |
download | FreeBSD-src-42a00c3dbdb078f28fbce3f260099118502857fb.zip FreeBSD-src-42a00c3dbdb078f28fbce3f260099118502857fb.tar.gz |
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
MFC after: 2 weeks
Reviewed by: trasz (earlier version)
Differential Revision: https://reviews.freebsd.org/D3810