mirror of
https://git.yoctoproject.org/meta-security
synced 2026-07-16 03:47:21 +00:00
561d0806a9
convert package to python standard Signed-off-by: Armin Kuster <akuster808@gmail.com>
5 lines
182 B
Bash
Executable File
5 lines
182 B
Bash
Executable File
#!/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:/'
|