svn commit: r289985 - in stable/10: etc/mtree tests/sys tests/sys/vfs tools/regression/vfs

Garrett Cooper ngie at FreeBSD.org
Mon Oct 26 03:37:02 UTC 2015


Author: ngie
Date: Mon Oct 26 03:37:01 2015
New Revision: 289985
URL: https://svnweb.freebsd.org/changeset/base/289985

Log:
  MFC r289300:
  
  Integrate tools/regression/vfs into the FreeBSD test suite as tests/sys/vfs
  
  Sponsored by: EMC / Isilon Storage Division

Added:
  stable/10/tests/sys/vfs/
     - copied from r289300, head/tests/sys/vfs/
Deleted:
  stable/10/tools/regression/vfs/
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	Mon Oct 26 03:33:40 2015	(r289984)
+++ stable/10/etc/mtree/BSD.tests.dist	Mon Oct 26 03:37:01 2015	(r289985)
@@ -230,6 +230,8 @@
             unlink
             ..
         ..
+        vfs
+        ..
         vm
         ..
     ..

Modified: stable/10/tests/sys/Makefile
==============================================================================
--- stable/10/tests/sys/Makefile	Mon Oct 26 03:33:40 2015	(r289984)
+++ stable/10/tests/sys/Makefile	Mon Oct 26 03:37:01 2015	(r289985)
@@ -11,6 +11,7 @@ TESTS_SUBDIRS+=		kern
 TESTS_SUBDIRS+=		kqueue
 TESTS_SUBDIRS+=		mqueue
 TESTS_SUBDIRS+=		netinet
+TESTS_SUBDIRS+=		vfs
 TESTS_SUBDIRS+=		vm
 
 # Items not integrated into kyua runs by default


More information about the svn-src-all mailing list