zephyr/tests/net/socket
Jukka Rissanen 960e6d9504 tests: net: getaddrinfo: Fix test to check the query is sent
As the getaddrinfo() test is suppose to be self contained, then
we will need to install handler for the sent DNS query. After we
receive the query in process_dns() thread, we verify that the
query was sent properly. We do not return DNS reply back to
the caller in this case as we do not want to create DNS server
just for this simple test application. This can be changed later
if we get DNS server functionality in Zephyr network stack.

Fixes #15193

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2019-04-30 09:56:01 -07:00
..
getaddrinfo tests: net: getaddrinfo: Fix test to check the query is sent 2019-04-30 09:56:01 -07:00
getnameinfo license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
misc license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
poll license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
select license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
tcp license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
udp license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
socket_helpers.h tests: net: getaddrinfo: Fix test to check the query is sent 2019-04-30 09:56:01 -07:00