mirror of https://github.com/ARMmbed/mbed-os.git
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.
|
||
|---|---|---|
| .. | ||
| main.cpp | ||
| tls_tests.h | ||
| tlssocket_connect_invalid.cpp | ||
| tlssocket_echotest.cpp | ||
| tlssocket_echotest_burst.cpp | ||
| tlssocket_endpoint_close.cpp | ||
| tlssocket_handshake_invalid.cpp | ||
| tlssocket_no_cert.cpp | ||
| tlssocket_open_destruct.cpp | ||
| tlssocket_open_limit.cpp | ||
| tlssocket_open_twice.cpp | ||
| tlssocket_recv_timeout.cpp | ||
| tlssocket_send_closed.cpp | ||
| tlssocket_send_repeat.cpp | ||
| tlssocket_send_timeout.cpp | ||
| tlssocket_send_unconnected.cpp | ||
| tlssocket_simultaneous.cpp | ||