From patchwork Wed Sep 7 03:05:05 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "He, Xingguang" X-Patchwork-Id: 115994 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 57FEAA0542; Wed, 7 Sep 2022 05:05:17 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5259A400D6; Wed, 7 Sep 2022 05:05:17 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id 25D1740042 for ; Wed, 7 Sep 2022 05:05:14 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1662519915; x=1694055915; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=1cU0cwej7SQBjsye2IxGVtl1eEBSXcgp/t/qn6PC/Ag=; b=BB9CNuxB1aRnFclqAjzfby4C29Ce856Le0A+iE7zxD6O7Xqjh/XYMAwy J1l3MfceZ56DFVUMzqQtcNlHYiRFXRuyjo+s2Qx9M+RvuXtvfYzR71Heh GADjnw7ot9lOHq3/F85uavf/0wVt50OZEAVvQKKKN7pplPDbVAbEhOOeL OYaHBJpaOUPDU8va/izSQqeT0cVFdenw1vG4DxnYZU7JL6x6R5UEKLjJH KBk0vKYK163vDo2l75dxvF43WU7yw/p2nq5tTJseV+4NsurYauK7c1pq7 k2hUnyOXk9f7Be52yicKsNW0rPhaKnf+IiFeRl8pCf6xkLVy1wRkaxfNf w==; X-IronPort-AV: E=McAfee;i="6500,9779,10462"; a="277158386" X-IronPort-AV: E=Sophos;i="5.93,295,1654585200"; d="scan'208";a="277158386" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Sep 2022 20:05:14 -0700 X-IronPort-AV: E=Sophos;i="5.93,295,1654585200"; d="scan'208";a="591514973" Received: from dpdk-xingguang-icelake.sh.intel.com ([10.67.119.147]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Sep 2022 20:05:13 -0700 From: Xingguang He To: dts@dpdk.org Cc: Xingguang He Subject: [dts][PATCH V2 1/3] test_plans/index: modify the test plan name from vm2vm_virtio_net_dsa to vm2vm_virtio_net_perf_dsa Date: Wed, 7 Sep 2022 03:05:05 +0000 Message-Id: <20220907030507.1186225-2-xingguang.he@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220907030507.1186225-1-xingguang.he@intel.com> References: <20220907030507.1186225-1-xingguang.he@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 Modify the test plan name from vm2vm_virtio_net_dsa to vm2vm_virtio_net_perf_dsa. Signed-off-by: Xingguang He --- test_plans/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_plans/index.rst b/test_plans/index.rst index 2d797b6d..43c0fd29 100644 --- a/test_plans/index.rst +++ b/test_plans/index.rst @@ -208,7 +208,7 @@ The following are the test plans for the DPDK DTS automated test system. virtio_smoke_test_plan vm2vm_virtio_net_perf_test_plan vm2vm_virtio_net_perf_cbdma_test_plan - vm2vm_virtio_net_dsa_test_plan + vm2vm_virtio_net_perf_dsa_test_plan vm2vm_virtio_pmd_test_plan vm2vm_virtio_pmd_cbdma_test_plan dpdk_gro_lib_test_plan