Files
yoctor-layers/meta-openembedded/meta-networking/recipes-devtools/python/python3-scapy/run-ptest
2024-07-11 14:16:35 +02:00

5 lines
193 B
Bash

#!/bin/sh
python3 UTscapy.py -t regression.uts -f text -l -C \
-o @PTEST_PATH@/scapy_ptest_$(date +%Y%m%d-%H%M%S).log \
2>&1 | sed -e 's/^passed None/PASS:/' -e 's/^failed None/FAIL:/'