Skip to content

Commit

Permalink
tests: net: socket: getaddrinfo: Don't use NET_CONFIG_SETTINGS
Browse files Browse the repository at this point in the history
The loopback addresses are configured automatically on the loopback
interface.

Signed-off-by: Robert Lubos <[email protected]>
  • Loading branch information
rlubos authored and carlescufi committed Oct 26, 2022
1 parent 21134f5 commit 8ca7b8d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/net/socket/getaddrinfo/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ CONFIG_NET_L2_ETHERNET=n
# Network driver config
CONFIG_TEST_RANDOM_GENERATOR=y

# Network address config
CONFIG_NET_CONFIG_SETTINGS=y
CONFIG_NET_CONFIG_MY_IPV4_ADDR="127.0.0.1"
CONFIG_NET_CONFIG_MY_IPV6_ADDR="::1"

# Enable the DNS resolver
CONFIG_DNS_RESOLVER=y
CONFIG_DNS_SERVER_IP_ADDRESSES=y
Expand Down

0 comments on commit 8ca7b8d

Please sign in to comment.