test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] tests/cvl_ecpri: modify the case name of the suite to be the same as the test plan
@ 2021-08-06 18:50 Qin Sun
  2021-08-10  6:50 ` Sun, QinX
  0 siblings, 1 reply; 2+ messages in thread
From: Qin Sun @ 2021-08-06 18:50 UTC (permalink / raw)
  To: dts; +Cc: Qin Sun

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

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-08-10  6:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-06 18:50 [dts] [PATCH V1] tests/cvl_ecpri: modify the case name of the suite to be the same as the test plan Qin Sun
2021-08-10  6:50 ` Sun, QinX

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).