Files
rtems/testsuites/libtests/termios01/termios01.scn
T
Kevin Kirspel 1c6926c11f 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.
2017-03-22 11:55:04 +01:00

551 lines
18 KiB
Plaintext

*** BEGIN OF TEST TERMIOS 1 ***
Test termios_baud2index...
termios_baud_to_index(-2) - NOT OK
termios_baud_to_index(B0) - OK
termios_baud_to_index(B50) - OK
termios_baud_to_index(B75) - OK
termios_baud_to_index(B110) - OK
termios_baud_to_index(B134) - OK
termios_baud_to_index(B150) - OK
termios_baud_to_index(B200) - OK
termios_baud_to_index(B300) - OK
termios_baud_to_index(B600) - OK
termios_baud_to_index(B1200) - OK
termios_baud_to_index(B1800) - OK
termios_baud_to_index(B2400) - OK
termios_baud_to_index(B4800) - OK
termios_baud_to_index(B9600) - OK
termios_baud_to_index(B19200) - OK
termios_baud_to_index(B38400) - OK
termios_baud_to_index(B7200) - OK
termios_baud_to_index(B14400) - OK
termios_baud_to_index(B28800) - OK
termios_baud_to_index(B57600) - OK
termios_baud_to_index(B76800) - OK
termios_baud_to_index(B115200) - OK
termios_baud_to_index(B230400) - OK
termios_baud_to_index(B460800) - OK
termios_baud_to_index(B921600) - OK
Test termios_baud2number...
termios_baud_to_number(-2) - NOT OK
termios_baud_to_number(B0) - OK
termios_baud_to_number(B50) - OK
termios_baud_to_number(B75) - OK
termios_baud_to_number(B110) - OK
termios_baud_to_number(B134) - OK
termios_baud_to_number(B150) - OK
termios_baud_to_number(B200) - OK
termios_baud_to_number(B300) - OK
termios_baud_to_number(B600) - OK
termios_baud_to_number(B1200) - OK
termios_baud_to_number(B1800) - OK
termios_baud_to_number(B2400) - OK
termios_baud_to_number(B4800) - OK
termios_baud_to_number(B9600) - OK
termios_baud_to_number(B19200) - OK
termios_baud_to_number(B38400) - OK
termios_baud_to_number(B7200) - OK
termios_baud_to_number(B14400) - OK
termios_baud_to_number(B28800) - OK
termios_baud_to_number(B57600) - OK
termios_baud_to_number(B76800) - OK
termios_baud_to_number(B115200) - OK
termios_baud_to_number(B230400) - OK
termios_baud_to_number(B460800) - OK
termios_baud_to_number(B921600) - OK
Test termios_number_to_baud...
termios_number_to_baud(-2) - NOT OK
termios_number_to_baud(B0) - OK
termios_number_to_baud(B50) - OK
termios_number_to_baud(B75) - OK
termios_number_to_baud(B110) - OK
termios_number_to_baud(B134) - OK
termios_number_to_baud(B150) - OK
termios_number_to_baud(B200) - OK
termios_number_to_baud(B300) - OK
termios_number_to_baud(B600) - OK
termios_number_to_baud(B1200) - OK
termios_number_to_baud(B1800) - OK
termios_number_to_baud(B2400) - OK
termios_number_to_baud(B4800) - OK
termios_number_to_baud(B9600) - OK
termios_number_to_baud(B19200) - OK
termios_number_to_baud(B38400) - OK
termios_number_to_baud(B7200) - OK
termios_number_to_baud(B14400) - OK
termios_number_to_baud(B28800) - OK
termios_number_to_baud(B57600) - OK
termios_number_to_baud(B76800) - OK
termios_number_to_baud(B115200) - OK
termios_number_to_baud(B230400) - OK
termios_number_to_baud(B460800) - OK
termios_number_to_baud(B921600) - OK
Init - rtems_io_register_driver - Termios Test Driver - OK
Termios_test_driver - rtems_io_register /dev/test - OK
Init - Major slot returned = 3
Init - open - /dev/test - OK
Termios_test_driver - rtems_set_initial_baud - bad baud - OK
Termios_test_driver - rtems_set_initial_baud - 38400 - OK
tcsetattr - invalid operation - EINVAL
cfmakeraw - OK
cfmakesane - OK
tcsetattr - drain - OK
set_attributes - B0 8-NONE-2
Test termios setting device baud rate...
tcsetattr(TCSANOW, B0) - OK
set_attributes - B0 8-NONE-2
tcsetattr(TCSADRAIN, B0) - OK
set_attributes - B0 8-NONE-2
tcsetattr(TCSAFLUSH, B0) - OK
set_attributes - B0 8-NONE-2
tcsetattr(TCSANOW, B50) - OK
set_attributes - B50 8-NONE-2
tcsetattr(TCSADRAIN, B50) - OK
set_attributes - B50 8-NONE-2
tcsetattr(TCSAFLUSH, B50) - OK
set_attributes - B50 8-NONE-2
tcsetattr(TCSANOW, B75) - OK
set_attributes - B75 8-NONE-2
tcsetattr(TCSADRAIN, B75) - OK
set_attributes - B75 8-NONE-2
tcsetattr(TCSAFLUSH, B75) - OK
set_attributes - B75 8-NONE-2
tcsetattr(TCSANOW, B110) - OK
set_attributes - B110 8-NONE-2
tcsetattr(TCSADRAIN, B110) - OK
set_attributes - B110 8-NONE-2
tcsetattr(TCSAFLUSH, B110) - OK
set_attributes - B110 8-NONE-2
tcsetattr(TCSANOW, B134) - OK
set_attributes - B134 8-NONE-2
tcsetattr(TCSADRAIN, B134) - OK
set_attributes - B134 8-NONE-2
tcsetattr(TCSAFLUSH, B134) - OK
set_attributes - B134 8-NONE-2
tcsetattr(TCSANOW, B150) - OK
set_attributes - B150 8-NONE-2
tcsetattr(TCSADRAIN, B150) - OK
set_attributes - B150 8-NONE-2
tcsetattr(TCSAFLUSH, B150) - OK
set_attributes - B150 8-NONE-2
tcsetattr(TCSANOW, B200) - OK
set_attributes - B200 8-NONE-2
tcsetattr(TCSADRAIN, B200) - OK
set_attributes - B200 8-NONE-2
tcsetattr(TCSAFLUSH, B200) - OK
set_attributes - B200 8-NONE-2
tcsetattr(TCSANOW, B300) - OK
set_attributes - B300 8-NONE-2
tcsetattr(TCSADRAIN, B300) - OK
set_attributes - B300 8-NONE-2
tcsetattr(TCSAFLUSH, B300) - OK
set_attributes - B300 8-NONE-2
tcsetattr(TCSANOW, B600) - OK
set_attributes - B600 8-NONE-2
tcsetattr(TCSADRAIN, B600) - OK
set_attributes - B600 8-NONE-2
tcsetattr(TCSAFLUSH, B600) - OK
set_attributes - B600 8-NONE-2
tcsetattr(TCSANOW, B1200) - OK
set_attributes - B1200 8-NONE-2
tcsetattr(TCSADRAIN, B1200) - OK
set_attributes - B1200 8-NONE-2
tcsetattr(TCSAFLUSH, B1200) - OK
set_attributes - B1200 8-NONE-2
tcsetattr(TCSANOW, B1800) - OK
set_attributes - B1800 8-NONE-2
tcsetattr(TCSADRAIN, B1800) - OK
set_attributes - B1800 8-NONE-2
tcsetattr(TCSAFLUSH, B1800) - OK
set_attributes - B1800 8-NONE-2
tcsetattr(TCSANOW, B2400) - OK
set_attributes - B2400 8-NONE-2
tcsetattr(TCSADRAIN, B2400) - OK
set_attributes - B2400 8-NONE-2
tcsetattr(TCSAFLUSH, B2400) - OK
set_attributes - B2400 8-NONE-2
tcsetattr(TCSANOW, B4800) - OK
set_attributes - B4800 8-NONE-2
tcsetattr(TCSADRAIN, B4800) - OK
set_attributes - B4800 8-NONE-2
tcsetattr(TCSAFLUSH, B4800) - OK
set_attributes - B4800 8-NONE-2
tcsetattr(TCSANOW, B9600) - OK
set_attributes - B9600 8-NONE-2
tcsetattr(TCSADRAIN, B9600) - OK
set_attributes - B9600 8-NONE-2
tcsetattr(TCSAFLUSH, B9600) - OK
set_attributes - B9600 8-NONE-2
tcsetattr(TCSANOW, B19200) - OK
set_attributes - B19200 8-NONE-2
tcsetattr(TCSADRAIN, B19200) - OK
set_attributes - B19200 8-NONE-2
tcsetattr(TCSAFLUSH, B19200) - OK
set_attributes - B19200 8-NONE-2
tcsetattr(TCSANOW, B38400) - OK
set_attributes - B38400 8-NONE-2
tcsetattr(TCSADRAIN, B38400) - OK
set_attributes - B38400 8-NONE-2
tcsetattr(TCSAFLUSH, B38400) - OK
set_attributes - B38400 8-NONE-2
tcsetattr(TCSANOW, B7200) - OK
set_attributes - B7200 8-NONE-2
tcsetattr(TCSADRAIN, B7200) - OK
set_attributes - B7200 8-NONE-2
tcsetattr(TCSAFLUSH, B7200) - OK
set_attributes - B7200 8-NONE-2
tcsetattr(TCSANOW, B14400) - OK
set_attributes - B14400 8-NONE-2
tcsetattr(TCSADRAIN, B14400) - OK
set_attributes - B14400 8-NONE-2
tcsetattr(TCSAFLUSH, B14400) - OK
set_attributes - B14400 8-NONE-2
tcsetattr(TCSANOW, B28800) - OK
set_attributes - B28800 8-NONE-2
tcsetattr(TCSADRAIN, B28800) - OK
set_attributes - B28800 8-NONE-2
tcsetattr(TCSAFLUSH, B28800) - OK
set_attributes - B28800 8-NONE-2
tcsetattr(TCSANOW, B57600) - OK
set_attributes - B57600 8-NONE-2
tcsetattr(TCSADRAIN, B57600) - OK
set_attributes - B57600 8-NONE-2
tcsetattr(TCSAFLUSH, B57600) - OK
set_attributes - B57600 8-NONE-2
tcsetattr(TCSANOW, B76800) - OK
set_attributes - B76800 8-NONE-2
tcsetattr(TCSADRAIN, B76800) - OK
set_attributes - B76800 8-NONE-2
tcsetattr(TCSAFLUSH, B76800) - OK
set_attributes - B76800 8-NONE-2
tcsetattr(TCSANOW, B115200) - OK
set_attributes - B115200 8-NONE-2
tcsetattr(TCSADRAIN, B115200) - OK
set_attributes - B115200 8-NONE-2
tcsetattr(TCSAFLUSH, B115200) - OK
set_attributes - B115200 8-NONE-2
tcsetattr(TCSANOW, B230400) - OK
set_attributes - B230400 8-NONE-2
tcsetattr(TCSADRAIN, B230400) - OK
set_attributes - B230400 8-NONE-2
tcsetattr(TCSAFLUSH, B230400) - OK
set_attributes - B230400 8-NONE-2
tcsetattr(TCSANOW, B460800) - OK
set_attributes - B460800 8-NONE-2
tcsetattr(TCSADRAIN, B460800) - OK
set_attributes - B460800 8-NONE-2
tcsetattr(TCSAFLUSH, B460800) - OK
set_attributes - B460800 8-NONE-2
tcsetattr(TCSANOW, B921600) - OK
set_attributes - B921600 8-NONE-2
tcsetattr(TCSADRAIN, B921600) - OK
set_attributes - B921600 8-NONE-2
tcsetattr(TCSAFLUSH, B921600) - OK
set_attributes - B921600 8-NONE-2
Init - close - /dev/test - OK
Init - open - /dev/test - OK
Termios_test_driver - rtems_set_initial_baud - bad baud - OK
Termios_test_driver - rtems_set_initial_baud - 38400 - OK
Test termios setting device character size ...
tcsetattr(TCSANOW, CS5) - OK
set_attributes - B38400 5-NONE-2
tcsetattr(TCSADRAIN, CS5) - OK
set_attributes - B38400 5-NONE-2
tcsetattr(TCSAFLUSH, CS5) - OK
set_attributes - B38400 5-NONE-2
tcsetattr(TCSASOFT, CS5) - OK
set_attributes - B38400 5-NONE-2
tcsetattr(TCSANOW, CS6) - OK
set_attributes - B38400 6-NONE-2
tcsetattr(TCSADRAIN, CS6) - OK
set_attributes - B38400 6-NONE-2
tcsetattr(TCSAFLUSH, CS6) - OK
set_attributes - B38400 6-NONE-2
tcsetattr(TCSASOFT, CS6) - OK
set_attributes - B38400 6-NONE-2
tcsetattr(TCSANOW, CS7) - OK
set_attributes - B38400 7-NONE-2
tcsetattr(TCSADRAIN, CS7) - OK
set_attributes - B38400 7-NONE-2
tcsetattr(TCSAFLUSH, CS7) - OK
set_attributes - B38400 7-NONE-2
tcsetattr(TCSASOFT, CS7) - OK
set_attributes - B38400 7-NONE-2
tcsetattr(TCSANOW, CS8) - OK
set_attributes - B38400 8-NONE-2
tcsetattr(TCSADRAIN, CS8) - OK
set_attributes - B38400 8-NONE-2
tcsetattr(TCSAFLUSH, CS8) - OK
set_attributes - B38400 8-NONE-2
tcsetattr(TCSASOFT, CS8) - OK
set_attributes - B38400 8-NONE-2
Init - close - /dev/test - OK
Init - open - /dev/test - OK
Termios_test_driver - rtems_set_initial_baud - bad baud - OK
Termios_test_driver - rtems_set_initial_baud - 38400 - OK
Test termios setting device parity ...
tcsetattr(TCSANOW, none) - OK
set_attributes - B38400 8-NONE-2
tcsetattr(TCSADRAIN, none) - OK
set_attributes - B38400 8-NONE-2
tcsetattr(TCSAFLUSH, none) - OK
set_attributes - B38400 8-NONE-2
tcsetattr(TCSASOFT, none) - OK
set_attributes - B38400 8-NONE-2
tcsetattr(TCSANOW, even) - OK
set_attributes - B38400 8-ODD-2
tcsetattr(TCSADRAIN, even) - OK
set_attributes - B38400 8-ODD-2
tcsetattr(TCSAFLUSH, even) - OK
set_attributes - B38400 8-ODD-2
tcsetattr(TCSASOFT, even) - OK
set_attributes - B38400 8-ODD-2
tcsetattr(TCSANOW, odd) - OK
set_attributes - B38400 8-EVEN-2
tcsetattr(TCSADRAIN, odd) - OK
set_attributes - B38400 8-EVEN-2
tcsetattr(TCSAFLUSH, odd) - OK
set_attributes - B38400 8-EVEN-2
tcsetattr(TCSASOFT, odd) - OK
set_attributes - B38400 8-EVEN-2
Init - close - /dev/test - OK
Init - open - /dev/test - OK
Termios_test_driver - rtems_set_initial_baud - bad baud - OK
Termios_test_driver - rtems_set_initial_baud - 38400 - OK
Test termios setting device character size ...
tcsetattr(TCSANOW, 1 bit) - OK
set_attributes - B38400 8-NONE-1
tcsetattr(TCSADRAIN, 1 bits) - OK
set_attributes - B38400 8-NONE-1
tcsetattr(TCSAFLUSH, 1 bits) - OK
set_attributes - B38400 8-NONE-1
tcsetattr(TCSASOFT, 1 bits) - OK
set_attributes - B38400 8-NONE-1
tcsetattr(TCSANOW, 2 bits) - OK
set_attributes - B38400 8-NONE-2
tcsetattr(TCSADRAIN, 2 bits) - OK
set_attributes - B38400 8-NONE-2
tcsetattr(TCSAFLUSH, 2 bits) - OK
set_attributes - B38400 8-NONE-2
tcsetattr(TCSASOFT, 2 bits) - OK
set_attributes - B38400 8-NONE-2
cfsetospeed(BAD BAUD) - EINVAL
cfsetospeed(B0) - OK
cfgetospeed(B0) - OK
cfsetospeed(B50) - OK
cfgetospeed(B50) - OK
cfsetospeed(B75) - OK
cfgetospeed(B75) - OK
cfsetospeed(B110) - OK
cfgetospeed(B110) - OK
cfsetospeed(B134) - OK
cfgetospeed(B134) - OK
cfsetospeed(B150) - OK
cfgetospeed(B150) - OK
cfsetospeed(B200) - OK
cfgetospeed(B200) - OK
cfsetospeed(B300) - OK
cfgetospeed(B300) - OK
cfsetospeed(B600) - OK
cfgetospeed(B600) - OK
cfsetospeed(B1200) - OK
cfgetospeed(B1200) - OK
cfsetospeed(B1800) - OK
cfgetospeed(B1800) - OK
cfsetospeed(B2400) - OK
cfgetospeed(B2400) - OK
cfsetospeed(B4800) - OK
cfgetospeed(B4800) - OK
cfsetospeed(B9600) - OK
cfgetospeed(B9600) - OK
cfsetospeed(B19200) - OK
cfgetospeed(B19200) - OK
cfsetospeed(B38400) - OK
cfgetospeed(B38400) - OK
cfsetospeed(B7200) - OK
cfgetospeed(B7200) - OK
cfsetospeed(B14400) - OK
cfgetospeed(B14400) - OK
cfsetospeed(B28800) - OK
cfgetospeed(B28800) - OK
cfsetospeed(B57600) - OK
cfgetospeed(B57600) - OK
cfsetospeed(B76800) - OK
cfgetospeed(B76800) - OK
cfsetospeed(B115200) - OK
cfgetospeed(B115200) - OK
cfsetospeed(B230400) - OK
cfgetospeed(B230400) - OK
cfsetospeed(B460800) - OK
cfgetospeed(B460800) - OK
cfsetospeed(B921600) - OK
cfgetospeed(B921600) - OK
cfsetispeed(BAD BAUD) - EINVAL
cfsetispeed(B0) - OK
cfgetispeed(B0) - OK
cfsetispeed(B50) - OK
cfgetispeed(B50) - OK
cfsetispeed(B75) - OK
cfgetispeed(B75) - OK
cfsetispeed(B110) - OK
cfgetispeed(B110) - OK
cfsetispeed(B134) - OK
cfgetispeed(B134) - OK
cfsetispeed(B150) - OK
cfgetispeed(B150) - OK
cfsetispeed(B200) - OK
cfgetispeed(B200) - OK
cfsetispeed(B300) - OK
cfgetispeed(B300) - OK
cfsetispeed(B600) - OK
cfgetispeed(B600) - OK
cfsetispeed(B1200) - OK
cfgetispeed(B1200) - OK
cfsetispeed(B1800) - OK
cfgetispeed(B1800) - OK
cfsetispeed(B2400) - OK
cfgetispeed(B2400) - OK
cfsetispeed(B4800) - OK
cfgetispeed(B4800) - OK
cfsetispeed(B9600) - OK
cfgetispeed(B9600) - OK
cfsetispeed(B19200) - OK
cfgetispeed(B19200) - OK
cfsetispeed(B38400) - OK
cfgetispeed(B38400) - OK
cfsetispeed(B7200) - OK
cfgetispeed(B7200) - OK
cfsetispeed(B14400) - OK
cfgetispeed(B14400) - OK
cfsetispeed(B28800) - OK
cfgetispeed(B28800) - OK
cfsetispeed(B57600) - OK
cfgetispeed(B57600) - OK
cfsetispeed(B76800) - OK
cfgetispeed(B76800) - OK
cfsetispeed(B115200) - OK
cfgetispeed(B115200) - OK
cfsetispeed(B230400) - OK
cfgetispeed(B230400) - OK
cfsetispeed(B460800) - OK
cfgetispeed(B460800) - OK
cfsetispeed(B921600) - OK
cfgetispeed(B921600) - OK
cfsetspeed(BAD BAUD) - EINVAL
cfsetspeed(B0) - OK
cfgetspeed(B0) - checking both inspeed and outspeed - OK
cfsetspeed(B50) - OK
cfgetspeed(B50) - checking both inspeed and outspeed - OK
cfsetspeed(B75) - OK
cfgetspeed(B75) - checking both inspeed and outspeed - OK
cfsetspeed(B110) - OK
cfgetspeed(B110) - checking both inspeed and outspeed - OK
cfsetspeed(B134) - OK
cfgetspeed(B134) - checking both inspeed and outspeed - OK
cfsetspeed(B150) - OK
cfgetspeed(B150) - checking both inspeed and outspeed - OK
cfsetspeed(B200) - OK
cfgetspeed(B200) - checking both inspeed and outspeed - OK
cfsetspeed(B300) - OK
cfgetspeed(B300) - checking both inspeed and outspeed - OK
cfsetspeed(B600) - OK
cfgetspeed(B600) - checking both inspeed and outspeed - OK
cfsetspeed(B1200) - OK
cfgetspeed(B1200) - checking both inspeed and outspeed - OK
cfsetspeed(B1800) - OK
cfgetspeed(B1800) - checking both inspeed and outspeed - OK
cfsetspeed(B2400) - OK
cfgetspeed(B2400) - checking both inspeed and outspeed - OK
cfsetspeed(B4800) - OK
cfgetspeed(B4800) - checking both inspeed and outspeed - OK
cfsetspeed(B9600) - OK
cfgetspeed(B9600) - checking both inspeed and outspeed - OK
cfsetspeed(B19200) - OK
cfgetspeed(B19200) - checking both inspeed and outspeed - OK
cfsetspeed(B38400) - OK
cfgetspeed(B38400) - checking both inspeed and outspeed - OK
cfsetspeed(B7200) - OK
cfgetspeed(B7200) - checking both inspeed and outspeed - OK
cfsetspeed(B14400) - OK
cfgetspeed(B14400) - checking both inspeed and outspeed - OK
cfsetspeed(B28800) - OK
cfgetspeed(B28800) - checking both inspeed and outspeed - OK
cfsetspeed(B57600) - OK
cfgetspeed(B57600) - checking both inspeed and outspeed - OK
cfsetspeed(B76800) - OK
cfgetspeed(B76800) - checking both inspeed and outspeed - OK
cfsetspeed(B115200) - OK
cfgetspeed(B115200) - checking both inspeed and outspeed - OK
cfsetspeed(B230400) - OK
cfgetspeed(B230400) - checking both inspeed and outspeed - OK
cfsetspeed(B460800) - OK
cfgetspeed(B460800) - checking both inspeed and outspeed - OK
cfsetspeed(B921600) - OK
cfgetspeed(B921600) - checking both inspeed and outspeed - OK
Init - close - /dev/test - OK
Multiple open of the device
Termios_test_driver - rtems_set_initial_baud - bad baud - OK
Termios_test_driver - rtems_set_initial_baud - 38400 - OK
Termios_test_driver - rtems_set_initial_baud - bad baud - OK
Termios_test_driver - rtems_set_initial_baud - 38400 - OK
Termios_test_driver - rtems_set_initial_baud - bad baud - OK
Termios_test_driver - rtems_set_initial_baud - 38400 - OK
Termios_test_driver - rtems_set_initial_baud - bad baud - OK
Termios_test_driver - rtems_set_initial_baud - 38400 - OK
Termios_test_driver - rtems_set_initial_baud - bad baud - OK
Termios_test_driver - rtems_set_initial_baud - 38400 - OK
Termios_test_driver - rtems_set_initial_baud - bad baud - OK
Termios_test_driver - rtems_set_initial_baud - 38400 - OK
Termios_test_driver - rtems_set_initial_baud - bad baud - OK
Termios_test_driver - rtems_set_initial_baud - 38400 - OK
Termios_test_driver - rtems_set_initial_baud - bad baud - OK
Termios_test_driver - rtems_set_initial_baud - 38400 - OK
Termios_test_driver - rtems_set_initial_baud - bad baud - OK
Termios_test_driver - rtems_set_initial_baud - 38400 - OK
Termios_test_driver - rtems_set_initial_baud - bad baud - OK
Termios_test_driver - rtems_set_initial_baud - 38400 - OK
Termios_test_driver - rtems_set_initial_baud - bad baud - OK
Termios_test_driver - rtems_set_initial_baud - 38400 - OK
Termios_test_driver - rtems_set_initial_baud - bad baud - OK
Termios_test_driver - rtems_set_initial_baud - 38400 - OK
Termios_test_driver - rtems_set_initial_baud - bad baud - OK
Termios_test_driver - rtems_set_initial_baud - 38400 - OK
Termios_test_driver - rtems_set_initial_baud - bad baud - OK
Termios_test_driver - rtems_set_initial_baud - 38400 - OK
Termios_test_driver - rtems_set_initial_baud - bad baud - OK
Termios_test_driver - rtems_set_initial_baud - 38400 - OK
Termios_test_driver - rtems_set_initial_baud - bad baud - OK
Termios_test_driver - rtems_set_initial_baud - 38400 - OK
Termios_test_driver - rtems_set_initial_baud - bad baud - OK
Termios_test_driver - rtems_set_initial_baud - 38400 - OK
Termios_test_driver - rtems_set_initial_baud - bad baud - OK
Termios_test_driver - rtems_set_initial_baud - 38400 - OK
Termios_test_driver - rtems_set_initial_baud - bad baud - OK
Termios_test_driver - rtems_set_initial_baud - 38400 - OK
Termios_test_driver - rtems_set_initial_baud - bad baud - OK
Termios_test_driver - rtems_set_initial_baud - 38400 - OK
Termios_test_driver - rtems_set_initial_baud - bad baud - OK
Termios_test_driver - rtems_set_initial_baud - 38400 - OK
Termios_test_driver - rtems_set_initial_baud - bad baud - OK
Termios_test_driver - rtems_set_initial_baud - 38400 - OK
Termios_test_driver - rtems_set_initial_baud - bad baud - OK
Termios_test_driver - rtems_set_initial_baud - 38400 - OK
Termios_test_driver - rtems_set_initial_baud - bad baud - OK
Termios_test_driver - rtems_set_initial_baud - 38400 - OK
Termios_test_driver - rtems_set_initial_baud - bad baud - OK
Termios_test_driver - rtems_set_initial_baud - 38400 - OK
Termios_test_driver - rtems_set_initial_baud - bad baud - OK
Termios_test_driver - rtems_set_initial_baud - 38400 - OK
*** END OF TEST TERMIOS 1 ***