test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts][PATCH V1 0/2] remove unit_tests_* and replace with meson_tests and remove other invalid suites
@ 2023-01-13  5:34 Yu Jiang
  2023-01-13  5:34 ` [dts][PATCH V1 1/2] usr_guide and executions: remove unit_tests_* and replace with meson_tests Yu Jiang
  2023-01-13  5:34 ` [dts][PATCH V1 2/2] test_plans/ABI_stable: remove unit_tests_* and replace with meson_tests and remove other invalid suites Yu Jiang
  0 siblings, 2 replies; 6+ messages in thread
From: Yu Jiang @ 2023-01-13  5:34 UTC (permalink / raw)
  To: lijuan.tu, dts; +Cc: Yu Jiang

remove unit_tests_* and replace with meson_tests and remove other invalid suites

Yu Jiang (2):
  usr_guide and executions: remove unit_tests_* and replace with
    meson_tests
  test_plans/ABI_stable: remove unit_tests_* and replace with
    meson_tests and remove other invalid suites

 doc/dts_gsg/usr_guide/usage.rst     |  2 +-
 executions/execution_smoke.cfg      | 14 +---------
 test_plans/ABI_stable_test_plan.rst | 40 +++--------------------------
 3 files changed, 6 insertions(+), 50 deletions(-)

-- 
2.25.1


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

* [dts][PATCH V1 1/2] usr_guide and executions: remove unit_tests_* and replace with meson_tests
  2023-01-13  5:34 [dts][PATCH V1 0/2] remove unit_tests_* and replace with meson_tests and remove other invalid suites Yu Jiang
@ 2023-01-13  5:34 ` Yu Jiang
  2023-01-13  5:34 ` [dts][PATCH V1 2/2] test_plans/ABI_stable: remove unit_tests_* and replace with meson_tests and remove other invalid suites Yu Jiang
  1 sibling, 0 replies; 6+ messages in thread
From: Yu Jiang @ 2023-01-13  5:34 UTC (permalink / raw)
  To: lijuan.tu, dts; +Cc: Yu Jiang

remove unit_tests_* and replace with meson_tests

Signed-off-by: Yu Jiang <yux.jiang@intel.com>
---
 doc/dts_gsg/usr_guide/usage.rst |  2 +-
 executions/execution_smoke.cfg  | 14 +-------------
 2 files changed, 2 insertions(+), 14 deletions(-)

diff --git a/doc/dts_gsg/usr_guide/usage.rst b/doc/dts_gsg/usr_guide/usage.rst
index 24bf8d70..2c853dc8 100644
--- a/doc/dts_gsg/usr_guide/usage.rst
+++ b/doc/dts_gsg/usr_guide/usage.rst
@@ -50,7 +50,7 @@ Here are an example for functional testing:
    drivername=vfio-pci
    build_type=meson
    test_suites=
-        unit_tests_eal:test_version\test_common,
+        meson_tests:test_fasts\test_driver,
    targets=
         x86_64-default-linuxapp-gcc,
    parameters=nic_type=cfg:func=true
diff --git a/executions/execution_smoke.cfg b/executions/execution_smoke.cfg
index c7b5cbb3..5b2bb734 100644
--- a/executions/execution_smoke.cfg
+++ b/executions/execution_smoke.cfg
@@ -4,19 +4,7 @@ crbs=<CRB IP Address>
 drivername=<driver name igb_uio or vfio-pci or mlx5_core or uio_pci_generic>
 build_type=<meson>
 test_suites=
-    unit_tests_cmdline,
-    unit_tests_eal,
-    unit_tests_dump,
-    unit_tests_kni,
-    unit_tests_lpm,
-    unit_tests_mbuf,
-    unit_tests_mempool,
-    unit_tests_power,
-    unit_tests_pmd_perf,
-    unit_tests_qos,
-    unit_tests_ring,
-    unit_tests_ringpmd,
-    unit_tests_timer,
+    meson_tests:test_fasts,
     dynamic_config,
     jumboframes,
     scatter,
-- 
2.25.1


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

* [dts][PATCH V1 2/2] test_plans/ABI_stable: remove unit_tests_* and replace with meson_tests and remove other invalid suites
  2023-01-13  5:34 [dts][PATCH V1 0/2] remove unit_tests_* and replace with meson_tests and remove other invalid suites Yu Jiang
  2023-01-13  5:34 ` [dts][PATCH V1 1/2] usr_guide and executions: remove unit_tests_* and replace with meson_tests Yu Jiang
@ 2023-01-13  5:34 ` Yu Jiang
  2023-01-13  8:04   ` lijuan.tu
  1 sibling, 1 reply; 6+ messages in thread
From: Yu Jiang @ 2023-01-13  5:34 UTC (permalink / raw)
  To: lijuan.tu, dts; +Cc: Yu Jiang

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

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        |
   +-------------------------------+------------------------+
-- 
2.25.1


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

* [dts][PATCH V1 2/2] test_plans/ABI_stable: remove unit_tests_* and replace with meson_tests and remove other invalid suites
  2023-01-13  5:34 ` [dts][PATCH V1 2/2] test_plans/ABI_stable: remove unit_tests_* and replace with meson_tests and remove other invalid suites Yu Jiang
@ 2023-01-13  8:04   ` lijuan.tu
  0 siblings, 0 replies; 6+ messages in thread
From: lijuan.tu @ 2023-01-13  8:04 UTC (permalink / raw)
  To: lijuan.tu, dts, Yu Jiang; +Cc: Yu Jiang

On Fri, 13 Jan 2023 13:34:05 +0800, Yu Jiang <yux.jiang@intel.com> wrote:
> 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>

Reviewed-by: Lijuan Tu <lijuan.tu@intel.com>
Series applied, thanks

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

* [dts][PATCH V1 1/2] usr_guide and executions: remove unit_tests_* and replace with meson_tests
  2023-01-13  9:38 [dts][PATCH V1 0/2] " Yu Jiang
@ 2023-01-13  9:38 ` Yu Jiang
  0 siblings, 0 replies; 6+ messages in thread
From: Yu Jiang @ 2023-01-13  9:38 UTC (permalink / raw)
  To: lijuan.tu, dts; +Cc: Yu Jiang

remove unit_tests_* and replace with meson_tests

Signed-off-by: Yu Jiang <yux.jiang@intel.com>
---
 doc/dts_gsg/usr_guide/usage.rst |  2 +-
 executions/execution_smoke.cfg  | 14 +-------------
 2 files changed, 2 insertions(+), 14 deletions(-)

diff --git a/doc/dts_gsg/usr_guide/usage.rst b/doc/dts_gsg/usr_guide/usage.rst
index 24bf8d70..2c853dc8 100644
--- a/doc/dts_gsg/usr_guide/usage.rst
+++ b/doc/dts_gsg/usr_guide/usage.rst
@@ -50,7 +50,7 @@ Here are an example for functional testing:
    drivername=vfio-pci
    build_type=meson
    test_suites=
-        unit_tests_eal:test_version\test_common,
+        meson_tests:test_fasts\test_driver,
    targets=
         x86_64-default-linuxapp-gcc,
    parameters=nic_type=cfg:func=true
diff --git a/executions/execution_smoke.cfg b/executions/execution_smoke.cfg
index c7b5cbb3..5b2bb734 100644
--- a/executions/execution_smoke.cfg
+++ b/executions/execution_smoke.cfg
@@ -4,19 +4,7 @@ crbs=<CRB IP Address>
 drivername=<driver name igb_uio or vfio-pci or mlx5_core or uio_pci_generic>
 build_type=<meson>
 test_suites=
-    unit_tests_cmdline,
-    unit_tests_eal,
-    unit_tests_dump,
-    unit_tests_kni,
-    unit_tests_lpm,
-    unit_tests_mbuf,
-    unit_tests_mempool,
-    unit_tests_power,
-    unit_tests_pmd_perf,
-    unit_tests_qos,
-    unit_tests_ring,
-    unit_tests_ringpmd,
-    unit_tests_timer,
+    meson_tests:test_fasts,
     dynamic_config,
     jumboframes,
     scatter,
-- 
2.25.1


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

* [dts][PATCH V1 1/2] usr_guide and executions: remove unit_tests_* and replace with meson_tests
@ 2023-01-13  5:27 Yu Jiang
  0 siblings, 0 replies; 6+ messages in thread
From: Yu Jiang @ 2023-01-13  5:27 UTC (permalink / raw)
  To: lijuan.tu, dts; +Cc: Yu Jiang

remove unit_tests_* and replace with meson_tests

Signed-off-by: Yu Jiang <yux.jiang@intel.com>
---
 doc/dts_gsg/usr_guide/usage.rst |  2 +-
 executions/execution_smoke.cfg  | 14 +-------------
 2 files changed, 2 insertions(+), 14 deletions(-)

diff --git a/doc/dts_gsg/usr_guide/usage.rst b/doc/dts_gsg/usr_guide/usage.rst
index 24bf8d70..2c853dc8 100644
--- a/doc/dts_gsg/usr_guide/usage.rst
+++ b/doc/dts_gsg/usr_guide/usage.rst
@@ -50,7 +50,7 @@ Here are an example for functional testing:
    drivername=vfio-pci
    build_type=meson
    test_suites=
-        unit_tests_eal:test_version\test_common,
+        meson_tests:test_fasts\test_driver,
    targets=
         x86_64-default-linuxapp-gcc,
    parameters=nic_type=cfg:func=true
diff --git a/executions/execution_smoke.cfg b/executions/execution_smoke.cfg
index c7b5cbb3..5b2bb734 100644
--- a/executions/execution_smoke.cfg
+++ b/executions/execution_smoke.cfg
@@ -4,19 +4,7 @@ crbs=<CRB IP Address>
 drivername=<driver name igb_uio or vfio-pci or mlx5_core or uio_pci_generic>
 build_type=<meson>
 test_suites=
-    unit_tests_cmdline,
-    unit_tests_eal,
-    unit_tests_dump,
-    unit_tests_kni,
-    unit_tests_lpm,
-    unit_tests_mbuf,
-    unit_tests_mempool,
-    unit_tests_power,
-    unit_tests_pmd_perf,
-    unit_tests_qos,
-    unit_tests_ring,
-    unit_tests_ringpmd,
-    unit_tests_timer,
+    meson_tests:test_fasts,
     dynamic_config,
     jumboframes,
     scatter,
-- 
2.25.1


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

end of thread, other threads:[~2023-01-13  9:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-13  5:34 [dts][PATCH V1 0/2] remove unit_tests_* and replace with meson_tests and remove other invalid suites Yu Jiang
2023-01-13  5:34 ` [dts][PATCH V1 1/2] usr_guide and executions: remove unit_tests_* and replace with meson_tests Yu Jiang
2023-01-13  5:34 ` [dts][PATCH V1 2/2] test_plans/ABI_stable: remove unit_tests_* and replace with meson_tests and remove other invalid suites Yu Jiang
2023-01-13  8:04   ` lijuan.tu
  -- strict thread matches above, loose matches on Subject: below --
2023-01-13  9:38 [dts][PATCH V1 0/2] " Yu Jiang
2023-01-13  9:38 ` [dts][PATCH V1 1/2] usr_guide and executions: remove unit_tests_* and replace with meson_tests Yu Jiang
2023-01-13  5:27 Yu Jiang

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