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

4.115
Last change on this file since dcf3687 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
Line 
1
2
3*** TEST TERMIOS06 ***
4open(/dev/test) - OK
5ioctl - RTEMS_IO_SNDWAKEUP - OK
6ioctl - RTEMS_IO_RCVWAKEUP - OK
7ioctl - TIOCGETD - OK
8ioctl - TIOCSETD - OK
9pppopen called
10ioctl - TIOCSETD - OK
11pppclose called
12pppopen called
13write(PPPD TEST) - OK
14pppwrite called - 10 bytes
1550 50 50 44 20 54 45 53 54 00                   |PPPD TEST.      |
16
17pppstart called
18ioctl(/dev/test) - OK
19pppioctl called
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
25
26Reading (expected):
2754 68 69 73 20 69 73 20 74 65 73 74 20 50 50 50 |This is test PPP|
28
2920 69 6e 70 75 74                               | input          |
30
31pppread called
32pppinput called - with (T)
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 (.)
55Rx_Wake - invoked
56
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.