Make sure the compilation is ok if PPP statistics is enabled. This is related to commit3e704256e3("net: ppp: stats: Fix net_mgmt request handler format") which was needed because earlier commit5a9a39caf3("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>
14 lines
242 B
YAML
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
|