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

4.115
Last change on this file since 39507635 was 3e0310e3, checked in by Joel Sherrill <joel.sherrill@…>, on 07/06/10 at 19:54:00

2010-07-06 Joel Sherrill <joel.sherrilL@…>

  • termios06/init.c, termios06/termios06.scn: Add a couple more PPPDISC cases. Coverage of these paths is near complete.
  • Property mode set to 100644
File size: 1.2 KB
RevLine 
[15bf747]1*** TEST TERMIOS06 ***
2open(/dev/test) - OK
3ioctl - TIOCGETD - OK
4ioctl - TIOCSETD - OK
5pppopen called
[3e0310e3]6ioctl - TIOCSETD - OK
7pppclose called
8pppopen called
[15bf747]9write(PPPD TEST) - OK
10pppwrite called - 10 bytes
1150 50 50 44 20 54 45 53 54 00                   |PPPD TEST.      |
12pppstart called
13ioctl(/dev/test) - OK
14pppioctl called
15
16Reading (expected):
1754 68 69 73 20 69 73 20 74 65 73 74 20 50 50 50 |This is test PPP|
1820 69 6e 70 75 74                               | input          |
[3e0310e3]19pppread called
20pppinput called - with (T)
[15bf747]21pppinput called - with (h)
22pppinput called - with (i)
23pppinput called - with (s)
24pppinput called - with ( )
25pppinput called - with (i)
26pppinput called - with (s)
27pppinput called - with ( )
28pppinput called - with (t)
29pppinput called - with (e)
30pppinput called - with (s)
31pppinput called - with (t)
32pppinput called - with ( )
33pppinput called - with (P)
34pppinput called - with (P)
35pppinput called - with (P)
36pppinput called - with ( )
37pppinput called - with (i)
38pppinput called - with (n)
39pppinput called - with (p)
40pppinput called - with (u)
41pppinput called - with (t)
42pppinput called - with (.)
43Read 0 bytes from read(2)
44close(/dev/test) - OK
45pppclose called
46*** END OF TEST TERMIOS06 ***
Note: See TracBrowser for help on using the repository browser.