DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH v1 0/3] dts: port vf_smoke to new DTS
@ 2024-09-06 17:37 jspewock
  2024-09-06 17:37 ` [PATCH v1 1/3] dts: allow specifying ingress port in send_packets jspewock
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: jspewock @ 2024-09-06 17:37 UTC (permalink / raw)
  To: npratte, thomas, alex.chapman, probb, wathsala.vithanage,
	Luca.Vizzarro, Honnappa.Nagarahalli, yoan.picchi,
	paul.szczepanek, juraj.linkes
  Cc: dev, Jeremy Spewock

From: Jeremy Spewock <jspewock@iol.unh.edu>

The VF smoke testing suite in the old DTS framework had the same test
cases as the PF smoke testing suite and, therefore, it makes sense to
have the two test suites use the same testing functions. In this series
the easiest way to do this was to simply parameterize what ports are
used for sending and receiving packets in the pf_smoke_tests suite and
then have the vf_smoke_testing suite extend from this class. This makes
it so that the two will always have the same test cases.

It was desirable to separate the testing into two different test suites
since, while their testing methods are the same, the two test suites
are testing disjoint functionality.

Depends-on: series-32935 ("dts: pf_smoke port")
Depends-on: series-32814 ("dts: add VFs to the framework")

Jeremy Spewock (3):
  dts: allow specifying ingress port in send_packets
  dts: parameterize ports used in pf_smoke suite
  dts: add vf_smoke tests suite

 dts/framework/config/conf_yaml_schema.json |  3 ++-
 dts/framework/test_suite.py                |  7 +++++-
 dts/tests/TestSuite_pf_smoke_tests.py      | 22 ++++++++++++++---
 dts/tests/TestSuite_vf_smoke_tests.py      | 28 ++++++++++++++++++++++
 4 files changed, 55 insertions(+), 5 deletions(-)
 create mode 100644 dts/tests/TestSuite_vf_smoke_tests.py

-- 
2.46.0


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

end of thread, other threads:[~2024-09-06 17:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-09-06 17:37 [PATCH v1 0/3] dts: port vf_smoke to new DTS jspewock
2024-09-06 17:37 ` [PATCH v1 1/3] dts: allow specifying ingress port in send_packets jspewock
2024-09-06 17:37 ` [PATCH v1 2/3] dts: parameterize ports used in pf_smoke suite jspewock
2024-09-06 17:37 ` [PATCH v1 3/3] dts: add vf_smoke tests suite jspewock

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