test suite reviews and discussions
 help / color / mirror / Atom feed
From: "Liu, Yong" <yong.liu@intel.com>
To: "Xu, HuilongX" <huilongx.xu@intel.com>, "dts@dpdk.org" <dts@dpdk.org>
Subject: Re: [dts] fix failed case rss hash key size and set_promiscuousmode
Date: Mon, 20 Jul 2015 04:06:26 +0000	[thread overview]
Message-ID: <86228AFD5BCD8E4EBFD2B90117B5E81E10E64FCA@SHSMSX103.ccr.corp.intel.com> (raw)
In-Reply-To: <1437361578-3574-1-git-send-email-huilongx.xu@intel.com>

Applied in 1.1 branch. Thanks.

> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of huilong,xu
> Sent: Monday, July 20, 2015 11:06 AM
> To: dts@dpdk.org
> Subject: [dts] fix failed case rss hash key size and set_promiscuousmode
> 
> From: huilong xu <huilongx.xu@intel.com>
> 
> 
> Signed-off-by: huilong xu <huilongx.xu@intel.com>
> ---
>  tests/TestSuite_pmdrssreta.py   |    2 +-
>  tests/TestSuite_shutdown_api.py |    2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/tests/TestSuite_pmdrssreta.py b/tests/TestSuite_pmdrssreta.py
> index 9f9ba17..df9c16c 100644
> --- a/tests/TestSuite_pmdrssreta.py
> +++ b/tests/TestSuite_pmdrssreta.py
> @@ -245,7 +245,7 @@ class TestPmdrssreta(TestCase):
>          if m is not None:
>              size = m.group(1)
>              print dts.GREEN("******************")
> -            print dts.GREEN("NIC %s hash size %d and expected %d" %
> (self.nic, size, nic_rss_key_size[self.nic]))
> +            print dts.GREEN("NIC %s hash size %d and expected %d" %
> (self.nic, int(size), nic_rss_key_size[self.nic]))
>              if (nic_rss_key_size[self.nic] == int(size)):
>                  self.verify(True, "pass")
>              else:
> diff --git a/tests/TestSuite_shutdown_api.py
> b/tests/TestSuite_shutdown_api.py
> index ce9b8c0..482091a 100644
> --- a/tests/TestSuite_shutdown_api.py
> +++ b/tests/TestSuite_shutdown_api.py
> @@ -214,7 +214,7 @@ class TestShutdownApi(TestCase):
>          """
>          Promiscuous mode.
>          """
> -        self.pmdout.start_testpmd("Default", "--portmask=%s" %
> dts.create_mask([self.ports[0], self.ports[1]]), self.ports_socket)
> +        self.pmdout.start_testpmd("Default", "--portmask=%s" %
> dts.create_mask([self.ports[0], self.ports[1]]), socket =
> self.ports_socket)
> 
>          self.dut.send_expect("port stop all", "testpmd> ", 100)
>          self.dut.send_expect("set promisc all off", "testpmd> ")
> --
> 1.7.4.4

      reply	other threads:[~2015-07-20  4:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-20  3:06 huilong,xu
2015-07-20  4:06 ` Liu, Yong [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=86228AFD5BCD8E4EBFD2B90117B5E81E10E64FCA@SHSMSX103.ccr.corp.intel.com \
    --to=yong.liu@intel.com \
    --cc=dts@dpdk.org \
    --cc=huilongx.xu@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).