* [dts] fix case bl_oneportblacklisted timeout issue
@ 2015-06-25 2:53 huilong,xu
2015-06-29 3:30 ` Liu, Yong
0 siblings, 1 reply; 2+ messages in thread
From: huilong,xu @ 2015-06-25 2:53 UTC (permalink / raw)
To: dts
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [dts] fix case bl_oneportblacklisted timeout issue
2015-06-25 2:53 [dts] fix case bl_oneportblacklisted timeout issue huilong,xu
@ 2015-06-29 3:30 ` Liu, Yong
0 siblings, 0 replies; 2+ messages in thread
From: Liu, Yong @ 2015-06-29 3:30 UTC (permalink / raw)
To: Xu, HuilongX, dts
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-06-29 3:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-25 2:53 [dts] fix case bl_oneportblacklisted timeout issue huilong,xu
2015-06-29 3:30 ` Liu, Yong
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).