mbed-os/TESTS/netsocket/dns
Kimmo Vaisanen fe98dbef94 Cellular: Fix BG96 offloaded DNS query for new API
Fixed following issues in BG96 offloaded DNS:
- Fixed mbed-os 6 API change for asynchronous DNS callback. Return value is no longer
  an error value but in success case the amount of DNS records
- Asynchronous request returns request ID instead of NSAPI_ERROR_OK. BG96 supports only
  one asynchronouse DNS query at the time, so ID 1 is used.
- BG96 does not support multi-ip DNS responses, so disabled multi-ip tests
2020-04-20 12:35:09 +03:00
..
asynchronous_dns.cpp Incorporated review comments 2019-11-11 05:01:23 -08:00
asynchronous_dns_cache.cpp Getaddrinfo interface for multiple DNS adresses added. 2019-12-16 13:59:46 +01:00
asynchronous_dns_cancel.cpp Getaddrinfo interface for multiple DNS adresses added. 2019-12-16 13:59:46 +01:00
asynchronous_dns_external_event_queue.cpp Netsocket,lora,cellular,nework test case requires RTOS so MBED_CONF_RTOS_PRESENT guard to all test cases 2019-11-06 04:06:11 -08:00
asynchronous_dns_invalid_host.cpp Netsocket,lora,cellular,nework test case requires RTOS so MBED_CONF_RTOS_PRESENT guard to all test cases 2019-11-06 04:06:11 -08:00
asynchronous_dns_multi_ip.cpp Cellular: Fix BG96 offloaded DNS query for new API 2020-04-20 12:35:09 +03:00
asynchronous_dns_non_async_and_async.cpp Getaddrinfo interface for multiple DNS adresses added. 2019-12-16 13:59:46 +01:00
asynchronous_dns_simultaneous.cpp Incorporated review comments 2019-11-11 05:01:23 -08:00
asynchronous_dns_simultaneous_cache.cpp Incorporated review comments 2019-11-11 05:01:23 -08:00
asynchronous_dns_simultaneous_repeat.cpp Incorporated review comments 2019-11-11 05:01:23 -08:00
asynchronous_dns_timeouts.cpp Add code to verify if external Wifi module is still responsible 2019-11-12 14:41:15 +01:00
dns_tests.h Cellular: Fix BG96 offloaded DNS query for new API 2020-04-20 12:35:09 +03:00
main.cpp Cellular: Fix BG96 offloaded DNS query for new API 2020-04-20 12:35:09 +03:00
synchronous_dns.cpp Incorporated review comments 2019-11-11 05:01:23 -08:00
synchronous_dns_cache.cpp Switch to using mbed-trace for greentea test debug output 2019-11-15 11:18:13 -05:00
synchronous_dns_invalid.cpp Incorporated review comments 2019-11-11 05:01:23 -08:00
synchronous_dns_multi_ip.cpp Cellular: Fix BG96 offloaded DNS query for new API 2020-04-20 12:35:09 +03:00
synchronous_dns_multiple.cpp Incorporated review comments 2019-11-11 05:01:23 -08:00