Files
OpenBMC/meta-openembedded/meta-networking/recipes-devtools/python/python3-scapy/run-ptest
T

5 lines
193 B
Bash
Raw Normal View History

2026-04-23 17:07:55 +08:00
#!/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:/'