[V1] test_plans/cvl_ecpri: update negative eCPRI port config cmd

Message ID 20210416135802.183132-1-qi.fu@intel.com (mailing list archive)
State Accepted
Headers
Series [V1] test_plans/cvl_ecpri: update negative eCPRI port config cmd |

Commit Message

Fu, Qi April 16, 2021, 1:58 p.m. UTC
  the ecpri port config can support udp port form 0 to 0xffff,
so delete related cmds in negative case.

Signed-off-by: qifu <qi.fu@intel.com>
---
 test_plans/cvl_ecpri_test_plan.rst | 9 ---------
 1 file changed, 9 deletions(-)
  

Comments

Tu, Lijuan May 7, 2021, 7:06 a.m. UTC | #1
> the ecpri port config can support udp port form 0 to 0xffff, so delete related
> cmds in negative case.
> 
> Signed-off-by: qifu <qi.fu@intel.com>

Applied
  

Patch

diff --git a/test_plans/cvl_ecpri_test_plan.rst b/test_plans/cvl_ecpri_test_plan.rst
index 9665a040..101562cd 100644
--- a/test_plans/cvl_ecpri_test_plan.rst
+++ b/test_plans/cvl_ecpri_test_plan.rst
@@ -380,18 +380,9 @@  Test case 04: negative eCPRI port config in DCF
     testpmd> port config a udp_tunnel_port add ecpri 0x5123
     Bad arguments
 
-    testpmd> port config 0 udp_tunnel_port add ecpri 0
-    udp tunneling port add error: (Permission denied)
-
-    testpmd> port config 0 udp_tunnel_port rm ecpri 0
-    udp tunneling port add error: (Operation not permitted)
-
     testpmd> port config 0 udp_tunnel_port add ecpri ffff
     Bad arguments
 
-    testpmd> port config 0 udp_tunnel_port add ecpri 0xffff
-    udp tunneling port add error: (Permission denied)
-
 
 Test case 05: rss for udp ecpri
 ===============================