summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/termios06/termios06.scn
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-01-28 15:39:46 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-01-28 15:39:46 +0000
commita4325457a7293ae9eb973b1db93fc11863cc4841 (patch)
tree00809123b9fe59111969de0b795678372b8e6398 /testsuites/libtests/termios06/termios06.scn
parent2011-01-27 Sebastian Huber <sebastian.huber@embedded-brains.de> (diff)
downloadrtems-a4325457a7293ae9eb973b1db93fc11863cc4841.tar.bz2
2011-01-28 Bharath Suri <bharath.s.jois@gmail.com>
PR 1661/testing * termios06/init.c: Extend the test to cover sections related to flow control in termios.c * termios06/termios06.doc: Updated test concept * termios06/termios06.scn: Updated test run log
Diffstat (limited to '')
-rw-r--r--testsuites/libtests/termios06/termios06.scn14
1 files changed, 14 insertions, 0 deletions
diff --git a/testsuites/libtests/termios06/termios06.scn b/testsuites/libtests/termios06/termios06.scn
index 608037c773..b558077daa 100644
--- a/testsuites/libtests/termios06/termios06.scn
+++ b/testsuites/libtests/termios06/termios06.scn
@@ -1,5 +1,9 @@
+
+
*** TEST TERMIOS06 ***
open(/dev/test) - OK
+ioctl - RTEMS_IO_SNDWAKEUP - OK
+ioctl - RTEMS_IO_RCVWAKEUP - OK
ioctl - TIOCGETD - OK
ioctl - TIOCSETD - OK
pppopen called
@@ -9,13 +13,21 @@ pppopen called
write(PPPD TEST) - OK
pppwrite called - 10 bytes
50 50 50 44 20 54 45 53 54 00 |PPPD TEST. |
+
pppstart called
ioctl(/dev/test) - OK
pppioctl called
+tcgetattr(/dev/test) - OK
+Turn on flow control on output - OK
+Turn off flow control on output - OK
+Turn on flow control on input - OK
+Turn off flow control on input - OK
Reading (expected):
54 68 69 73 20 69 73 20 74 65 73 74 20 50 50 50 |This is test PPP|
+
20 69 6e 70 75 74 | input |
+
pppread called
pppinput called - with (T)
pppinput called - with (h)
@@ -40,6 +52,8 @@ pppinput called - with (p)
pppinput called - with (u)
pppinput called - with (t)
pppinput called - with (.)
+Rx_Wake - invoked
+
Read 0 bytes from read(2)
close(/dev/test) - OK
pppclose called