[V1] tests/cvl_ecpri: modify the case name of the suite to be the same as the test plan

Message ID 20210806185002.25515-1-qinx.sun@intel.com (mailing list archive)
State Superseded
Headers
Series [V1] tests/cvl_ecpri: modify the case name of the suite to be the same as the test plan |

Commit Message

Sun, QinX Aug. 6, 2021, 6:50 p.m. UTC
  according to the test plan, modify the case name of the test suite to keep both sides consistent
 
Signed-off-by: Qin Sun <qinx.sun@intel.com>
---
 tests/TestSuite_cvl_ecpri.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Sun, QinX Aug. 10, 2021, 6:50 a.m. UTC | #1
> -----Original Message-----
> From: Sun, QinX <qinx.sun@intel.com>
> Sent: Saturday, August 7, 2021 2:50 AM
> To: dts@dpdk.org
> Cc: Sun, QinX <qinx.sun@intel.com>
> Subject: [dts] [PATCH V1] tests/cvl_ecpri: modify the case name of the suite to be the same as the test plan

Tested-by: Qin Sun <qinx.sun@intel.com>
  

Patch

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()