mirror of
https://git.yoctoproject.org/meta-security
synced 2026-05-31 00:40:19 +00:00
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:
@@ -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:/'
|
||||
Reference in New Issue
Block a user