zephyr/samples/net/capture/sample.yaml
Jukka Rissanen 2e613a4af5 samples: net: capture: Network packet capture app
A simple application that allows you to use net-shell to
configure network packet capturing. The captured packets are
sent to external systems for processing. This can be used
for debugging network protocols.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2021-04-02 07:24:06 -04:00

10 lines
190 B
YAML

common:
harness: net
depends_on: netif
sample:
description: Network packet capture
name: Network packet capture sample application
tests:
sample.net.capture:
tags: net capture