source: rtems/testsuites/libtests/termios06/termios06.scn @ 1c6926c1

5
Last change on this file since 1c6926c1 was 1c6926c1, checked in by Kevin Kirspel <kevin-kirspel@…>, on 03/21/17 at 19:39:48

termios: Synchronize with latest FreeBSD headers

Adding modified FreeBSD headers to synchronize RTEMS termios with
FreeBSD. Modify termios to support dedicated input and output baud for
termios structure. Updated BSPs to use dedicated input and output baud
in termios structure. Updated tools to use dedicated input and output
baud in termios structure. Updated termios testsuites to use dedicated
input and output baud in termios structure.

Close #2897.

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