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  9:38 Yu Jiang
  2023-01-13  9:38 ` [dts][PATCH V1] tests/pf_smoke: modify script when TG with Trex and SUT are the same server Yu Jiang
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ 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 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] 8+ messages in thread
* [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
  0 siblings, 1 reply; 8+ 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] 8+ 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; 8+ 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] 8+ messages in thread

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

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-13  9:38 [dts][PATCH V1 0/2] remove unit_tests_* and replace with meson_tests and remove other invalid suites Yu Jiang
2023-01-13  9:38 ` [dts][PATCH V1] tests/pf_smoke: modify script when TG with Trex and SUT are the same server Yu Jiang
2023-01-13  9:38 ` [dts][PATCH V1] tests/vf_l2fwd: rebind interfaces to vfio-pci to avoid impacting pf suite Yu Jiang
2023-01-13  9:41   ` Yuan, DukaiX
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  9:38 ` [dts][PATCH V1 2/2] test_plans/ABI_stable: remove unit_tests_* and replace with meson_tests and remove other invalid suites Yu Jiang
  -- strict thread matches above, loose matches on Subject: below --
2023-01-13  5:34 [dts][PATCH V1 0/2] " 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: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).