Skip to content

Commit

Permalink
tests: net: shell: Increase number of IP address structs
Browse files Browse the repository at this point in the history
A warning is printed in start of the test about this.
Increase CONFIG_NET_IF_MAX_IPV6_COUNT=2 and
CONFIG_NET_IF_MAX_IPV4_COUNT=2 so that the tests pass
in frdm_k64f and some other boards.

Fixes #66020

(cherry picked from commit af610bb)

Original-Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
GitOrigin-RevId: af610bb
Change-Id: I0c9776bb0a33669c164b152b8da1176727cae88b
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/5083737
Tested-by: ChromeOS Prod (Robot) <chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com>
Tested-by: Fabio Baltieri <fabiobaltieri@google.com>
Reviewed-by: Fabio Baltieri <fabiobaltieri@google.com>
Commit-Queue: Fabio Baltieri <fabiobaltieri@google.com>
  • Loading branch information
jukkar authored and Chromeos LUCI committed Dec 4, 2023
1 parent 0b2359b commit e9bf6fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/net/shell/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ CONFIG_NET_SHELL=y
CONFIG_LOG_PRINTK=n
CONFIG_SHELL_BACKEND_DUMMY=y
CONFIG_MAIN_STACK_SIZE=2048
CONFIG_NET_IF_MAX_IPV6_COUNT=2
CONFIG_NET_IF_MAX_IPV4_COUNT=2

0 comments on commit e9bf6fa

Please sign in to comment.