From: "Liu, Yong" <yong.liu@intel.com>
To: "Xu, HuilongX" <huilongx.xu@intel.com>, "dts@dpdk.org" <dts@dpdk.org>
Subject: Re: [dts] fix case bl_oneportblacklisted timeout issue
Date: Mon, 29 Jun 2015 03:30:42 +0000 [thread overview]
Message-ID: <86228AFD5BCD8E4EBFD2B90117B5E81E10E54464@SHSMSX103.ccr.corp.intel.com> (raw)
In-Reply-To: <1435200833-25826-1-git-send-email-huilongx.xu@intel.com>
Applied into 1.1 branch. Thanks.
> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of huilong,xu
> Sent: Thursday, June 25, 2015 10:54 AM
> To: dts@dpdk.org
> Subject: [dts] fix case bl_oneportblacklisted timeout issue
>
> From: huilong xu <huilongx.xu@intel.com>
>
> when used pmdout start testpmd it will add "-- -i" parameter, so need
> delet -- -i in case
>
> Signed-off-by: huilong xu <huilongx.xu@intel.com>
> ---
> tests/TestSuite_blacklist.py | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/tests/TestSuite_blacklist.py b/tests/TestSuite_blacklist.py
> index 04425ba..ba39b36 100644
> --- a/tests/TestSuite_blacklist.py
> +++ b/tests/TestSuite_blacklist.py
> @@ -101,7 +101,7 @@ class TestBlackList(TestCase):
> Run testpmd with one port blacklisted.
> """
> self.dut.kill_all()
> - out = self.pmdout.start_testpmd("Default", eal_param="-b 0000:%s
> -- -i" % self.dut.ports_info[0]['pci'])
> + out = self.pmdout.start_testpmd("Default", eal_param="-b
> 0000:%s" % self.dut.ports_info[0]['pci'])
> self.check_blacklisted_ports(out, self.ports[1:])
>
> def test_bl_allbutoneportblacklisted(self):
> --
> 1.7.4.4
prev parent reply other threads:[~2015-06-29 3:33 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-25 2:53 huilong,xu
2015-06-29 3:30 ` 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=86228AFD5BCD8E4EBFD2B90117B5E81E10E54464@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).