svn commit: r290894 - in stable/10: etc/mtree tests/sys tests/sys/acl

Garrett Cooper ngie at FreeBSD.org
Mon Nov 16 00:37:02 UTC 2015


Author: ngie
Date: Mon Nov 16 00:37:00 2015
New Revision: 290894
URL: https://svnweb.freebsd.org/changeset/base/290894

Log:
  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

Added:
  stable/10/tests/sys/acl/
     - copied from r289446, head/tests/sys/acl/
Modified:
  stable/10/etc/mtree/BSD.tests.dist
  stable/10/tests/sys/Makefile
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/etc/mtree/BSD.tests.dist
==============================================================================
--- stable/10/etc/mtree/BSD.tests.dist	Sun Nov 15 23:54:34 2015	(r290893)
+++ stable/10/etc/mtree/BSD.tests.dist	Mon Nov 16 00:37:00 2015	(r290894)
@@ -188,6 +188,8 @@
         ..
     ..
     sys
+        acl
+        ..
         aio
         ..
         fifo

Modified: stable/10/tests/sys/Makefile
==============================================================================
--- stable/10/tests/sys/Makefile	Sun Nov 15 23:54:34 2015	(r290893)
+++ stable/10/tests/sys/Makefile	Mon Nov 16 00:37:00 2015	(r290894)
@@ -4,6 +4,7 @@
 
 TESTSDIR= ${TESTSBASE}/sys
 
+TESTS_SUBDIRS+=		acl
 TESTS_SUBDIRS+=		aio
 TESTS_SUBDIRS+=		fifo
 TESTS_SUBDIRS+=		file


More information about the svn-src-all mailing list