Files
Armin Kuster 561d0806a9 scapy: update to 2.4.0 and covert
convert package to python standard

Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-09-17 21:08:19 -07:00

5 lines
182 B
Bash
Executable File

#!/bin/sh
UTscapy -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:/'