Back to home page

LXR

 
 

    


Warning, /testsuites/libtests/termios01/termios01.scn is written in an unsupported language. File is not indexed.

0001 *** BEGIN OF TEST TERMIOS 1 ***
0002 Test termios_baud2index...
0003 termios_baud_to_index(-2) - NOT OK
0004 termios_baud_to_index(B0) - OK
0005 termios_baud_to_index(B50) - OK
0006 termios_baud_to_index(B75) - OK
0007 termios_baud_to_index(B110) - OK
0008 termios_baud_to_index(B134) - OK
0009 termios_baud_to_index(B150) - OK
0010 termios_baud_to_index(B200) - OK
0011 termios_baud_to_index(B300) - OK
0012 termios_baud_to_index(B600) - OK
0013 termios_baud_to_index(B1200) - OK
0014 termios_baud_to_index(B1800) - OK
0015 termios_baud_to_index(B2400) - OK
0016 termios_baud_to_index(B4800) - OK
0017 termios_baud_to_index(B9600) - OK
0018 termios_baud_to_index(B19200) - OK
0019 termios_baud_to_index(B38400) - OK
0020 termios_baud_to_index(B7200) - OK
0021 termios_baud_to_index(B14400) - OK
0022 termios_baud_to_index(B28800) - OK
0023 termios_baud_to_index(B57600) - OK
0024 termios_baud_to_index(B76800) - OK
0025 termios_baud_to_index(B115200) - OK
0026 termios_baud_to_index(B230400) - OK
0027 termios_baud_to_index(B460800) - OK
0028 termios_baud_to_index(B921600) - OK
0029 
0030 Test termios_baud2number...
0031 termios_baud_to_number(-2) - NOT OK
0032 termios_baud_to_number(B0) - OK
0033 termios_baud_to_number(B50) - OK
0034 termios_baud_to_number(B75) - OK
0035 termios_baud_to_number(B110) - OK
0036 termios_baud_to_number(B134) - OK
0037 termios_baud_to_number(B150) - OK
0038 termios_baud_to_number(B200) - OK
0039 termios_baud_to_number(B300) - OK
0040 termios_baud_to_number(B600) - OK
0041 termios_baud_to_number(B1200) - OK
0042 termios_baud_to_number(B1800) - OK
0043 termios_baud_to_number(B2400) - OK
0044 termios_baud_to_number(B4800) - OK
0045 termios_baud_to_number(B9600) - OK
0046 termios_baud_to_number(B19200) - OK
0047 termios_baud_to_number(B38400) - OK
0048 termios_baud_to_number(B7200) - OK
0049 termios_baud_to_number(B14400) - OK
0050 termios_baud_to_number(B28800) - OK
0051 termios_baud_to_number(B57600) - OK
0052 termios_baud_to_number(B76800) - OK
0053 termios_baud_to_number(B115200) - OK
0054 termios_baud_to_number(B230400) - OK
0055 termios_baud_to_number(B460800) - OK
0056 termios_baud_to_number(B921600) - OK
0057 
0058 Test termios_number_to_baud...
0059 termios_number_to_baud(-2) - NOT OK
0060 termios_number_to_baud(B0) - OK
0061 termios_number_to_baud(B50) - OK
0062 termios_number_to_baud(B75) - OK
0063 termios_number_to_baud(B110) - OK
0064 termios_number_to_baud(B134) - OK
0065 termios_number_to_baud(B150) - OK
0066 termios_number_to_baud(B200) - OK
0067 termios_number_to_baud(B300) - OK
0068 termios_number_to_baud(B600) - OK
0069 termios_number_to_baud(B1200) - OK
0070 termios_number_to_baud(B1800) - OK
0071 termios_number_to_baud(B2400) - OK
0072 termios_number_to_baud(B4800) - OK
0073 termios_number_to_baud(B9600) - OK
0074 termios_number_to_baud(B19200) - OK
0075 termios_number_to_baud(B38400) - OK
0076 termios_number_to_baud(B7200) - OK
0077 termios_number_to_baud(B14400) - OK
0078 termios_number_to_baud(B28800) - OK
0079 termios_number_to_baud(B57600) - OK
0080 termios_number_to_baud(B76800) - OK
0081 termios_number_to_baud(B115200) - OK
0082 termios_number_to_baud(B230400) - OK
0083 termios_number_to_baud(B460800) - OK
0084 termios_number_to_baud(B921600) - OK
0085 
0086 Init - rtems_io_register_driver - Termios Test Driver - OK
0087 Termios_test_driver - rtems_io_register /dev/test - OK
0088 Init - Major slot returned = 3
0089 Init - open - /dev/test - OK
0090 Termios_test_driver - rtems_set_initial_baud - bad baud - OK
0091 Termios_test_driver - rtems_set_initial_baud - 38400 - OK
0092 tcsetattr - invalid operation - EINVAL
0093 cfmakeraw - OK
0094 cfmakesane - OK
0095 
0096 tcsetattr - drain - OK
0097 set_attributes - B0 8-NONE-2
0098 Test termios setting device baud rate...
0099 tcsetattr(TCSANOW, B0) - OK
0100 set_attributes - B0 8-NONE-2
0101 tcsetattr(TCSADRAIN, B0) - OK
0102 set_attributes - B0 8-NONE-2
0103 tcsetattr(TCSAFLUSH, B0) - OK
0104 set_attributes - B0 8-NONE-2
0105 tcsetattr(TCSANOW, B50) - OK
0106 set_attributes - B50 8-NONE-2
0107 tcsetattr(TCSADRAIN, B50) - OK
0108 set_attributes - B50 8-NONE-2
0109 tcsetattr(TCSAFLUSH, B50) - OK
0110 set_attributes - B50 8-NONE-2
0111 tcsetattr(TCSANOW, B75) - OK
0112 set_attributes - B75 8-NONE-2
0113 tcsetattr(TCSADRAIN, B75) - OK
0114 set_attributes - B75 8-NONE-2
0115 tcsetattr(TCSAFLUSH, B75) - OK
0116 set_attributes - B75 8-NONE-2
0117 tcsetattr(TCSANOW, B110) - OK
0118 set_attributes - B110 8-NONE-2
0119 tcsetattr(TCSADRAIN, B110) - OK
0120 set_attributes - B110 8-NONE-2
0121 tcsetattr(TCSAFLUSH, B110) - OK
0122 set_attributes - B110 8-NONE-2
0123 tcsetattr(TCSANOW, B134) - OK
0124 set_attributes - B134 8-NONE-2
0125 tcsetattr(TCSADRAIN, B134) - OK
0126 set_attributes - B134 8-NONE-2
0127 tcsetattr(TCSAFLUSH, B134) - OK
0128 set_attributes - B134 8-NONE-2
0129 tcsetattr(TCSANOW, B150) - OK
0130 set_attributes - B150 8-NONE-2
0131 tcsetattr(TCSADRAIN, B150) - OK
0132 set_attributes - B150 8-NONE-2
0133 tcsetattr(TCSAFLUSH, B150) - OK
0134 set_attributes - B150 8-NONE-2
0135 tcsetattr(TCSANOW, B200) - OK
0136 set_attributes - B200 8-NONE-2
0137 tcsetattr(TCSADRAIN, B200) - OK
0138 set_attributes - B200 8-NONE-2
0139 tcsetattr(TCSAFLUSH, B200) - OK
0140 set_attributes - B200 8-NONE-2
0141 tcsetattr(TCSANOW, B300) - OK
0142 set_attributes - B300 8-NONE-2
0143 tcsetattr(TCSADRAIN, B300) - OK
0144 set_attributes - B300 8-NONE-2
0145 tcsetattr(TCSAFLUSH, B300) - OK
0146 set_attributes - B300 8-NONE-2
0147 tcsetattr(TCSANOW, B600) - OK
0148 set_attributes - B600 8-NONE-2
0149 tcsetattr(TCSADRAIN, B600) - OK
0150 set_attributes - B600 8-NONE-2
0151 tcsetattr(TCSAFLUSH, B600) - OK
0152 set_attributes - B600 8-NONE-2
0153 tcsetattr(TCSANOW, B1200) - OK
0154 set_attributes - B1200 8-NONE-2
0155 tcsetattr(TCSADRAIN, B1200) - OK
0156 set_attributes - B1200 8-NONE-2
0157 tcsetattr(TCSAFLUSH, B1200) - OK
0158 set_attributes - B1200 8-NONE-2
0159 tcsetattr(TCSANOW, B1800) - OK
0160 set_attributes - B1800 8-NONE-2
0161 tcsetattr(TCSADRAIN, B1800) - OK
0162 set_attributes - B1800 8-NONE-2
0163 tcsetattr(TCSAFLUSH, B1800) - OK
0164 set_attributes - B1800 8-NONE-2
0165 tcsetattr(TCSANOW, B2400) - OK
0166 set_attributes - B2400 8-NONE-2
0167 tcsetattr(TCSADRAIN, B2400) - OK
0168 set_attributes - B2400 8-NONE-2
0169 tcsetattr(TCSAFLUSH, B2400) - OK
0170 set_attributes - B2400 8-NONE-2
0171 tcsetattr(TCSANOW, B4800) - OK
0172 set_attributes - B4800 8-NONE-2
0173 tcsetattr(TCSADRAIN, B4800) - OK
0174 set_attributes - B4800 8-NONE-2
0175 tcsetattr(TCSAFLUSH, B4800) - OK
0176 set_attributes - B4800 8-NONE-2
0177 tcsetattr(TCSANOW, B9600) - OK
0178 set_attributes - B9600 8-NONE-2
0179 tcsetattr(TCSADRAIN, B9600) - OK
0180 set_attributes - B9600 8-NONE-2
0181 tcsetattr(TCSAFLUSH, B9600) - OK
0182 set_attributes - B9600 8-NONE-2
0183 tcsetattr(TCSANOW, B19200) - OK
0184 set_attributes - B19200 8-NONE-2
0185 tcsetattr(TCSADRAIN, B19200) - OK
0186 set_attributes - B19200 8-NONE-2
0187 tcsetattr(TCSAFLUSH, B19200) - OK
0188 set_attributes - B19200 8-NONE-2
0189 tcsetattr(TCSANOW, B38400) - OK
0190 set_attributes - B38400 8-NONE-2
0191 tcsetattr(TCSADRAIN, B38400) - OK
0192 set_attributes - B38400 8-NONE-2
0193 tcsetattr(TCSAFLUSH, B38400) - OK
0194 set_attributes - B38400 8-NONE-2
0195 tcsetattr(TCSANOW, B7200) - OK
0196 set_attributes - B7200 8-NONE-2
0197 tcsetattr(TCSADRAIN, B7200) - OK
0198 set_attributes - B7200 8-NONE-2
0199 tcsetattr(TCSAFLUSH, B7200) - OK
0200 set_attributes - B7200 8-NONE-2
0201 tcsetattr(TCSANOW, B14400) - OK
0202 set_attributes - B14400 8-NONE-2
0203 tcsetattr(TCSADRAIN, B14400) - OK
0204 set_attributes - B14400 8-NONE-2
0205 tcsetattr(TCSAFLUSH, B14400) - OK
0206 set_attributes - B14400 8-NONE-2
0207 tcsetattr(TCSANOW, B28800) - OK
0208 set_attributes - B28800 8-NONE-2
0209 tcsetattr(TCSADRAIN, B28800) - OK
0210 set_attributes - B28800 8-NONE-2
0211 tcsetattr(TCSAFLUSH, B28800) - OK
0212 set_attributes - B28800 8-NONE-2
0213 tcsetattr(TCSANOW, B57600) - OK
0214 set_attributes - B57600 8-NONE-2
0215 tcsetattr(TCSADRAIN, B57600) - OK
0216 set_attributes - B57600 8-NONE-2
0217 tcsetattr(TCSAFLUSH, B57600) - OK
0218 set_attributes - B57600 8-NONE-2
0219 tcsetattr(TCSANOW, B76800) - OK
0220 set_attributes - B76800 8-NONE-2
0221 tcsetattr(TCSADRAIN, B76800) - OK
0222 set_attributes - B76800 8-NONE-2
0223 tcsetattr(TCSAFLUSH, B76800) - OK
0224 set_attributes - B76800 8-NONE-2
0225 tcsetattr(TCSANOW, B115200) - OK
0226 set_attributes - B115200 8-NONE-2
0227 tcsetattr(TCSADRAIN, B115200) - OK
0228 set_attributes - B115200 8-NONE-2
0229 tcsetattr(TCSAFLUSH, B115200) - OK
0230 set_attributes - B115200 8-NONE-2
0231 tcsetattr(TCSANOW, B230400) - OK
0232 set_attributes - B230400 8-NONE-2
0233 tcsetattr(TCSADRAIN, B230400) - OK
0234 set_attributes - B230400 8-NONE-2
0235 tcsetattr(TCSAFLUSH, B230400) - OK
0236 set_attributes - B230400 8-NONE-2
0237 tcsetattr(TCSANOW, B460800) - OK
0238 set_attributes - B460800 8-NONE-2
0239 tcsetattr(TCSADRAIN, B460800) - OK
0240 set_attributes - B460800 8-NONE-2
0241 tcsetattr(TCSAFLUSH, B460800) - OK
0242 set_attributes - B460800 8-NONE-2
0243 tcsetattr(TCSANOW, B921600) - OK
0244 set_attributes - B921600 8-NONE-2
0245 tcsetattr(TCSADRAIN, B921600) - OK
0246 set_attributes - B921600 8-NONE-2
0247 tcsetattr(TCSAFLUSH, B921600) - OK
0248 set_attributes - B921600 8-NONE-2
0249 Init - close - /dev/test - OK
0250 
0251 Init - open - /dev/test - OK
0252 Termios_test_driver - rtems_set_initial_baud - bad baud - OK
0253 Termios_test_driver - rtems_set_initial_baud - 38400 - OK
0254 
0255 Test termios setting device character size ...
0256 tcsetattr(TCSANOW, CS5) - OK
0257 set_attributes - B38400 5-NONE-2
0258 tcsetattr(TCSADRAIN, CS5) - OK
0259 set_attributes - B38400 5-NONE-2
0260 tcsetattr(TCSAFLUSH, CS5) - OK
0261 set_attributes - B38400 5-NONE-2
0262 tcsetattr(TCSASOFT, CS5) - OK
0263 set_attributes - B38400 5-NONE-2
0264 tcsetattr(TCSANOW, CS6) - OK
0265 set_attributes - B38400 6-NONE-2
0266 tcsetattr(TCSADRAIN, CS6) - OK
0267 set_attributes - B38400 6-NONE-2
0268 tcsetattr(TCSAFLUSH, CS6) - OK
0269 set_attributes - B38400 6-NONE-2
0270 tcsetattr(TCSASOFT, CS6) - OK
0271 set_attributes - B38400 6-NONE-2
0272 tcsetattr(TCSANOW, CS7) - OK
0273 set_attributes - B38400 7-NONE-2
0274 tcsetattr(TCSADRAIN, CS7) - OK
0275 set_attributes - B38400 7-NONE-2
0276 tcsetattr(TCSAFLUSH, CS7) - OK
0277 set_attributes - B38400 7-NONE-2
0278 tcsetattr(TCSASOFT, CS7) - OK
0279 set_attributes - B38400 7-NONE-2
0280 tcsetattr(TCSANOW, CS8) - OK
0281 set_attributes - B38400 8-NONE-2
0282 tcsetattr(TCSADRAIN, CS8) - OK
0283 set_attributes - B38400 8-NONE-2
0284 tcsetattr(TCSAFLUSH, CS8) - OK
0285 set_attributes - B38400 8-NONE-2
0286 tcsetattr(TCSASOFT, CS8) - OK
0287 set_attributes - B38400 8-NONE-2
0288 Init - close - /dev/test - OK
0289 
0290 Init - open - /dev/test - OK
0291 Termios_test_driver - rtems_set_initial_baud - bad baud - OK
0292 Termios_test_driver - rtems_set_initial_baud - 38400 - OK
0293 
0294 Test termios setting device parity ...
0295 tcsetattr(TCSANOW, none) - OK
0296 set_attributes - B38400 8-NONE-2
0297 tcsetattr(TCSADRAIN, none) - OK
0298 set_attributes - B38400 8-NONE-2
0299 tcsetattr(TCSAFLUSH, none) - OK
0300 set_attributes - B38400 8-NONE-2
0301 tcsetattr(TCSASOFT, none) - OK
0302 set_attributes - B38400 8-NONE-2
0303 tcsetattr(TCSANOW, even) - OK
0304 set_attributes - B38400 8-ODD-2
0305 tcsetattr(TCSADRAIN, even) - OK
0306 set_attributes - B38400 8-ODD-2
0307 tcsetattr(TCSAFLUSH, even) - OK
0308 set_attributes - B38400 8-ODD-2
0309 tcsetattr(TCSASOFT, even) - OK
0310 set_attributes - B38400 8-ODD-2
0311 tcsetattr(TCSANOW, odd) - OK
0312 set_attributes - B38400 8-EVEN-2
0313 tcsetattr(TCSADRAIN, odd) - OK
0314 set_attributes - B38400 8-EVEN-2
0315 tcsetattr(TCSAFLUSH, odd) - OK
0316 set_attributes - B38400 8-EVEN-2
0317 tcsetattr(TCSASOFT, odd) - OK
0318 set_attributes - B38400 8-EVEN-2
0319 Init - close - /dev/test - OK
0320 
0321 Init - open - /dev/test - OK
0322 Termios_test_driver - rtems_set_initial_baud - bad baud - OK
0323 Termios_test_driver - rtems_set_initial_baud - 38400 - OK
0324 
0325 Test termios setting device character size ...
0326 tcsetattr(TCSANOW, 1 bit) - OK
0327 set_attributes - B38400 8-NONE-1
0328 tcsetattr(TCSADRAIN, 1 bits) - OK
0329 set_attributes - B38400 8-NONE-1
0330 tcsetattr(TCSAFLUSH, 1 bits) - OK
0331 set_attributes - B38400 8-NONE-1
0332 tcsetattr(TCSASOFT, 1 bits) - OK
0333 set_attributes - B38400 8-NONE-1
0334 tcsetattr(TCSANOW, 2 bits) - OK
0335 set_attributes - B38400 8-NONE-2
0336 tcsetattr(TCSADRAIN, 2 bits) - OK
0337 set_attributes - B38400 8-NONE-2
0338 tcsetattr(TCSAFLUSH, 2 bits) - OK
0339 set_attributes - B38400 8-NONE-2
0340 tcsetattr(TCSASOFT, 2 bits) - OK
0341 set_attributes - B38400 8-NONE-2
0342 cfsetospeed(BAD BAUD) - EINVAL
0343 cfsetospeed(B0) - OK
0344 cfgetospeed(B0) - OK
0345 cfsetospeed(B50) - OK
0346 cfgetospeed(B50) - OK
0347 cfsetospeed(B75) - OK
0348 cfgetospeed(B75) - OK
0349 cfsetospeed(B110) - OK
0350 cfgetospeed(B110) - OK
0351 cfsetospeed(B134) - OK
0352 cfgetospeed(B134) - OK
0353 cfsetospeed(B150) - OK
0354 cfgetospeed(B150) - OK
0355 cfsetospeed(B200) - OK
0356 cfgetospeed(B200) - OK
0357 cfsetospeed(B300) - OK
0358 cfgetospeed(B300) - OK
0359 cfsetospeed(B600) - OK
0360 cfgetospeed(B600) - OK
0361 cfsetospeed(B1200) - OK
0362 cfgetospeed(B1200) - OK
0363 cfsetospeed(B1800) - OK
0364 cfgetospeed(B1800) - OK
0365 cfsetospeed(B2400) - OK
0366 cfgetospeed(B2400) - OK
0367 cfsetospeed(B4800) - OK
0368 cfgetospeed(B4800) - OK
0369 cfsetospeed(B9600) - OK
0370 cfgetospeed(B9600) - OK
0371 cfsetospeed(B19200) - OK
0372 cfgetospeed(B19200) - OK
0373 cfsetospeed(B38400) - OK
0374 cfgetospeed(B38400) - OK
0375 cfsetospeed(B7200) - OK
0376 cfgetospeed(B7200) - OK
0377 cfsetospeed(B14400) - OK
0378 cfgetospeed(B14400) - OK
0379 cfsetospeed(B28800) - OK
0380 cfgetospeed(B28800) - OK
0381 cfsetospeed(B57600) - OK
0382 cfgetospeed(B57600) - OK
0383 cfsetospeed(B76800) - OK
0384 cfgetospeed(B76800) - OK
0385 cfsetospeed(B115200) - OK
0386 cfgetospeed(B115200) - OK
0387 cfsetospeed(B230400) - OK
0388 cfgetospeed(B230400) - OK
0389 cfsetospeed(B460800) - OK
0390 cfgetospeed(B460800) - OK
0391 cfsetospeed(B921600) - OK
0392 cfgetospeed(B921600) - OK
0393 cfsetispeed(BAD BAUD) - EINVAL
0394 cfsetispeed(B0) - OK
0395 cfgetispeed(B0) - OK
0396 cfsetispeed(B50) - OK
0397 cfgetispeed(B50) - OK
0398 cfsetispeed(B75) - OK
0399 cfgetispeed(B75) - OK
0400 cfsetispeed(B110) - OK
0401 cfgetispeed(B110) - OK
0402 cfsetispeed(B134) - OK
0403 cfgetispeed(B134) - OK
0404 cfsetispeed(B150) - OK
0405 cfgetispeed(B150) - OK
0406 cfsetispeed(B200) - OK
0407 cfgetispeed(B200) - OK
0408 cfsetispeed(B300) - OK
0409 cfgetispeed(B300) - OK
0410 cfsetispeed(B600) - OK
0411 cfgetispeed(B600) - OK
0412 cfsetispeed(B1200) - OK
0413 cfgetispeed(B1200) - OK
0414 cfsetispeed(B1800) - OK
0415 cfgetispeed(B1800) - OK
0416 cfsetispeed(B2400) - OK
0417 cfgetispeed(B2400) - OK
0418 cfsetispeed(B4800) - OK
0419 cfgetispeed(B4800) - OK
0420 cfsetispeed(B9600) - OK
0421 cfgetispeed(B9600) - OK
0422 cfsetispeed(B19200) - OK
0423 cfgetispeed(B19200) - OK
0424 cfsetispeed(B38400) - OK
0425 cfgetispeed(B38400) - OK
0426 cfsetispeed(B7200) - OK
0427 cfgetispeed(B7200) - OK
0428 cfsetispeed(B14400) - OK
0429 cfgetispeed(B14400) - OK
0430 cfsetispeed(B28800) - OK
0431 cfgetispeed(B28800) - OK
0432 cfsetispeed(B57600) - OK
0433 cfgetispeed(B57600) - OK
0434 cfsetispeed(B76800) - OK
0435 cfgetispeed(B76800) - OK
0436 cfsetispeed(B115200) - OK
0437 cfgetispeed(B115200) - OK
0438 cfsetispeed(B230400) - OK
0439 cfgetispeed(B230400) - OK
0440 cfsetispeed(B460800) - OK
0441 cfgetispeed(B460800) - OK
0442 cfsetispeed(B921600) - OK
0443 cfgetispeed(B921600) - OK
0444 cfsetspeed(BAD BAUD) - EINVAL
0445 cfsetspeed(B0) - OK
0446 cfgetspeed(B0) - checking both inspeed and outspeed - OK
0447 cfsetspeed(B50) - OK
0448 cfgetspeed(B50) - checking both inspeed and outspeed - OK
0449 cfsetspeed(B75) - OK
0450 cfgetspeed(B75) - checking both inspeed and outspeed - OK
0451 cfsetspeed(B110) - OK
0452 cfgetspeed(B110) - checking both inspeed and outspeed - OK
0453 cfsetspeed(B134) - OK
0454 cfgetspeed(B134) - checking both inspeed and outspeed - OK
0455 cfsetspeed(B150) - OK
0456 cfgetspeed(B150) - checking both inspeed and outspeed - OK
0457 cfsetspeed(B200) - OK
0458 cfgetspeed(B200) - checking both inspeed and outspeed - OK
0459 cfsetspeed(B300) - OK
0460 cfgetspeed(B300) - checking both inspeed and outspeed - OK
0461 cfsetspeed(B600) - OK
0462 cfgetspeed(B600) - checking both inspeed and outspeed - OK
0463 cfsetspeed(B1200) - OK
0464 cfgetspeed(B1200) - checking both inspeed and outspeed - OK
0465 cfsetspeed(B1800) - OK
0466 cfgetspeed(B1800) - checking both inspeed and outspeed - OK
0467 cfsetspeed(B2400) - OK
0468 cfgetspeed(B2400) - checking both inspeed and outspeed - OK
0469 cfsetspeed(B4800) - OK
0470 cfgetspeed(B4800) - checking both inspeed and outspeed - OK
0471 cfsetspeed(B9600) - OK
0472 cfgetspeed(B9600) - checking both inspeed and outspeed - OK
0473 cfsetspeed(B19200) - OK
0474 cfgetspeed(B19200) - checking both inspeed and outspeed - OK
0475 cfsetspeed(B38400) - OK
0476 cfgetspeed(B38400) - checking both inspeed and outspeed - OK
0477 cfsetspeed(B7200) - OK
0478 cfgetspeed(B7200) - checking both inspeed and outspeed - OK
0479 cfsetspeed(B14400) - OK
0480 cfgetspeed(B14400) - checking both inspeed and outspeed - OK
0481 cfsetspeed(B28800) - OK
0482 cfgetspeed(B28800) - checking both inspeed and outspeed - OK
0483 cfsetspeed(B57600) - OK
0484 cfgetspeed(B57600) - checking both inspeed and outspeed - OK
0485 cfsetspeed(B76800) - OK
0486 cfgetspeed(B76800) - checking both inspeed and outspeed - OK
0487 cfsetspeed(B115200) - OK
0488 cfgetspeed(B115200) - checking both inspeed and outspeed - OK
0489 cfsetspeed(B230400) - OK
0490 cfgetspeed(B230400) - checking both inspeed and outspeed - OK
0491 cfsetspeed(B460800) - OK
0492 cfgetspeed(B460800) - checking both inspeed and outspeed - OK
0493 cfsetspeed(B921600) - OK
0494 cfgetspeed(B921600) - checking both inspeed and outspeed - OK
0495 Init - close - /dev/test - OK
0496 Multiple open of the device
0497 Termios_test_driver - rtems_set_initial_baud - bad baud - OK
0498 Termios_test_driver - rtems_set_initial_baud - 38400 - OK
0499 Termios_test_driver - rtems_set_initial_baud - bad baud - OK
0500 Termios_test_driver - rtems_set_initial_baud - 38400 - OK
0501 Termios_test_driver - rtems_set_initial_baud - bad baud - OK
0502 Termios_test_driver - rtems_set_initial_baud - 38400 - OK
0503 Termios_test_driver - rtems_set_initial_baud - bad baud - OK
0504 Termios_test_driver - rtems_set_initial_baud - 38400 - OK
0505 Termios_test_driver - rtems_set_initial_baud - bad baud - OK
0506 Termios_test_driver - rtems_set_initial_baud - 38400 - OK
0507 Termios_test_driver - rtems_set_initial_baud - bad baud - OK
0508 Termios_test_driver - rtems_set_initial_baud - 38400 - OK
0509 Termios_test_driver - rtems_set_initial_baud - bad baud - OK
0510 Termios_test_driver - rtems_set_initial_baud - 38400 - OK
0511 Termios_test_driver - rtems_set_initial_baud - bad baud - OK
0512 Termios_test_driver - rtems_set_initial_baud - 38400 - OK
0513 Termios_test_driver - rtems_set_initial_baud - bad baud - OK
0514 Termios_test_driver - rtems_set_initial_baud - 38400 - OK
0515 Termios_test_driver - rtems_set_initial_baud - bad baud - OK
0516 Termios_test_driver - rtems_set_initial_baud - 38400 - OK
0517 Termios_test_driver - rtems_set_initial_baud - bad baud - OK
0518 Termios_test_driver - rtems_set_initial_baud - 38400 - OK
0519 Termios_test_driver - rtems_set_initial_baud - bad baud - OK
0520 Termios_test_driver - rtems_set_initial_baud - 38400 - OK
0521 Termios_test_driver - rtems_set_initial_baud - bad baud - OK
0522 Termios_test_driver - rtems_set_initial_baud - 38400 - OK
0523 Termios_test_driver - rtems_set_initial_baud - bad baud - OK
0524 Termios_test_driver - rtems_set_initial_baud - 38400 - OK
0525 Termios_test_driver - rtems_set_initial_baud - bad baud - OK
0526 Termios_test_driver - rtems_set_initial_baud - 38400 - OK
0527 Termios_test_driver - rtems_set_initial_baud - bad baud - OK
0528 Termios_test_driver - rtems_set_initial_baud - 38400 - OK
0529 Termios_test_driver - rtems_set_initial_baud - bad baud - OK
0530 Termios_test_driver - rtems_set_initial_baud - 38400 - OK
0531 Termios_test_driver - rtems_set_initial_baud - bad baud - OK
0532 Termios_test_driver - rtems_set_initial_baud - 38400 - OK
0533 Termios_test_driver - rtems_set_initial_baud - bad baud - OK
0534 Termios_test_driver - rtems_set_initial_baud - 38400 - OK
0535 Termios_test_driver - rtems_set_initial_baud - bad baud - OK
0536 Termios_test_driver - rtems_set_initial_baud - 38400 - OK
0537 Termios_test_driver - rtems_set_initial_baud - bad baud - OK
0538 Termios_test_driver - rtems_set_initial_baud - 38400 - OK
0539 Termios_test_driver - rtems_set_initial_baud - bad baud - OK
0540 Termios_test_driver - rtems_set_initial_baud - 38400 - OK
0541 Termios_test_driver - rtems_set_initial_baud - bad baud - OK
0542 Termios_test_driver - rtems_set_initial_baud - 38400 - OK
0543 Termios_test_driver - rtems_set_initial_baud - bad baud - OK
0544 Termios_test_driver - rtems_set_initial_baud - 38400 - OK
0545 Termios_test_driver - rtems_set_initial_baud - bad baud - OK
0546 Termios_test_driver - rtems_set_initial_baud - 38400 - OK
0547 Termios_test_driver - rtems_set_initial_baud - bad baud - OK
0548 Termios_test_driver - rtems_set_initial_baud - 38400 - OK
0549 
0550 *** END OF TEST TERMIOS 1 ***