Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Nov 2015 00:37:00 +0000 (UTC)
From:      Garrett Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r290894 - in stable/10: etc/mtree tests/sys tests/sys/acl
Message-ID:  <201511160037.tAG0b0rw065291@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511160037.tAG0b0rw065291>