summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/termios01/termios01.doc
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/libtests/termios01/termios01.doc')
-rw-r--r--testsuites/libtests/termios01/termios01.doc4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuites/libtests/termios01/termios01.doc b/testsuites/libtests/termios01/termios01.doc
index 7d0589c343..ebc9c7aef2 100644
--- a/testsuites/libtests/termios01/termios01.doc
+++ b/testsuites/libtests/termios01/termios01.doc
@@ -28,9 +28,13 @@ directives:
rtems_termios_device_remove
rtems_termios_device_open
rtems_termios_device_close
+ rtems_termios_set_best_baud
concepts:
+ Exercise termios ioctl for all baud, character size, parity and
bits per character options.
+ Ensure that Termios device install/remove works.
++ Ensure that Termios first open works in the error case.
++ Ensure that Termios set attributes works in the error case.
++ Ensure that Termios set best baud works.