test suite reviews and discussions
 help / color / mirror / Atom feed
From: wenjieli <wenjiex.a.li@intel.com>
To: dts@dpdk.org
Cc: wenjieli <wenjiex.a.li@intel.com>
Subject: [dts] [PATCH V1 5/7] tests/vxlan: change parse_tunnel to parse-tunnel
Date: Wed, 17 Oct 2018 10:37:53 +0800	[thread overview]
Message-ID: <1539743875-9486-5-git-send-email-wenjiex.a.li@intel.com> (raw)
In-Reply-To: <1539743875-9486-1-git-send-email-wenjiex.a.li@intel.com>

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/vxlan to fit this changement.

Signed-off-by: wenjieli <wenjiex.a.li@intel.com>
---
 tests/TestSuite_vxlan.py | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/tests/TestSuite_vxlan.py b/tests/TestSuite_vxlan.py
index ab9f691..d5a9d77 100644
--- a/tests/TestSuite_vxlan.py
+++ b/tests/TestSuite_vxlan.py
@@ -664,7 +664,7 @@ class TestVxlan(TestCase, IxiaPacketGenerator):
         self.csum_set_type('tcp', self.recv_port)
         self.csum_set_type('sctp', self.recv_port)
         self.dut.send_expect("port start all", "testpmd>")
-        self.dut.send_expect("csum parse_tunnel on %d" %
+        self.dut.send_expect("csum parse-tunnel on %d" %
                              self.recv_port, "testpmd>", 10)
 
         self.enable_vxlan(self.dut_port)
@@ -736,7 +736,7 @@ class TestVxlan(TestCase, IxiaPacketGenerator):
         self.csum_set_type('udp', self.recv_port)
         self.csum_set_type('tcp', self.recv_port)
         self.csum_set_type('sctp', self.recv_port)
-        self.dut.send_expect("csum parse_tunnel on %d" %
+        self.dut.send_expect("csum parse-tunnel on %d" %
                              self.recv_port, "testpmd>", 10)
 
         self.enable_vxlan(self.dut_port)
@@ -1089,9 +1089,9 @@ class TestVxlan(TestCase, IxiaPacketGenerator):
 
             self.dut.send_expect(pmd_cmd, "testpmd> ", 100)
             self.dut.send_expect("set fwd csum", "testpmd>", 10)
-            self.dut.send_expect("csum parse_tunnel on %d" %
+            self.dut.send_expect("csum parse-tunnel on %d" %
                                  self.dut_port, "testpmd>", 10)
-            self.dut.send_expect("csum parse_tunnel on %d" %
+            self.dut.send_expect("csum parse-tunnel on %d" %
                                  self.recv_port, "testpmd>", 10)
             self.enable_vxlan(self.dut_port)
             self.enable_vxlan(self.recv_port)
-- 
2.17.2

  parent reply	other threads:[~2018-10-17  2:35 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-17  2:37 [dts] [PATCH V1 1/7] tests/ipgre: " 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 ` wenjieli [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1539743875-9486-5-git-send-email-wenjiex.a.li@intel.com \
    --to=wenjiex.a.li@intel.com \
    --cc=dts@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).