mbed-os/TESTS/netsocket/udp
Michal Paszta 6dfa2d78ad Increase UDP test timeout to 1200s
This is because the ESP8266 is now waiting for SEND OK and takes much
more to complete the send_repeat, and echo_burst tests in RAAS.
(but has higher pass ratio).
2020-01-02 17:21:09 +02:00
..
main.cpp Add UDP ECHOTEST with connect/send/recv calls 2019-12-03 13:39:50 +02:00
udp_tests.h Increase UDP test timeout to 1200s 2020-01-02 17:21:09 +02:00
udpsocket_bind_address.cpp Remove internal usage of deprecated APIs in IPCore 2019-11-27 20:02:20 +02:00
udpsocket_bind_address_invalid.cpp Remove internal usage of deprecated APIs in IPCore 2019-11-27 20:02:20 +02:00
udpsocket_bind_address_null.cpp Remove internal usage of deprecated APIs in IPCore 2019-11-27 20:02:20 +02:00
udpsocket_bind_port.cpp Refactor socket stats to reduce bioler plate 2019-03-14 11:09:35 +02:00
udpsocket_bind_port_fail.cpp Refactor socket stats to reduce bioler plate 2019-03-14 11:09:35 +02:00
udpsocket_bind_unopened.cpp Refactor socket stats to reduce bioler plate 2019-03-14 11:09:35 +02:00
udpsocket_bind_wrong_type.cpp Refactor socket stats to reduce bioler plate 2019-03-14 11:09:35 +02:00
udpsocket_echotest.cpp Add UDP ECHOTEST with connect/send/recv calls 2019-12-03 13:39:50 +02:00
udpsocket_echotest_burst.cpp TESTS: Allow NSAPI_ERROR_NO_MEMORY on UDPSOCKET_ECHOTEST_BURST 2019-12-20 04:44:29 -08:00
udpsocket_open_close_repeat.cpp Refactor socket stats to reduce bioler plate 2019-03-14 11:09:35 +02:00
udpsocket_open_destruct.cpp Refactor socket stats to reduce bioler plate 2019-03-14 11:09:35 +02:00
udpsocket_open_limit.cpp Switch to using mbed-trace for greentea test debug output 2019-11-15 11:18:13 -05:00
udpsocket_open_twice.cpp Refactor socket stats to reduce bioler plate 2019-03-14 11:09:35 +02:00
udpsocket_recv_timeout.cpp Switch to using mbed-trace for greentea test debug output 2019-11-15 11:18:13 -05:00
udpsocket_sendto_invalid.cpp Remove internal usage of deprecated APIs in IPCore 2019-11-27 20:02:20 +02:00
udpsocket_sendto_repeat.cpp Remove internal usage of deprecated APIs in IPCore 2019-11-27 20:02:20 +02:00
udpsocket_sendto_timeout.cpp Switch to using mbed-trace for greentea test debug output 2019-11-15 11:18:13 -05:00