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 7E283A00C4; Fri, 6 Jan 2023 02:34:35 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7A93642D24; Fri, 6 Jan 2023 02:34:35 +0100 (CET) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id E9B8E4021F for ; Fri, 6 Jan 2023 02:34:33 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1672968874; x=1704504874; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=IBk1d/WCRX0Igf0SvTyKxrFo+7KoUowClNpE3XOZSZo=; b=Gbj5+3IiwawRnVFTZQF5ZUau/OcauimlPlwim488i0AQPoQCyOoO5I0n Z9yb+NIWux15V0AkUnwHDNcasYQeFwtDi2qRoDOBiT/xwNtwrbVnB015f VB62KCV2mJ3GdY7FattLbU70favd37Rx6PQucAmWuOpPXjLW2Ki4Ugx15 8mmVyULIqpUd8Srh0VCPCoP2vkAQ/n9/H68wjdCBUmvBtDPBQBHoXkfHn NabVD1s3Cyg8sUjw804Tj12i4NL44hx7lZVE3Zu7qhVjuF79DlsnPhzok OnzdTBGGQXi6kFBYr4duO6Lcq/qAsNQzfoGNRN4SZPPaFUXHDmGfAoDCs A==; X-IronPort-AV: E=McAfee;i="6500,9779,10581"; a="324391142" X-IronPort-AV: E=Sophos;i="5.96,303,1665471600"; d="scan'208";a="324391142" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Jan 2023 17:34:33 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10581"; a="829755027" X-IronPort-AV: E=Sophos;i="5.96,303,1665471600"; d="scan'208";a="829755027" Received: from unknown (HELO localhost.localdomain) ([10.239.252.20]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Jan 2023 17:34:32 -0800 From: Song Jiale To: dts@dpdk.org Cc: Song Jiale Subject: [dts] [PATCH V2 7/7] test_plans/index: add 3 suite Date: Fri, 6 Jan 2023 09:32:09 +0000 Message-Id: <20230106093209.317472-8-songx.jiale@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230106093209.317472-1-songx.jiale@intel.com> References: <20230106093209.317472-1-songx.jiale@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 3 suite to test vf bonding. Signed-off-by: Song Jiale --- test_plans/index.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test_plans/index.rst b/test_plans/index.rst index f56f99a8..43e9d0cb 100644 --- a/test_plans/index.rst +++ b/test_plans/index.rst @@ -122,6 +122,9 @@ The following are the test plans for the DPDK DTS automated test system. pmd_bonded_8023ad_test_plan pmd_bonded_test_plan pmd_stacked_bonded_test_plan + vf_pmd_bonded_test_plan + vf_pmd_bonded_8023ad_test_plan + vf_pmd_stacked_bonded_test_plan pmd_test_plan pmdpcap_test_plan pmdrss_hash_test_plan -- 2.25.1