forked from Imagelibrary/rtems
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
61 lines
1.4 KiB
Plaintext
61 lines
1.4 KiB
Plaintext
|
|
|
|
*** TEST TERMIOS06 ***
|
|
open(/dev/test) - OK
|
|
ioctl - RTEMS_IO_SNDWAKEUP - OK
|
|
ioctl - RTEMS_IO_RCVWAKEUP - OK
|
|
ioctl - TIOCGETD - OK
|
|
ioctl - TIOCSETD - OK
|
|
pppopen called
|
|
ioctl - TIOCSETD - OK
|
|
pppclose called
|
|
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)
|
|
pppinput called - with (i)
|
|
pppinput called - with (s)
|
|
pppinput called - with ( )
|
|
pppinput called - with (i)
|
|
pppinput called - with (s)
|
|
pppinput called - with ( )
|
|
pppinput called - with (t)
|
|
pppinput called - with (e)
|
|
pppinput called - with (s)
|
|
pppinput called - with (t)
|
|
pppinput called - with ( )
|
|
pppinput called - with (P)
|
|
pppinput called - with (P)
|
|
pppinput called - with (P)
|
|
pppinput called - with ( )
|
|
pppinput called - with (i)
|
|
pppinput called - with (n)
|
|
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
|
|
*** END OF TEST TERMIOS06 ***
|