Skip to content

Commit 24843ae

Browse files
jukkardkalowsk
authored andcommitted
tests: net: ppp: Compile test with PPP statistics
Make sure the compilation is ok if PPP statistics is enabled. This is related to commit 3e70425 ("net: ppp: stats: Fix net_mgmt request handler format") which was needed because earlier commit 5a9a39c ("net: mgmt: Convert the mgmt API to use 64-bit masks") missed an compile problem because there was no compile test that enabled CONFIG_NET_STATISTICS_PPP option. Signed-off-by: Jukka Rissanen <[email protected]>
1 parent 6d0f1aa commit 24843ae

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/net/ppp/driver/testcase.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,8 @@ common:
66
tests:
77
net.ppp:
88
min_ram: 21
9+
net.ppp.statistics:
10+
extra_args:
11+
- CONFIG_NET_STATISTICS=y
12+
- CONFIG_NET_STATISTICS_PPP=y
13+
- CONFIG_NET_STATISTICS_USER_API=y

0 commit comments

Comments
 (0)