tests: update scapy to version 2.4.5 88/41288/24
authorDave Wallace <dwallacelf@gmail.com>
Tue, 23 Jul 2024 05:28:19 +0000 (01:28 -0400)
committerBeno�t Ganne <bganne@cisco.com>
Wed, 7 Aug 2024 09:15:17 +0000 (09:15 +0000)
commitcf9356d642ce131c6562fcd281c01e51af888ec3
tree8a57da79b102ee9a6c4fa3d8c834591ddfdbaff0
parent0a3b0b231d8d2978c3322cc5ba8e1d2746a6d730
tests: update scapy to version 2.4.5

- Required for Ubuntu 24.04 LTS jobs
- temporarily disable TestIpsecEsp1 and
  TestIpsecAhAll tests until a patch can
  be added to fix them

Type: test

Change-Id: I1ae7b170117182c3252629bbbb770775e2c496c9
Signed-off-by: Benoît Ganne <bganne@cisco.com>
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
30 files changed:
Makefile
extras/scripts/checkstyle.sh
test/Makefile
test/framework.py
test/patches/scapy-2.4.5/cdp.patch [new file with mode: 0644]
test/patches/scapy-2.4.5/ikev2.patch [new file with mode: 0644]
test/patches/scapy-2.4.5/ipsec.patch [new file with mode: 0644]
test/patches/scapy-2.4.5/ppp.patch [new file with mode: 0644]
test/requirements-3.txt
test/requirements.txt
test/template_ipsec.py
test/test_dhcp.py
test/test_dhcp6.py
test/test_ikev2.py
test/test_ip4.py
test/test_ip6_nd_mirror_proxy.py
test/test_ipip.py
test/test_ipsec_ah.py
test/test_ipsec_esp.py
test/test_ipsec_tun_if_esp.py
test/test_linux_cp.py
test/test_mtu.py
test/test_nat44_ed_output.py
test/test_pg.py
test/test_pnat.py
test/test_pppoe.py
test/test_span.py
test/test_udp.py
test/test_vxlan6.py
test/test_wireguard.py