1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/gnrc_tcp/tests
Francisco Molina 3db9eab6d9 tests: expect match \r\n or \s
- Since `printf()` is buffered it might not arrive in a single
  read to pexpect. Regex which terminate in a group match might
  match only some elements, this might break tests that depend
  on exact group matching.
2019-11-27 14:12:12 +01:00
..
01-conn_lifecycle_as_client.py
02-conn_lifecycle_as_server.py gnrc_tcp_recv: immediatly return on closed connection 2019-10-22 20:12:38 +02:00
03-send_data.py
04-receive_data.py
05-garbage-pkts.py tests: expect match \r\n or \s 2019-11-27 14:12:12 +01:00
06-receive_data_closed_conn.py gnrc_tcp_recv: immediatly return on closed connection 2019-10-22 20:12:38 +02:00
shared_func.py tests: expect match \r\n or \s 2019-11-27 14:12:12 +01:00