From 561d0806a9d4e6a954bc19bf951dc69f4e40d3eb Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Sun, 9 Sep 2018 12:08:35 -0700 Subject: scapy: update to 2.4.0 and covert convert package to python standard Signed-off-by: Armin Kuster --- recipes-security/scapy/files/run-ptest | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 recipes-security/scapy/files/run-ptest (limited to 'recipes-security/scapy/files') diff --git a/recipes-security/scapy/files/run-ptest b/recipes-security/scapy/files/run-ptest new file mode 100755 index 0000000..91b29f9 --- /dev/null +++ b/recipes-security/scapy/files/run-ptest @@ -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:/' -- cgit v1.2.3-54-g00ecf