Skip to content

Commit 1e811e7

Browse files
committed
tests: net: all: Also build latmon
Also build the latency monitor support code. As a sideeffect, we run out of bits in the kernel objects per thread permissions tracking field. So let's increase it to 6 bytes. Signed-off-by: Alberto Escolar Piedras <[email protected]>
1 parent 4b29cd0 commit 1e811e7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

tests/net/all/prj.conf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ CONFIG_ENTROPY_GENERATOR=y
88
CONFIG_TEST_RANDOM_GENERATOR=y
99
CONFIG_ZTEST=y
1010
CONFIG_LOG_DEFAULT_LEVEL=4
11-
CONFIG_MAX_THREAD_BYTES=4
11+
CONFIG_MAX_THREAD_BYTES=6
1212
CONFIG_POSIX_API=y
1313

1414
# TLS configuration
@@ -688,3 +688,5 @@ CONFIG_SHELL_BACKEND_TELNET=y
688688

689689
CONFIG_TFTP_LIB=y
690690
CONFIG_NET_PKT_FILTER=y
691+
692+
CONFIG_NET_LATMON=y

tests/net/all/testcase.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,4 +128,3 @@ tests:
128128
- CONFIG_NET_ROUTE_MCAST=y
129129
- CONFIG_OPENTHREAD_SHELL=y
130130
- CONFIG_DNS_RESOLVER_PACKET_FORWARDING=y
131-
- CONFIG_MAX_THREAD_BYTES=5

0 commit comments

Comments
 (0)