scapy: update to 2.4.0 and covert

convert package to python standard

Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Armin Kuster
2018-09-09 12:08:35 -07:00
parent 32def3971b
commit 561d0806a9
4 changed files with 16 additions and 10 deletions
+4
View File
@@ -0,0 +1,4 @@
#!/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:/'