zephyr/tests/net
Stig Bjørlykke 97b83ffc2c net: sockets: Check for errors from dns_get_addr_info
When dns_get_addr_info() returns an error it does not call the
resolve callback, and thus the semaphore will not be given.

This fix will avoid a deadlock situation for various errors.

Added some small tests for getaddrinfo().

Signed-off-by: Stig Bjørlykke <stig.bjorlykke@nordicsemi.no>
2018-04-03 14:15:43 +03:00
..
6lo tests/samples: fixed yaml syntax 2017-12-11 14:47:08 -05:00
all tests/samples: fixed yaml syntax 2017-12-11 14:47:08 -05:00
app net: if: Separate IP address configuration from net_if 2018-03-27 10:06:54 -04:00
arp net: if: Make interface IP configuration more flexible 2018-03-27 10:06:54 -04:00
buf tests: net/buf: Update to new API 2018-02-10 09:20:42 +02:00
checksum_offload net: if: Make interface IP configuration more flexible 2018-03-27 10:06:54 -04:00
context tests/samples: fixed yaml syntax 2017-12-11 14:47:08 -05:00
dhcpv4 tests/samples: fixed yaml syntax 2017-12-11 14:47:08 -05:00
icmpv6 tests/samples: fixed yaml syntax 2017-12-11 14:47:08 -05:00
ieee802154 net: if: Separate IP address configuration from net_if 2018-03-27 10:06:54 -04:00
iface net: if: Make interface IP configuration more flexible 2018-03-27 10:06:54 -04:00
ip-addr tests/samples: fixed yaml syntax 2017-12-11 14:47:08 -05:00
ipv6 net: if: Make interface IP configuration more flexible 2018-03-27 10:06:54 -04:00
ipv6_fragment net: if: Separate IP address configuration from net_if 2018-03-27 10:06:54 -04:00
lib net: if: Separate IP address configuration from net_if 2018-03-27 10:06:54 -04:00
mgmt tests: net: Increase the size of main stack 2018-03-27 10:06:54 -04:00
mld tests: net: Increase the size of main stack 2018-03-27 10:06:54 -04:00
neighbor tests/samples: fixed yaml syntax 2017-12-11 14:47:08 -05:00
net_pkt tests/samples: fixed yaml syntax 2017-12-11 14:47:08 -05:00
route tests/samples: fixed yaml syntax 2017-12-11 14:47:08 -05:00
rpl net: if: Separate IP address configuration from net_if 2018-03-27 10:06:54 -04:00
socket net: sockets: Check for errors from dns_get_addr_info 2018-04-03 14:15:43 +03:00
tcp net: if: Make interface IP configuration more flexible 2018-03-27 10:06:54 -04:00
traffic_class samples: net: Add traffic class sample application 2018-03-27 10:06:54 -04:00
trickle tests/samples: fixed yaml syntax 2017-12-11 14:47:08 -05:00
udp tests: net: Increase the size of main stack 2018-03-27 10:06:54 -04:00
utils tests/samples: fixed yaml syntax 2017-12-11 14:47:08 -05:00
websocket tests: net: websocket: Fix null at the end of string 2018-03-26 13:01:07 +03:00