test suite reviews and discussions
 help / color / mirror / Atom feed
* [PATCH 0/7] Fix for Fedora 37
@ 2023-04-14 12:52 Akihiko Odaki
  2023-04-14 12:52 ` [PATCH 1/7] Replace Pcapy with Pcapyplus Akihiko Odaki
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Akihiko Odaki @ 2023-04-14 12:52 UTC (permalink / raw)
  Cc: dts, Akihiko Odaki

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

-- 
2.40.0


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2023-05-25  2:52 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-14 12:52 [PATCH 0/7] Fix for Fedora 37 Akihiko Odaki
2023-04-14 12:52 ` [PATCH 1/7] Replace Pcapy with Pcapyplus Akihiko Odaki
2023-04-14 12:52 ` [PATCH 2/7] Update numpy from 1.18.5 to 1.24.2 Akihiko Odaki
2023-04-14 12:52 ` [PATCH 3/7] framework/ssh_pexpect: Remove duplicate regex flags Akihiko Odaki
2023-04-14 12:52 ` [PATCH 4/7] framework: Remove unused variable Akihiko Odaki
2023-04-14 12:52 ` [PATCH 5/7] nics/system_info: Accept memory with unknown speed Akihiko Odaki
2023-04-14 12:52 ` [PATCH 6/7] framework/packet: Fix tcpdump help parse Akihiko Odaki
2023-04-14 12:52 ` [PATCH 7/7] tests/ip_pipeline: Use common tcpdump methods Akihiko Odaki
2023-05-25  2:52   ` lijuan.tu
2023-05-06  7:27 ` [PATCH 0/7] Fix for Fedora 37 Akihiko Odaki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).