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

Qin Sun qinx.sun at intel.com
Fri Aug 6 20:50:02 CEST 2021


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 at intel.com>
---
 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()
-- 
2.17.1



More information about the dts mailing list