test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1 1/7] tests/ipgre: change parse_tunnel to parse-tunnel
@ 2018-10-17  2:37 wenjieli
  2018-10-17  2:37 ` [dts] [PATCH V1 2/7] test_plans/ipgre: " wenjieli
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: wenjieli @ 2018-10-17  2:37 UTC (permalink / raw)
  To: dts; +Cc: wenjieli

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@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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2018-10-17  7:30 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-17  2:37 [dts] [PATCH V1 1/7] tests/ipgre: change parse_tunnel to parse-tunnel wenjieli
2018-10-17  2:37 ` [dts] [PATCH V1 2/7] test_plans/ipgre: " wenjieli
2018-10-17  2:37 ` [dts] [PATCH V1 3/7] tests/nvgre: " wenjieli
2018-10-17  2:37 ` [dts] [PATCH V1 4/7] test_plans/nvgre: " wenjieli
2018-10-17  2:37 ` [dts] [PATCH V1 5/7] tests/vxlan: " wenjieli
2018-10-17  2:37 ` [dts] [PATCH V1 6/7] test_plans/vxlan: " wenjieli
2018-10-17  2:37 ` [dts] [PATCH V1 7/7] tests/tso: " wenjieli
2018-10-17 15:58 ` [dts] [PATCH V1 1/7] tests/ipgre: " Lijuan Tu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).