From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 1E4D3423C1; Fri, 13 Jan 2023 10:38:59 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id EA75A42D87; Fri, 13 Jan 2023 10:38:58 +0100 (CET) Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id 7E376410EF for ; Fri, 13 Jan 2023 10:38:57 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1673602737; x=1705138737; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=6EP7FYUhDMtX0EMl1v5IuE0D+FUiw7AYcll9m9/Zq7s=; b=kzz4a0VBVSrdAj4K+cSPCYIIQLRkGbcDKgipMH5zMkbhBB5d0iiX0CYS eMWUTkkvdzjqyRiUnnzsq9LV6CCbU/Q6pU9pEGgBrsm63+FF5CDTBiZnp SSW8kZ6zeBf5Fam9TJ+9XOW6OWeqy3EmoZ2qQz6sZfpJthXTlF8sp9D7d YHTXOlEOqwJ1TsAZV8cPqZeB/4cebQ+JabS05YYaoa0i1pI076zprQD1z bkYA4QRTWmGTFUe/jL3yUwCcqAdar5QKrCXfylFP2tl0sbJ413npumf+8 br86W/Z+WYn0jqLfF05qInVBtkckkldfksfB7EyjTnBD7Kb41v0xhsDcu w==; X-IronPort-AV: E=McAfee;i="6500,9779,10588"; a="386302484" X-IronPort-AV: E=Sophos;i="5.97,213,1669104000"; d="scan'208";a="386302484" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Jan 2023 01:38:56 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10588"; a="832021410" X-IronPort-AV: E=Sophos;i="5.97,213,1669104000"; d="scan'208";a="832021410" Received: from unknown (HELO localhost.localdomain) ([10.239.252.196]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Jan 2023 01:38:55 -0800 From: Yu Jiang To: lijuan.tu@intel.com, dts@dpdk.org Cc: Yu Jiang Subject: [dts][PATCH V1 0/2] remove unit_tests_* and replace with meson_tests and remove other invalid suites Date: Fri, 13 Jan 2023 17:38:50 +0800 Message-Id: <20230113093854.634776-1-yux.jiang@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org 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