From patchwork Fri May 20 10:27:32 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Weiyuan Li X-Patchwork-Id: 111538 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 1B5F3A0506; Fri, 20 May 2022 12:27:59 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0E11C42BA4; Fri, 20 May 2022 12:27:59 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id 37F0C40222 for ; Fri, 20 May 2022 12:27:57 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1653042477; x=1684578477; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=YzzNjQpQi6MW/SVjDSljvVitO3hHAjo7M81nrjDmsl4=; b=nIs3X1re1kKRKW4cEF3pN0Ai8+l4UOrxqr2FDdepA2VPBh7Ghb+ExamE Fnw1PnB2HE29/EooLgVo7ikv9FA1NxzbhG2Q3FtfV3nK/eb2dZDsI6a/6 ++WtAK6C6fpneTno6hLphj4NGM6+RUZ06u15+snNQB5RztzYyjTHHAUNB GOqJifP2luAdrkTvy+bZFoXk/AjWtdqcq43zd2nYkvxcgswnFljWX7O8F o6aQBZov5YkU1BVqacrjnl9gBUrHb76oKUr5E41HcRSmvcwz+4rhaQqzN zSGJpTTiMJo46YUUDREuUcqpHcxA5dAiEGSznwx7EzSAGsing70OpQ09P g==; X-IronPort-AV: E=McAfee;i="6400,9594,10352"; a="254621238" X-IronPort-AV: E=Sophos;i="5.91,238,1647327600"; d="scan'208";a="254621238" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 May 2022 03:27:56 -0700 X-IronPort-AV: E=Sophos;i="5.91,238,1647327600"; d="scan'208";a="899259417" Received: from shwdenpg560.ccr.corp.intel.com ([10.253.109.11]) by fmsmga005-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 May 2022 03:27:54 -0700 From: "Li, WeiyuanX" To: dts@dpdk.org, lijuan.tu@intel.com Cc: Weiyuan Li Subject: [dts][PATCH V1 3/3] test_plan/index: add new test plan for meson tests Date: Fri, 20 May 2022 18:27:32 +0800 Message-Id: <20220520102732.652-3-weiyuanx.li@intel.com> X-Mailer: git-send-email 2.34.1.windows.1 In-Reply-To: <20220520102732.652-1-weiyuanx.li@intel.com> References: <20220520102732.652-1-weiyuanx.li@intel.com> MIME-Version: 1.0 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 From: Weiyuan Li Add new test plan for meson tests. Signed-off-by: Weiyuan Li --- test_plans/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/test_plans/index.rst b/test_plans/index.rst index 6978a2ef..45a23e7e 100644 --- a/test_plans/index.rst +++ b/test_plans/index.rst @@ -281,6 +281,7 @@ The following are the test plans for the DPDK DTS automated test system. unit_tests_ringpmd_test_plan unit_tests_ring_test_plan unit_tests_timer_test_plan + meson_tests_test_plan cmdline_test_plan hello_world_test_plan