[dts] [PATCH V1 04/14] test_plans/generic_flow_api: fix build warnings and errors

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


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

diff --git a/test_plans/generic_flow_api_test_plan.rst b/test_plans/generic_flow_api_test_plan.rst
index 6e9691a..8bd82b3 100644
--- a/test_plans/generic_flow_api_test_plan.rst
+++ b/test_plans/generic_flow_api_test_plan.rst
@@ -1920,6 +1920,7 @@ Test case: Fortville fdir for l2 mac
         creat rule::
             testpmd> flow create 0 ingress pattern eth src is 99:99:99:99:99:99 / ipv4 / end actions mark id 1 / rss / end
             testpmd> flow create 0 ingress pattern eth src is 99:99:99:99:99:99 dst is 11:11:11:11:11:11 / ipv4 / end actions mark id 1 / rss / end
+
         Verify second rule can not be created.
 
         flush rules::
@@ -1928,4 +1929,5 @@ Test case: Fortville fdir for l2 mac
         creat rule::
             testpmd> flow create 0 ingress pattern eth src is 99:99:99:99:99:99 dst is 11:11:11:11:11:11 / ipv4 / end actions mark id 1 / rss / end
             testpmd> flow create 0 ingress pattern eth dst is 11:11:11:11:11:11 / ipv4 / end actions mark id 3 / rss / end
+
         Verify second rule can not be created.
-- 
1.8.3.1



More information about the dts mailing list