zephyr/tests/net/ppp/driver/testcase.yaml
Jukka Rissanen 24843ae223 tests: net: ppp: Compile test with PPP statistics
Make sure the compilation is ok if PPP statistics is enabled.

This is related to commit 3e704256e3
("net: ppp: stats: Fix net_mgmt request handler format") which
was needed because earlier commit 5a9a39caf3
("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 <jukka.rissanen@nordicsemi.no>
2025-06-27 09:05:22 -10:00

14 lines
242 B
YAML

common:
depends_on: serial-net
tags:
- net
- ppp
tests:
net.ppp:
min_ram: 21
net.ppp.statistics:
extra_args:
- CONFIG_NET_STATISTICS=y
- CONFIG_NET_STATISTICS_PPP=y
- CONFIG_NET_STATISTICS_USER_API=y