diff options
author | Ilias Apalodimas <ilias.apalodimas@linaro.org> | 2018-10-26 13:34:52 +0300 |
---|---|---|
committer | Ilias Apalodimas <ilias.apalodimas@linaro.org> | 2018-10-26 14:53:11 +0300 |
commit | 4c7c82fbd067f4f54a5cf180fdb9db6a42e88741 (patch) | |
tree | 6bb8c231cc91046bb4d08499098f3aa4235aa231 /execs | |
parent | 7844d53a202a5e201e4b8ea381eb916c9b0afd9c (diff) | |
download | lava-sessions-4c7c82fbd067f4f54a5cf180fdb9db6a42e88741.tar.gz |
add tcpdump recipe for target
Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Diffstat (limited to 'execs')
-rw-r--r-- | execs/taprio-tcpdump.yaml | 14 |
1 files changed, 14 insertions, 0 deletions
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 |