[V1,2/2] test_plans/ABI_stable: remove unit_tests_* and replace with meson_tests and remove other invalid suites

Message ID 20230113052737.595862-2-yux.jiang@intel.com (mailing list archive)
State Superseded
Headers
Series [V1,1/2] usr_guide and executions: remove unit_tests_* and replace with meson_tests |

Commit Message

Yu Jiang Jan. 13, 2023, 5:27 a.m. UTC
  1, remove unit_tests_* and replace with meson_tests;
2, remove invalid suites: vhost_dequeue_zero_copy,flow_classify_softnic;
  - vhost_dequeue_zero_copy: dpdk20.11 cacf8267cc (vhost: remove dequeue zero-copy support)
  - flow_classify_softnic: 
	 * dts commit 6090a316 (test/flow_classify_softnic): removed the test suite as per dpdk changes
3, remove vhost_enqueue_interrupt and replace with vhost_user_interrupt according to dts changes commit:71b154651;
4, correct type for vhost_virtio_pmd_interrupt;

Signed-off-by: Yu Jiang <yux.jiang@intel.com>
---
 test_plans/ABI_stable_test_plan.rst | 40 +++--------------------------
 1 file changed, 4 insertions(+), 36 deletions(-)
  

Patch

diff --git a/test_plans/ABI_stable_test_plan.rst b/test_plans/ABI_stable_test_plan.rst
index 9f05cc6e..762e1779 100644
--- a/test_plans/ABI_stable_test_plan.rst
+++ b/test_plans/ABI_stable_test_plan.rst
@@ -57,57 +57,25 @@  Execute Test Suites
   +-------------------------------+------------------------+
   |       Test Suites             |          Type          |
   +===============================+========================+
-  |   unit_tests_cmdline          |     functional         |
-  +-------------------------------+------------------------+
-  |   unit_tests_crc              |     functional         |
-  +-------------------------------+------------------------+
-  |   unit_tests_dump             |     functional         |
-  +-------------------------------+------------------------+
-  |   unit_tests_eal              |     functional         |
-  +-------------------------------+------------------------+
-  |   unit_tests_kni              |     functional         |
-  +-------------------------------+------------------------+
-  |   unit_tests_loopback         |     functional         |
-  +-------------------------------+------------------------+
-  |   unit_tests_lpm              |     functional         |
-  +-------------------------------+------------------------+
-  |   unit_tests_mbuf             |     functional         |
-  +-------------------------------+------------------------+
-  |   unit_tests_mempool          |     functional         |
-  +-------------------------------+------------------------+
-  |   unit_tests_pmd_perf         |     functional         |
-  +-------------------------------+------------------------+
-  |   unit_tests_power            |     functional         |
-  +-------------------------------+------------------------+
-  |   unit_tests_qos              |     functional         |
-  +-------------------------------+------------------------+
-  |   unit_tests_ringpmd          |     functional         |
-  +-------------------------------+------------------------+
-  |   unit_tests_ring             |     functional         |
-  +-------------------------------+------------------------+
-  |   unit_tests_timer            |     functional         |
+  |   meson_tests                 |     functional         |
   +-------------------------------+------------------------+
   |   vhost_1024_ethports         |     functional         |
   +-------------------------------+------------------------+
-  |   vhost_dequeue_zero_copy     |     functional         |
-  +-------------------------------+------------------------+
-  |   vhost_enqueue_interrupt     |     functional         |
-  +-------------------------------+------------------------+
   |   vhost_event_idx_interrupt   |     functional         |
   +-------------------------------+------------------------+
   |   vhost_multi_queue_qemu      |     functional         |
   +-------------------------------+------------------------+
   |   vhost_pmd_xstats            |     functional         |
   +-------------------------------+------------------------+
+  |   vhost_user_interrupt        |     functional         |
+  +-------------------------------+------------------------+
   |   vhost_virtio_user_interrupt |     functional         |
   +-------------------------------+------------------------+
   |   vhost_user_live_migration   |     functional         |
   +-------------------------------+------------------------+
   |   flow_classify               |     functional         |
   +-------------------------------+------------------------+
-  |   flow_classify_softnic       |     functional         |
-  +-------------------------------+------------------------+
-  |   vhost_virtio_pmd_interrupt  |     functional         |
+  |   vhost_virtio_pmd_interrupt  |     performance        |
   +-------------------------------+------------------------+
   |   l2fwd                       |     performance        |
   +-------------------------------+------------------------+