Module Name:    src
Committed By:   njoly
Date:           Thu Jun 16 21:42:38 UTC 2011

Modified Files:
        src/share/man/man7: tests.7

Log Message:
Add fstype and unprivileged-user tests configuration variables
description. Fix PR/45038.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/share/man/man7/tests.7

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man7/tests.7
diff -u src/share/man/man7/tests.7:1.4 src/share/man/man7/tests.7:1.5
--- src/share/man/man7/tests.7:1.4	Sun Nov  7 17:49:33 2010
+++ src/share/man/man7/tests.7	Thu Jun 16 21:42:38 2011
@@ -1,4 +1,4 @@
-.\"	$NetBSD: tests.7,v 1.4 2010/11/07 17:49:33 jmmv Exp $
+.\"	$NetBSD: tests.7,v 1.5 2011/06/16 21:42:38 njoly Exp $
 .\"
 .\" Copyright (c) 2010 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -25,7 +25,7 @@
 .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
 .\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd November 7, 2010
+.Dd June 16, 2011
 .Dt TESTS 7
 .Os
 .Sh NAME
@@ -163,6 +163,20 @@
 which contains properties shared among all test suites.
 These files conform to the configuration file format described in
 .Xr atf-formats 5 .
+.Pp
+The following configuration variables are available in the
+.Nx
+test suite:
+.Bl -tag -width "unprivileged-user"
+.It fstype
+When set to a filesystem type, restrict tests programs from the
+.Pa /usr/tests/fs/vfs/
+tree to only run test cases for the given type.
+.It unprivileged-user
+This variable allows setting an unprivileged user login name to be used by
+tests. Defaults to
+.Sq _atf .
+.El
 .Ss What to do if something fails?
 If there is
 .Em any failure

Reply via email to