[V1,01/17] test_plans/cloud_filter_with_l4_port_test_plan: fix build warnings and errors

Message ID 1600169086-340540-2-git-send-email-haiyangx.zhao@intel.com (mailing list archive)
State Accepted
Headers
Series test_plans:fix build warnings and errors |

Commit Message

Zhao, HaiyangX Sept. 15, 2020, 11:24 a.m. UTC
  *.fix build warnings and errors

Signed-off-by: Haiyang Zhao <haiyangx.zhao@intel.com>
---
 test_plans/cloud_filter_with_l4_port_test_plan.rst | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
  

Patch

diff --git a/test_plans/cloud_filter_with_l4_port_test_plan.rst b/test_plans/cloud_filter_with_l4_port_test_plan.rst
index c45bf80..da39c9a 100644
--- a/test_plans/cloud_filter_with_l4_port_test_plan.rst
+++ b/test_plans/cloud_filter_with_l4_port_test_plan.rst
@@ -191,7 +191,7 @@  Test Case 4: ipv4-tcp_dport only
         packets should be in queue 0.
 
 Test Case 5: ipv4-sctp_sport only
-================================
+=================================
 
     1. validate a source port rule::
         testpmd> flow validate 0 ingress pattern eth / ipv4 / sctp src is 156 / end actions pf / queue index 1 / end
@@ -225,7 +225,7 @@  Test Case 5: ipv4-sctp_sport only
         packets should be in queue 0.
 
 Test Case 6: ipv4-sctp_dport only
-================================
+=================================
 
     1. validate a destination port rule::
         testpmd> flow validate 0 ingress pattern eth / ipv4 / sctp dst is 156 / end actions pf / queue index 1 / end
@@ -360,7 +360,7 @@  Test Case 9: ipv6-tcp_sport only
         packets should be in queue 0.
 
 Test Case 10: ipv6-tcp_dport only
-================================
+=================================
 
     1. validate a destination port rule::
         testpmd> flow validate 0 ingress pattern eth / ipv6 / tcp dst is 156 / end actions pf / queue index 1 / end
@@ -394,7 +394,7 @@  Test Case 10: ipv6-tcp_dport only
         packets should be in queue 0.
 
 Test Case 11: ipv6-sctp_sport only
-================================
+==================================
 
     1. validate a source port rule::
         testpmd> flow validate 0 ingress pattern eth / ipv6 / sctp src is 156 / end actions pf / queue index 1 / end
@@ -428,7 +428,7 @@  Test Case 11: ipv6-sctp_sport only
         packets should be in queue 0.
 
 Test Case 12: ipv6-sctp_dport only
-================================
+==================================
 
     1. validate a destination port rule::
         testpmd> flow validate 0 ingress pattern eth / ipv6 / sctp dst is 156 / end actions pf / queue index 1 / end