mbed-os/TESTS/netsocket/dns
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
..
asynchronous_dns.cpp DNS tests: improve debug messages 2018-12-18 13:32:45 +01:00
asynchronous_dns_cache.cpp DNS tests: improve debug messages 2018-12-18 13:32:45 +01:00
asynchronous_dns_cancel.cpp Greentea DNS test: added debug print 2019-02-01 15:34:38 +02:00
asynchronous_dns_external_event_queue.cpp DNS tests: improve debug messages 2018-12-18 13:32:45 +01:00
asynchronous_dns_invalid_host.cpp DNS tests: improve debug messages 2018-12-18 13:32:45 +01:00
asynchronous_dns_non_async_and_async.cpp DNS tests: improve debug messages 2018-12-18 13:32:45 +01:00
asynchronous_dns_simultaneous.cpp DNS tests: improve debug messages 2018-12-18 13:32:45 +01:00
asynchronous_dns_simultaneous_cache.cpp DNS tests: improve debug messages 2018-12-18 13:32:45 +01:00
asynchronous_dns_simultaneous_repeat.cpp Change TESTS/netsocket/ for cellular testing 2019-02-13 01:30:42 -08:00
asynchronous_dns_timeouts.cpp DNS tests: improve debug messages 2018-12-18 13:32:45 +01:00
dns_tests.h Greentea tests: user-configurable timeouts 2019-02-15 15:08:15 +02:00
main.cpp Greentea tests: user-configurable timeouts 2019-02-15 15:08:15 +02:00
synchronous_dns.cpp DNS tests: improve debug messages 2018-12-18 13:32:45 +01:00
synchronous_dns_cache.cpp Add tests for synchronous dns 2018-08-27 15:05:41 +03:00
synchronous_dns_invalid.cpp DNS tests: improve debug messages 2018-12-18 13:32:45 +01:00
synchronous_dns_multiple.cpp DNS tests: improve debug messages 2018-12-18 13:32:45 +01:00