summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxpasswd01/psxpasswd01.doc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-12-03 17:15:02 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-12-03 17:15:02 +0000
commit4828ee25a2db70acdb74adcc4d2075f657717a3c (patch)
tree2d816f4eca71263f98b422845807ff7b21c12261 /testsuites/psxtests/psxpasswd01/psxpasswd01.doc
parent2009-12-03 Till Straumann <strauman@slac.stanford.edu> (diff)
downloadrtems-4828ee25a2db70acdb74adcc4d2075f657717a3c.tar.bz2
2009-12-03 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac: New test to exercise getgrnam and getpwnam families. * psxpasswd01/.cvsignore, psxpasswd01/Makefile.am, psxpasswd01/init.c, psxpasswd01/psxpasswd01.doc, psxpasswd01/psxpasswd01.scn: New files.
Diffstat (limited to '')
-rw-r--r--testsuites/psxtests/psxpasswd01/psxpasswd01.doc29
1 files changed, 29 insertions, 0 deletions
diff --git a/testsuites/psxtests/psxpasswd01/psxpasswd01.doc b/testsuites/psxtests/psxpasswd01/psxpasswd01.doc
new file mode 100644
index 0000000000..f35bac76a2
--- /dev/null
+++ b/testsuites/psxtests/psxpasswd01/psxpasswd01.doc
@@ -0,0 +1,29 @@
+#
+# $Id$
+#
+# COPYRIGHT (c) 1989-2009.
+# On-Line Applications Research Corporation (OAR).
+#
+# The license and distribution terms for this file may be
+# found in the file LICENSE in this distribution or at
+# http://www.rtems.com/license/LICENSE.
+#
+
+This file describes the directives and concepts tested by this test set.
+
+test set name: POSIX PASSWD/GROUP TEST
+
+directives:
+ getpwnam
+ getpwuid
+ getpwnam_r
+ getpwuid_r
+
+ getgrnam
+ getgrgid
+ getgrnam_r
+ getgrgid_r
+
+concepts:
+
++ Fully exercise services related to /etc/passwd and /etc/group.