[V1,1/2] usr_guide and executions: remove unit_tests_* and replace with meson_tests

Message ID 20230113052737.595862-1-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
  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(-)
  

Patch

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,