mbox

[0/7] Fix for Fedora 37

Message ID 20230414125255.67812-1-akihiko.odaki@daynix.com (mailing list archive)
Headers

Message

Akihiko Odaki April 14, 2023, 12:52 p.m. UTC
  This series includes changes necessary to run tests on Fedora 37 virtual
machine.

Akihiko Odaki (7):
  Replace Pcapy with Pcapyplus
  Update numpy from 1.18.5 to 1.24.2
  framework/ssh_pexpect: Remove duplicate regex flags
  framework: Remove unused variable
  nics/system_info: Accept memory with unknown speed
  framework/packet: Fix tcpdump help parse
  tests/ip_pipeline: Use common tcpdump methods

 ci/dts_requirements.txt            |   4 +-
 doc/dts_gsg/usr_guide/sys_reqs.rst |   6 +-
 framework/dut.py                   |   1 -
 framework/packet.py                |   5 +-
 framework/ssh_pexpect.py           |   4 +-
 nics/system_info.py                |   6 +-
 requirements.txt                   |   4 +-
 tests/TestSuite_ip_pipeline.py     | 106 ++++++++---------------------
 8 files changed, 45 insertions(+), 91 deletions(-)