[V1,12/17] test_plans/linux_modules_test_plan: fix build warnings and errors

Message ID 1600169086-340540-13-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/linux_modules_test_plan.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Patch

diff --git a/test_plans/linux_modules_test_plan.rst b/test_plans/linux_modules_test_plan.rst
index c7bb2d0..3f286ab 100644
--- a/test_plans/linux_modules_test_plan.rst
+++ b/test_plans/linux_modules_test_plan.rst
@@ -95,7 +95,7 @@  Send some packets to the dut and check that they are properly sent back into
 the packet capture on the tester.
 
 Test Case: TX RX Userspace
-====================
+==========================
 This test case runs as the unprivileged user and is designed to check the
 basic functioning of the module. It checks whether packets can be sent
 and received when running dpdk applications as a normal user. # means
@@ -137,7 +137,7 @@  Send some packets to the dut and check that they are properly sent back into
 the packet capture on the tester.
 
 Test Case: Hello World
-====================
+======================
 This is a more basic test of functionality as a normal user than the
 TX RX Userspace case. It simply involves running a short, hello-world-like
 program on each core before shutting down. # means that a command is run