Browse Source

samples: net: zperf: test `NET_ZPERF_SERVER=n`

Validate that zperf compiles without `NET_ZPERF_SERVER`.

Signed-off-by: Jordan Yates <jordan@embeint.com>
pull/88952/head
Jordan Yates 3 months ago committed by Benjamin Cabé
parent
commit
3048e6df6e
  1. 5
      samples/net/zperf/sample.yaml

5
samples/net/zperf/sample.yaml

@ -12,6 +12,11 @@ tests: @@ -12,6 +12,11 @@ tests:
sample.net.zperf:
harness: net
platform_allow: qemu_x86
sample.net.zperf_no_server:
harness: net
platform_allow: qemu_x86
extra_configs:
- CONFIG_NET_ZPERF_SERVER=n
sample.net.zperf_st:
harness: console
harness_config:

Loading…
Cancel
Save