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>
8 lines
157 B
YAML
8 lines
157 B
YAML
common:
|
|
depends_on: netif
|
|
platform_whitelist: native_posix qemu_x86 qemu_cortex_m3
|
|
tests:
|
|
net.socket:
|
|
min_ram: 21
|
|
tags: net socket getaddrinfo
|