mbox

[0/3] update testsuites that uses softnic driver

Message ID 20221108150636.2459852-1-yogesh.jangra@intel.com (mailing list archive)
Headers

Message

Yogesh Jangra Nov. 8, 2022, 3:06 p.m. UTC
  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