zephyr/tests/net
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
..
6lo license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
all tests: net: all: Add more options to catch-all test 2019-04-23 10:29:38 +03:00
arp license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
buf license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
checksum_offload license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
context license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
dhcpv4 license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
ethernet_mgmt license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
icmpv6 license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
ieee802154 license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
iface license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
ip-addr license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
ipv6 license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
ipv6_fragment net: tests: ipv6_fragment: Use NET_DBG instead of DBG 2019-04-26 10:45:45 +03:00
lib license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
mgmt license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
mld license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
neighbor license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
net_pkt tests: net: pkt: Verify that net_pkt_write() writes correct data 2019-04-17 10:50:09 -04:00
promiscuous license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
ptp/clock license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
route license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
socket tests: net: getaddrinfo: Fix test to check the query is sent 2019-04-30 09:56:01 -07:00
tcp license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
traffic_class license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
trickle license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
tx_timestamp 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
utils license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
vlan license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00