test suite reviews and discussions
 help / color / mirror / Atom feed
From: Lijuan Tu <lijuan.tu@intel.com>
To: wenjieli <wenjiex.a.li@intel.com>, dts@dpdk.org
Subject: Re: [dts] [PATCH V1 1/7] tests/ipgre: change parse_tunnel to parse-tunnel
Date: Wed, 17 Oct 2018 23:58:01 +0800	[thread overview]
Message-ID: <0e2d3ab6-21a5-ce83-9b5e-3527247e407b@intel.com> (raw)
In-Reply-To: <1539743875-9486-1-git-send-email-wenjiex.a.li@intel.com>

Applied, thanks


On 2018年10月17日 10:37, wenjieli wrote:
> 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>")
>   

      parent reply	other threads:[~2018-10-17  7:30 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-17  2:37 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 ` Lijuan Tu [this message]

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=0e2d3ab6-21a5-ce83-9b5e-3527247e407b@intel.com \
    --to=lijuan.tu@intel.com \
    --cc=dts@dpdk.org \
    --cc=wenjiex.a.li@intel.com \
    /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).