From patchwork Thu Jan 5 10:40:56 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Jiale, SongX" X-Patchwork-Id: 121595 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 054B6A00C2; Thu, 5 Jan 2023 03:43:21 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0177F4067C; Thu, 5 Jan 2023 03:43:21 +0100 (CET) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id 2BC6F40041 for ; Thu, 5 Jan 2023 03:43:18 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1672886599; x=1704422599; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=OO1bdg36YfGjPKLhqNtICj8VqMvhEiGkIa9cH1lYU/E=; b=UJEuOBrOWKAfP2PUIsaNRMTyRNTNIbFOuqZ8nT1gTx21Wzawo7mB7W9r ET+ZOwNRpexFxz16Y0xGrfTZU9ZHnIxkP7JbvZZOdwHAaSYWa74h1YBH1 43rAocd/YINiy5z6Xu0Fmy+CfOIO15Ygp3vyteG9fNwt+Jk0si/6fg5+G l7OJm1qGiTf7D757u6tm5ryh9iKtuytu665ZLbTu/Vl63MiMyHpbXyhs5 X99t4k4Tz5ilItVaczB3smKVOfsA6Dw4xjJWF41DKbYqLGQjk6IojriSJ abkfpi/cFforQcUfqtl3+sFF07cS7Jv2c4Nj8Zf9gpntq2CdjkEo3OwQZ w==; X-IronPort-AV: E=McAfee;i="6500,9779,10580"; a="408351336" X-IronPort-AV: E=Sophos;i="5.96,301,1665471600"; d="scan'208";a="408351336" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Jan 2023 18:43:18 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10580"; a="718660558" X-IronPort-AV: E=Sophos;i="5.96,301,1665471600"; d="scan'208";a="718660558" Received: from unknown (HELO localhost.localdomain) ([10.239.252.20]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Jan 2023 18:43:17 -0800 From: Song Jiale To: dts@dpdk.org Cc: Song Jiale Subject: [dts] [PATCH V1 7/7] test_plans/index: add 3 suite Date: Thu, 5 Jan 2023 10:40:56 +0000 Message-Id: <20230105104056.234069-8-songx.jiale@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230105104056.234069-1-songx.jiale@intel.com> References: <20230105104056.234069-1-songx.jiale@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 add 3 suite. 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