mbed-os/TESTS/netsocket/udp
Michal Paszta ca57bdd481 Greentea tests: user-configurable timeouts
Now it is enough to add:
    "macros": [
        "MBED_GREENTEA_TEST_XXXSOCKET_TIMEOUT_S=20"
    ],
to mbed_app.json, where XXX is on of {DNS, TLS, UDP, TCP}.
Also network-* tests are now configurable: network-interface, network-wifi, network-emac with a similar macro.
2019-02-15 15:08:15 +02:00
..
main.cpp Merge pull request #9570 from VeijoPesonen/bugfix-tests-netsocket-udp_udpsocket_echotest_nonblock 2019-02-12 09:55:20 +01:00
udp_tests.h Greentea tests: user-configurable timeouts 2019-02-15 15:08:15 +02:00
udpsocket_bind_address.cpp TCP/UDP greentea tests refactoring and cleanup 2019-01-15 10:00:35 +01:00
udpsocket_bind_address_invalid.cpp Greentea Socket bind tests made ipv6-aware 2019-02-01 15:34:07 +02:00
udpsocket_bind_address_null.cpp TCP/UDP greentea tests refactoring and cleanup 2019-01-15 10:00:35 +01:00
udpsocket_bind_address_port.cpp TCP/UDP greentea tests refactoring and cleanup 2019-01-15 10:00:35 +01:00
udpsocket_bind_port.cpp TCP/UDP greentea tests refactoring and cleanup 2019-01-15 10:00:35 +01:00
udpsocket_bind_port_fail.cpp TCP/UDP greentea tests refactoring and cleanup 2019-01-15 10:00:35 +01:00
udpsocket_bind_unopened.cpp Greentea tests ignore bind returning UNSUPPORTED 2018-12-20 15:38:07 +01:00
udpsocket_bind_wrong_type.cpp Greentea Socket bind tests made ipv6-aware 2019-02-01 15:34:07 +02:00
udpsocket_echotest.cpp Change TESTS/netsocket/ for cellular testing 2019-02-13 01:30:42 -08:00
udpsocket_echotest_burst.cpp Change TESTS/netsocket/ for cellular testing 2019-02-13 01:30:42 -08:00
udpsocket_open_close_repeat.cpp TCP/UDP greentea tests refactoring and cleanup 2019-01-15 10:00:35 +01:00
udpsocket_open_destruct.cpp Change TESTS/netsocket/ for cellular testing 2019-02-13 01:30:42 -08:00
udpsocket_open_limit.cpp TCP/UDP greentea tests refactoring and cleanup 2019-01-15 10:00:35 +01:00
udpsocket_open_twice.cpp TCP/UDP greentea tests refactoring and cleanup 2019-01-15 10:00:35 +01:00
udpsocket_recv_timeout.cpp Greentea UDPSOCKET_RECV_TIMEOUT increase time tolerance 2019-02-01 14:22:05 +02:00
udpsocket_sendto_invalid.cpp Test UDPSOCKET_SENDTO_INVALID allows NSAPI_ERROR_UNSUPPORTED 2019-01-29 10:59:06 +02:00
udpsocket_sendto_repeat.cpp TCP/UDP greentea tests refactoring and cleanup 2019-01-15 10:00:35 +01:00
udpsocket_sendto_timeout.cpp Change TESTS/netsocket/ for cellular testing 2019-02-13 01:30:42 -08:00