Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man7 Add fstype and unprivileged-user tests config...



details:   https://anonhg.NetBSD.org/src/rev/4058d8918185
branches:  trunk
changeset: 766140:4058d8918185
user:      njoly <njoly%NetBSD.org@localhost>
date:      Thu Jun 16 21:42:38 2011 +0000

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

diffstat:

 share/man/man7/tests.7 |  18 ++++++++++++++++--
 1 files changed, 16 insertions(+), 2 deletions(-)

diffs (39 lines):

diff -r 01687b342958 -r 4058d8918185 share/man/man7/tests.7
--- a/share/man/man7/tests.7    Thu Jun 16 20:42:15 2011 +0000
+++ b/share/man/man7/tests.7    Thu Jun 16 21:42:38 2011 +0000
@@ -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



Home | Main Index | Thread Index | Old Index