[dts] fix case bl_oneportblacklisted timeout issue

Liu, Yong yong.liu at intel.com
Mon Jun 29 05:30:42 CEST 2015


Applied into 1.1 branch. Thanks.

> -----Original Message-----
> From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of huilong,xu
> Sent: Thursday, June 25, 2015 10:54 AM
> To: dts at dpdk.org
> Subject: [dts] fix case bl_oneportblacklisted timeout issue
> 
> From: huilong xu <huilongx.xu at 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 at 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



More information about the dts mailing list