scapy: restore ptest by going to github directly

The pypi package removed the tests so
go to the git repo directly.

Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Armin Kuster
2019-02-04 11:11:42 -08:00
parent 5e7b4a96ad
commit 0e8ac771a0
4 changed files with 19 additions and 3 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:/'