Skip to content

Commit 12eb6a1

Browse files
committed
tests: net: Allow setting CONFIG_ZVFS_OPEN_MAX
Add CONFIG_ZVFS_OPEN_IGNORE_MIN=y so that we can set the CONFIG_ZVFS_OPEN_MAX without specifying individual sub values. This is just specific to this test and not something that needs to be done in other tests. Signed-off-by: Jukka Rissanen <[email protected]>
1 parent e29d916 commit 12eb6a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/net/all/prj.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,7 @@ CONFIG_NET_SOCKETS_ENABLE_DTLS=y
353353
CONFIG_NET_SOCKETS_LOG_LEVEL_DBG=y
354354
CONFIG_NET_SOCKETS_OFFLOAD=y
355355
CONFIG_NET_SOCKETS_PACKET=y
356+
CONFIG_ZVFS_OPEN_IGNORE_MIN=y
356357
CONFIG_ZVFS_OPEN_MAX=50
357358
CONFIG_ZVFS_POLL_MAX=50
358359
CONFIG_NET_SOCKETS=y

0 commit comments

Comments
 (0)