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

qifu qi.fu at intel.com
Fri Apr 16 15:58:02 CEST 2021


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 at intel.com>
---
 test_plans/cvl_ecpri_test_plan.rst | 9 ---------
 1 file changed, 9 deletions(-)

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
 ===============================
-- 
2.25.1



More information about the dts mailing list