From patchwork Fri Aug 6 18:50:02 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Sun, QinX" X-Patchwork-Id: 96702 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 AFCB7A0C46; Fri, 6 Aug 2021 12:19:59 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A749B412A3; Fri, 6 Aug 2021 12:19:59 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id 44FC74014D for ; Fri, 6 Aug 2021 12:19:58 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10067"; a="299934020" X-IronPort-AV: E=Sophos;i="5.84,300,1620716400"; d="scan'208";a="299934020" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Aug 2021 03:19:57 -0700 X-IronPort-AV: E=Sophos;i="5.84,300,1620716400"; d="scan'208";a="481425577" Received: from unknown (HELO localhost.localdomain) ([10.240.183.105]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Aug 2021 03:19:56 -0700 From: Qin Sun To: dts@dpdk.org Cc: Qin Sun Date: Fri, 6 Aug 2021 18:50:02 +0000 Message-Id: <20210806185002.25515-1-qinx.sun@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dts] [PATCH V1] tests/cvl_ecpri: modify the case name of the suite to be the same as the test plan 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 Sender: "dts" according to the test plan, modify the case name of the test suite to keep both sides consistent Signed-off-by: Qin Sun Tested-by: Qin Sun --- tests/TestSuite_cvl_ecpri.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestSuite_cvl_ecpri.py b/tests/TestSuite_cvl_ecpri.py index 357e7fa9..b7cc6121 100644 --- a/tests/TestSuite_cvl_ecpri.py +++ b/tests/TestSuite_cvl_ecpri.py @@ -248,7 +248,7 @@ class TestCVLEcpri(TestCase): self.send_and_verify(Mac_list[1], self.right_ecpri, if_match=False) - def test_add_and_delete_eCPRI_port_config_in_DCF(self): + def test_eCPRI_port_config_when_DCF_exit_reset(self): self.pmd_output.execute_cmd("port config 0 udp_tunnel_port add ecpri {}".format(self.right_ecpri)) self.pmd_output.execute_cmd("quit", expected="#") self.launch_testpmd()