python-scapy: drop py2 package

fixup run-ptest

Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Armin Kuster
2019-08-29 09:43:38 -07:00
parent 30ea7a89dc
commit bf5dbd0313
4 changed files with 25 additions and 37 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/sh
UTscapy -t regression.uts -f text -l -C \
UTscapy3 -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:/'