Skip to content

Commit 9b2d2e7

Browse files
committed
tests: net: config: Add settings db testing
Make sure we run the tests with settings db enabled. Signed-off-by: Jukka Rissanen <[email protected]>
1 parent 0f6ed66 commit 9b2d2e7

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

tests/net/lib/config/testcase.yaml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,15 @@ common:
55
platform_exclude:
66
- native_sim
77
- native_sim/native/64
8+
tags:
9+
- net
10+
- iface
811
tests:
9-
net.config:
10-
tags:
11-
- net
12-
- iface
12+
net.config: {}
13+
net.config.settings:
14+
extra_configs:
15+
# The yaml configuration contains multiple network interface
16+
# so we need larger heap to store the information.
17+
- CONFIG_HEAP_MEM_POOL_ADD_SIZE_NET_CONFIG=4096
18+
- CONFIG_SETTINGS=y
19+
- CONFIG_SETTINGS_RUNTIME=y

0 commit comments

Comments
 (0)