summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxdevctl01/psxdevctl01.doc
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2016-12-05 21:06:40 -0600
committerJoel Sherrill <joel@rtems.org>2017-01-11 09:45:32 -0600
commitef362818dff3e7dc437d90133424e9c9f0608a02 (patch)
treec6800ad8c9bcd8d9a894c48ea533c38d9eb3a962 /testsuites/psxtests/psxdevctl01/psxdevctl01.doc
parentposix: Fix alarm() in SMP configurations (diff)
downloadrtems-ef362818dff3e7dc437d90133424e9c9f0608a02.tar.bz2
Add support for posix_devctl()
Diffstat (limited to 'testsuites/psxtests/psxdevctl01/psxdevctl01.doc')
-rw-r--r--testsuites/psxtests/psxdevctl01/psxdevctl01.doc23
1 files changed, 23 insertions, 0 deletions
diff --git a/testsuites/psxtests/psxdevctl01/psxdevctl01.doc b/testsuites/psxtests/psxdevctl01/psxdevctl01.doc
new file mode 100644
index 0000000000..fee22d237d
--- /dev/null
+++ b/testsuites/psxtests/psxdevctl01/psxdevctl01.doc
@@ -0,0 +1,23 @@
+# COPYRIGHT (c) 2016.
+# 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.org/license/LICENSE.
+#
+
+This file describes the directives and concepts tested by this test set.
+
+test set name: psxdevctl01
+
+directives:
+
+ posix_devctl
+
+concepts:
+
++ Ensure that proper error values result when passing different combinations of
+ arguments to posix_devctl().
+
++ Ensure that a requestn is passed through the underlying ioctl() operation
+ to the console device driver and flagged as an error.