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 635DB4284E; Mon, 27 Mar 2023 08:15:13 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5EB2740ED8; Mon, 27 Mar 2023 08:15:13 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id DD9BB40ED5 for ; Mon, 27 Mar 2023 08:15:11 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1679897712; x=1711433712; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=kmeZ6qenVAt9vEPtpl1MUQmVA9v9gt9P9/M3dmrrs+o=; b=MBNYXKdbPyDbVQbELBnAFbkFyoCD4aKuC893km+83nQHvNuVwCCt2xhC coTS7b7ILGA+hAfIsLOH1PiV4qoWBv7bogAbh1Gp3/Bx/upfFgm0JWyao 7h7H4lsqJj+7FgNLxnM+ewY1lpYrNiJXXU/VgEcfqmKhoMSYlhw0eptjP tzmCt9CXUNzVrzIJwJgFQeMBGyxAZfzdX6A6GvPkGKcFGI6aKRqeCZ0oq 875R0A7lqhTIXRgEVvWCd/nWOTyYgTMHPeg+xLPsj/bmClctn7jIUlzbA gLfm9T6ieEqpwOm4rEXBw7GLk86At2XDMqo7bP4knAdmYDC2V+d/9MJY5 Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10661"; a="324072374" X-IronPort-AV: E=Sophos;i="5.98,293,1673942400"; d="scan'208";a="324072374" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Mar 2023 23:15:11 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10661"; a="794198240" X-IronPort-AV: E=Sophos;i="5.98,293,1673942400"; d="scan'208";a="794198240" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by fmsmga002-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Mar 2023 23:15:10 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V3 1/3] test_plans/index: add dsa_test_plan Date: Mon, 27 Mar 2023 14:12:16 +0800 Message-Id: <20230327061218.3203632-2-weix.ling@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230327061218.3203632-1-weix.ling@intel.com> References: <20230327061218.3203632-1-weix.ling@intel.com> 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 Add dsa_test_plan in test_plans/index.rst. Signed-off-by: Wei Ling --- test_plans/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/test_plans/index.rst b/test_plans/index.rst index 0770a935..9281c6b2 100644 --- a/test_plans/index.rst +++ b/test_plans/index.rst @@ -287,6 +287,7 @@ The following are the test plans for the DPDK DTS automated test system. flow_filtering_test_plan af_xdp_test_plan cbdma_test_plan + dsa_test_plan flexible_rxd_test_plan ipsec_gw_and_library_test_plan port_control_test_plan -- 2.25.1