Skip to content

Commit 4c24124

Browse files
jukkarkartben
authored andcommitted
tests: net: vlan: Increase stack size for header reserve test
Increasing the stack size for header_reserved test. This avoids stack overflow in various boards. Fixes #84620 Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
1 parent 19a98da commit 4c24124

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/net/vlan/testcase.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ tests:
1111
net.vlan.header_reserved:
1212
extra_configs:
1313
- CONFIG_NET_L2_ETHERNET_RESERVE_HEADER=y
14+
- CONFIG_TEST_EXTRA_STACK_SIZE=1024
1415
net.vlan.header_reserved.variable_size:
1516
extra_configs:
1617
- CONFIG_NET_L2_ETHERNET_RESERVE_HEADER=y

0 commit comments

Comments
 (0)