From 4c7c82fbd067f4f54a5cf180fdb9db6a42e88741 Mon Sep 17 00:00:00 2001 From: Ilias Apalodimas Date: Fri, 26 Oct 2018 13:34:52 +0300 Subject: add tcpdump recipe for target Signed-off-by: Ilias Apalodimas --- execs/taprio-tcpdump.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 execs/taprio-tcpdump.yaml (limited to 'execs') diff --git a/execs/taprio-tcpdump.yaml b/execs/taprio-tcpdump.yaml new file mode 100644 index 0000000..4d035ea --- /dev/null +++ b/execs/taprio-tcpdump.yaml @@ -0,0 +1,14 @@ +metadata: + name: capture tsn traffic + format: "Lava-Test-Shell Test Definition 1.0" + description: "Use tcpdump to capture packets" + version: 1.0 + +install: + deps: + - tcpdump + +run: + steps: + - echo "Capturing UDP packets" + - ./scripts/get-taprio-pcap.sh -- cgit v1.2.3