[dts] [PATCH V1] TIMEOUT on ./x86_64-native-bsdapp-gcc/app/testpmd -c 0x6 -n 4 -1 -- -i --portmask=0x3 --txqflags=0

Liu, Yong yong.liu at intel.com
Wed Nov 18 02:31:08 CET 2015


Applied with commit modified. Please do not just use command line for 
commit log. We need explain what the issue and the solution for fix it 
in commit log.

On 11/17/2015 02:19 PM, Shijie Dong wrote:
> From: Dong shijie <shijiex.dong at intel.com>
>
> Parameter transfer error
> Signed-off-by: Dong shijie <shijiex.dong at intel.com>
> ---
>   tests/TestSuite_shutdown_api.py | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/TestSuite_shutdown_api.py b/tests/TestSuite_shutdown_api.py
> index 3800669..d790f7f 100644
> --- a/tests/TestSuite_shutdown_api.py
> +++ b/tests/TestSuite_shutdown_api.py
> @@ -224,7 +224,7 @@ class TestShutdownApi(TestCase):
>               ports = [self.ports[0], self.ports[1]]
>   
>           portmask = dts.create_mask(ports)
> -        self.pmdout.start_testpmd("Default", "--portmask=%s" % portmask, self.ports_socket)
> +        self.pmdout.start_testpmd("Default", "--portmask=%s" % portmask, socket = self.ports_socket)
>   
>           self.dut.send_expect("port stop all", "testpmd> ", 100)
>           self.dut.send_expect("set promisc all off", "testpmd> ")



More information about the dts mailing list