python-scapy: Ignore failing ptests

These tests fail in OE qemu environment and is sensitive to ISP provider

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2025-11-20 00:32:16 -08:00
parent 92bbf44733
commit 3e44699820
3 changed files with 52 additions and 1 deletions
@@ -6,6 +6,6 @@ if ! nslookup example.com; then
trap "mv /etc/resolv.conf.bak /etc/resolv.conf" INT EXIT
fi
python3 UTscapy.py -t regression.uts -f text -l -C \
python3 UTscapy.py -t regression.uts -f text -l -C -K skipped_ptest \
-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:/'