mbox series

[0/7] Fix for Fedora 37

Message ID 20230414125255.67812-1-akihiko.odaki@daynix.com (mailing list archive)
Headers
Series Fix for Fedora 37 |

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(-)
  

Comments

Akihiko Odaki May 6, 2023, 7:27 a.m. UTC | #1
On 2023/04/14 21:52, Akihiko Odaki wrote:
> 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(-)
> 

Hi,

Can anyone have a look at this series?

Regards,
Akihiko Odaki