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 87F48A04FD; Fri, 25 Mar 2022 06:47:29 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7D8BB40687; Fri, 25 Mar 2022 06:47:29 +0100 (CET) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id A59B04013F for ; Fri, 25 Mar 2022 06:47:27 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1648187247; x=1679723247; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=H9Vi/4yLPUQVKXvEfQ3X/5vRqgjJF4OJsNLGuWPEyJY=; b=GalfK91oeGbQJDXk6omomR/AVuu+iJVLc8Hkp/L93icG2BXvE5QD4ezh iPvLRyxFVqCCZGWAQaIAZoPOLqQV1B8h0YzcLEZA93R7eEyeEcB81bYJF uQzb9cey4Oeb+3FosiZgcJugJe1Kdcoo8cPvv6bTV9SUhg4tRET8k9amI 9oh5Awn4Gr3X2BQVszjAFez0kuQX9cBEHUumZP6OI4mgdz5BW+4CSQXtZ yLeBHls6P37gtLJeyxtlLDm4crmGmNE6KrTdWz4DTLhfXRp7/KKSIToQP MDuQZ8NQoypxqA0ZGbw+vgRnXphzQnaRxLMrVt51y4iBvKNUT5UU0DEq2 A==; X-IronPort-AV: E=McAfee;i="6200,9189,10296"; a="246036221" X-IronPort-AV: E=Sophos;i="5.90,209,1643702400"; d="scan'208";a="246036221" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Mar 2022 22:47:26 -0700 X-IronPort-AV: E=Sophos;i="5.90,209,1643702400"; d="scan'208";a="693568035" Received: from unknown (HELO localhost.localdomain) ([10.239.251.222]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Mar 2022 22:47:25 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V1 1/4] test_plans/index: add new test suite Date: Fri, 25 Mar 2022 13:47:21 +0800 Message-Id: <20220325054721.726179-1-weix.ling@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 Add new test suite. 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 a603b1af..b0f44b2f 100644 --- a/test_plans/index.rst +++ b/test_plans/index.rst @@ -233,6 +233,7 @@ The following are the test plans for the DPDK DTS automated test system. dpdk_gro_lib_test_plan dpdk_gso_lib_test_plan vswitch_sample_cbdma_test_plan + vswitch_pvp_multi_paths_performance_with_cbdma_test_plan vxlan_gpe_support_in_i40e_test_plan pvp_diff_qemu_version_test_plan pvp_share_lib_test_plan -- 2.25.1