[dts] [PATCH V1 1/7] tests/ipgre: change parse_tunnel to parse-tunnel

wenjieli wenjiex.a.li at intel.com
Wed Oct 17 04:37:49 CEST 2018


In dpdk commit 5b48cd159536b70a943ae8246c2f717183818b19:
    app/testpmd: fix csum parse-tunnel command invocation
    Based on the documentation and help print, the sub command
    for csum suppose to be "parse-tunnel" instead of "parse_tunnel"
    in app/test-pmd/cmdline.c.
Update tests/ipgre to fit this changement.

Signed-off-by: wenjieli <wenjiex.a.li at intel.com>
---
 tests/TestSuite_ipgre.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_ipgre.py b/tests/TestSuite_ipgre.py
index 2dccb9c..564ffb6 100644
--- a/tests/TestSuite_ipgre.py
+++ b/tests/TestSuite_ipgre.py
@@ -318,7 +318,7 @@ class TestIpgre(TestCase):
         self.dut.send_expect("csum set sctp hw 0", "testpmd>")
         self.dut.send_expect("csum set outer-ip hw 0", "testpmd>")
         self.dut.send_expect("csum set tcp hw 0", "testpmd>")
-        self.dut.send_expect("csum parse_tunnel on 0", "testpmd>")
+        self.dut.send_expect("csum parse-tunnel on 0", "testpmd>")
         self.dut.send_expect("port start all", "testpmd>")
         self.dut.send_expect("start", "testpmd>")
 
-- 
2.17.2



More information about the dts mailing list