python3-scapy: upgrade 2.4.5 -> 2.5.0

Changelog:
https://github.com/secdev/scapy/releases/tag/v2.5.0

Also, in this version the UTscapy wrapper gets no longer installed
into /usr/bin, so for ptest we need to install it.

Signed-off-by: Petr Gotthard <petr.gotthard@advantech.cz>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Petr Gotthard
2023-02-24 17:20:16 +00:00
committed by Khem Raj
parent 0a6087c603
commit 4370e3d3fb
2 changed files with 4 additions and 4 deletions
@@ -1,4 +1,4 @@
#!/bin/sh
UTscapy3 -t regression.uts -f text -l -C \
python3 UTscapy.py -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:/'