diff options
Diffstat (limited to 'meta-networking/recipes-devtools/python/python3-scapy')
| -rw-r--r-- | meta-networking/recipes-devtools/python/python3-scapy/run-ptest | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-networking/recipes-devtools/python/python3-scapy/run-ptest b/meta-networking/recipes-devtools/python/python3-scapy/run-ptest new file mode 100644 index 0000000000..797d8ecf78 --- /dev/null +++ b/meta-networking/recipes-devtools/python/python3-scapy/run-ptest | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | #!/bin/sh | ||
| 2 | UTscapy3 -t regression.uts -f text -l -C \ | ||
| 3 | -o @PTEST_PATH@/scapy_ptest_$(date +%Y%m%d-%H%M%S).log \ | ||
| 4 | 2>&1 | sed -e 's/^passed None/PASS:/' -e 's/^failed None/FAIL:/' | ||
