[dts] [PATCH V1 02/14] test_plans/cvl_fdir: fix build warnings and errors

Haiyang Zhao haiyangx.zhao at intel.com
Tue Jun 23 04:21:29 CEST 2020


Signed-off-by: Haiyang Zhao <haiyangx.zhao at intel.com>
---
 test_plans/cvl_fdir_test_plan.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test_plans/cvl_fdir_test_plan.rst b/test_plans/cvl_fdir_test_plan.rst
index 254bb53..63ad6f2 100644
--- a/test_plans/cvl_fdir_test_plan.rst
+++ b/test_plans/cvl_fdir_test_plan.rst
@@ -2469,7 +2469,7 @@ Subcase 1: port stop/port start/port reset
 
 10. list the rule and send matched packet::
 
-    sendp([Ether(dst="00:11:22:33:44:55")/IP(src="192.168.0.22",dst="192.168.0.23") / Raw('x' * 80)],iface="enp175s0f0")
+     sendp([Ether(dst="00:11:22:33:44:55")/IP(src="192.168.0.22",dst="192.168.0.23") / Raw('x' * 80)],iface="enp175s0f0")
 
    check the packet are redirected to queue 2 with FDIR matched ID=0x1
 
-- 
1.8.3.1



More information about the dts mailing list