From patchwork Tue Sep 6 11:15:12 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "He, Xingguang" X-Patchwork-Id: 115966 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 20777A0542; Tue, 6 Sep 2022 13:15:29 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1865D40695; Tue, 6 Sep 2022 13:15:29 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id B8B4B400D6 for ; Tue, 6 Sep 2022 13:15:27 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1662462927; x=1693998927; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=oop3sl/K6zdw6RPif/eldPnsaTHG+h4CPw9v7Cog3BQ=; b=nxOt1TJfmgVraOCPMEXyzEO3zcyLX/Ws+YoqUWIbTNj5elg3KzA2skBp DmyABL2o2uY/tsi0OponJKx16ycj4ElqWNa6ygOQCetZbTpF3AeKXR84a nMHS70uQvuxFbPT7u4TqsG2yonqpEAMj39qtv7eLQuBSKHjABhgURFONT zp21vnVWCZ62ZFITZzL+VCVWPGFtdFHB7AFIwNWDWqQgNUpoPq0BvUNQW TbkJy+Zd16uPXGuU5gDouOYb4cew8L2HxgOnPIJMDOVQgoyEqvzAERcha Yb7KvTS4K2ySfPu8gMoNT7VsYZWV1KodCzCv+2VA9y9e1r3gUyWBLk9cW A==; X-IronPort-AV: E=McAfee;i="6500,9779,10461"; a="276305215" X-IronPort-AV: E=Sophos;i="5.93,294,1654585200"; d="scan'208";a="276305215" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Sep 2022 04:15:27 -0700 X-IronPort-AV: E=Sophos;i="5.93,294,1654585200"; d="scan'208";a="591228145" 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 04:15:25 -0700 From: Xingguang He To: dts@dpdk.org Cc: Xingguang He Subject: [dts][PATCH V1 1/3] test_plans/index: modify the test plan name from vm2vm_virtio_net_dsa to vm2vm_virtio_net_perf_dsa Date: Tue, 6 Sep 2022 11:15:12 +0000 Message-Id: <20220906111514.1135620-2-xingguang.he@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220906111514.1135620-1-xingguang.he@intel.com> References: <20220906111514.1135620-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..cced285e 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_perfdsa_test_plan vm2vm_virtio_pmd_test_plan vm2vm_virtio_pmd_cbdma_test_plan dpdk_gro_lib_test_plan