source: rtems/testsuites/libtests/termios06/termios06.scn @ a4325457

4.115
Last change on this file since a4325457 was a4325457, checked in by Joel Sherrill <joel.sherrill@…>, on 01/28/11 at 15:39:46

2011-01-28 Bharath Suri <bharath.s.jois@…>

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
  • Property mode set to 100644
File size: 1.4 KB
RevLine 
[a4325457]1
2
[15bf747]3*** TEST TERMIOS06 ***
4open(/dev/test) - OK
[a4325457]5ioctl - RTEMS_IO_SNDWAKEUP - OK
6ioctl - RTEMS_IO_RCVWAKEUP - OK
[15bf747]7ioctl - TIOCGETD - OK
8ioctl - TIOCSETD - OK
9pppopen called
[3e0310e3]10ioctl - TIOCSETD - OK
11pppclose called
12pppopen called
[15bf747]13write(PPPD TEST) - OK
14pppwrite called - 10 bytes
1550 50 50 44 20 54 45 53 54 00                   |PPPD TEST.      |
[a4325457]16
[15bf747]17pppstart called
18ioctl(/dev/test) - OK
19pppioctl called
[a4325457]20tcgetattr(/dev/test) - OK
21Turn on flow control on output - OK
22Turn off flow control on output - OK
23Turn on flow control on input - OK
24Turn off flow control on input - OK
[15bf747]25
26Reading (expected):
2754 68 69 73 20 69 73 20 74 65 73 74 20 50 50 50 |This is test PPP|
[a4325457]28
[15bf747]2920 69 6e 70 75 74                               | input          |
[a4325457]30
[3e0310e3]31pppread called
32pppinput called - with (T)
[15bf747]33pppinput called - with (h)
34pppinput called - with (i)
35pppinput called - with (s)
36pppinput called - with ( )
37pppinput called - with (i)
38pppinput called - with (s)
39pppinput called - with ( )
40pppinput called - with (t)
41pppinput called - with (e)
42pppinput called - with (s)
43pppinput called - with (t)
44pppinput called - with ( )
45pppinput called - with (P)
46pppinput called - with (P)
47pppinput called - with (P)
48pppinput called - with ( )
49pppinput called - with (i)
50pppinput called - with (n)
51pppinput called - with (p)
52pppinput called - with (u)
53pppinput called - with (t)
54pppinput called - with (.)
[a4325457]55Rx_Wake - invoked
56
[15bf747]57Read 0 bytes from read(2)
58close(/dev/test) - OK
59pppclose called
60*** END OF TEST TERMIOS06 ***
Note: See TracBrowser for help on using the repository browser.