test suite reviews and discussions
 help / color / mirror / Atom feed
* [PATCH 0/3] update testsuites that uses softnic driver
@ 2022-11-08 15:06 Yogesh Jangra
  2022-11-08 15:06 ` [PATCH 1/3] test/metering_and_policing: removed the test suite as per dpdk changes Yogesh Jangra
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Yogesh Jangra @ 2022-11-08 15:06 UTC (permalink / raw)
  To: dts; +Cc: cristian.dumitrescu, kamalakannan.r, harshad.suresh.narayane

DPDK 22.11 release has updated the Soft NIC driver. With this release
softnic is using rte_swx_pipeline_xxx library. The CLI that support
flow, metering and policing has been removed. So this series removed the
flow_classify_softnic and metering_and_policing test suites.
This patch series also update softnic test suite. The testsuite uses the
latest configuration files.

Yogesh Jangra (3):
  test/metering_and_policing: removed the test suite as per dpdk changes
  test/flow_classify_softnic: removed the test suite as per dpdk changes
  test/softnic: updated softnic test suite as per dpdk 22.11 changes

 dep/flow_classify_softnic.tar.gz              |  Bin 1610 -> 0 bytes
 dep/meter_and_policy_config.tar.gz            |  Bin 1182 -> 0 bytes
 dep/softnic/rx_tx/pcap_files/in.txt           |   12 +
 dep/softnic/rx_tx/pcap_files/out.txt          |   12 +
 dep/softnic/rx_tx/readme.txt                  |    8 +
 dep/softnic/rx_tx/rx_tx.cli                   |   21 +
 dep/softnic/rx_tx/rx_tx.spec                  |   19 +
 dep/softnic/rx_tx/rx_tx_1.io                  |   30 +
 dep/softnic/rx_tx/rx_tx_2.io                  |   30 +
 .../flow_classify_softnic_test_plan.rst       | 1261 -------
 test_plans/index.rst                          |    2 -
 .../metering_and_policing_test_plan.rst       |  914 -----
 test_plans/softnic_test_plan.rst              |  137 +-
 tests/TestSuite_flow_classify_softnic.py      | 3003 -----------------
 tests/TestSuite_metering_and_policing.py      | 1296 -------
 tests/TestSuite_softnic.py                    |  414 +--
 16 files changed, 416 insertions(+), 6743 deletions(-)
 delete mode 100644 dep/flow_classify_softnic.tar.gz
 delete mode 100644 dep/meter_and_policy_config.tar.gz
 create mode 100644 dep/softnic/rx_tx/pcap_files/in.txt
 create mode 100644 dep/softnic/rx_tx/pcap_files/out.txt
 create mode 100644 dep/softnic/rx_tx/readme.txt
 create mode 100644 dep/softnic/rx_tx/rx_tx.cli
 create mode 100644 dep/softnic/rx_tx/rx_tx.spec
 create mode 100644 dep/softnic/rx_tx/rx_tx_1.io
 create mode 100644 dep/softnic/rx_tx/rx_tx_2.io
 delete mode 100644 test_plans/flow_classify_softnic_test_plan.rst
 delete mode 100644 test_plans/metering_and_policing_test_plan.rst
 delete mode 100644 tests/TestSuite_flow_classify_softnic.py
 delete mode 100644 tests/TestSuite_metering_and_policing.py

-- 
2.34.1


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

end of thread, other threads:[~2022-11-30  6:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-08 15:06 [PATCH 0/3] update testsuites that uses softnic driver Yogesh Jangra
2022-11-08 15:06 ` [PATCH 1/3] test/metering_and_policing: removed the test suite as per dpdk changes Yogesh Jangra
2022-11-08 15:06 ` [PATCH 2/3] test/flow_classify_softnic: " Yogesh Jangra
2022-11-08 15:06 ` [PATCH 3/3] test/softnic: updated softnic test suite as per dpdk 22.11 changes Yogesh Jangra
2022-11-30  6:32 ` [PATCH 0/3] update testsuites that uses softnic driver Tu, Lijuan

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