tests: fix make test python issues on ubuntu 24.04 56/41456/6
authorDave Wallace <[email protected]>
Mon, 19 Aug 2024 22:47:55 +0000 (18:47 -0400)
committerAndrew Yourtchenko <[email protected]>
Thu, 22 Aug 2024 07:35:40 +0000 (07:35 +0000)
commit85ce93160fa71c5e6fb9140704c07e6d8989889d
treecff2524293777a140eece22ab5900d39ca797d9d
parent7301abe9ba2fa75661238b0afece55eeeebce863
tests: fix make test python issues on ubuntu 24.04

- add patch to scapy to use latest six module instead
  of the old scapy specific six module which fails to
  import moves sub-module on python 3.12
- fix warning for deprecated legacy editable install of vpp_papi
- skip failing testcases on ubuntu-24.04

Type: test

Change-Id: Idc1a008c6e45ba69caa50c2e245012eb05effed7
Signed-off-by: Dave Wallace <[email protected]>
src/vpp-api/python/pyproject.toml [new file with mode: 0644]
test/asf/asfframework.py
test/asf/test_api_trace.py
test/asf/test_vcl.py
test/patches/scapy-2.4.5/scapy-python312.patch [new file with mode: 0644]
test/test_ikev2.py
test/test_vlib.py