[dts] [PATCH V1] fix code write error

Liu, Yong yong.liu at intel.com
Sun Sep 18 08:56:33 CEST 2016


Applied, please take care in next time.

On 09/09/2016 09:23 AM, xu,huilong wrote:
> Signed-off-by: xu,huilong <huilongx.xu at intel.com>
> ---
>   tests/TestSuite_unit_tests_dump.py | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/TestSuite_unit_tests_dump.py b/tests/TestSuite_unit_tests_dump.py
> index 65852dd..08c3ba6 100644
> --- a/tests/TestSuite_unit_tests_dump.py
> +++ b/tests/TestSuite_unit_tests_dump.py
> @@ -132,7 +132,7 @@ class TestUnitTestsDump(TestCase):
>           """
>           Run memzone dump test case.
>           """
> -        self.dut.send_expect("./%s/app/testpmd -n 1 -c ffffi -- -i" % (self.target), "testpmd>", self.start_test_time)
> +        self.dut.send_expect("./%s/app/testpmd -n 1 -c ffff -- -i" % (self.target), "testpmd>", self.start_test_time)
>           out = self.dut.send_expect("dump_memzone", "testpmd>", self.run_cmd_time * 2)
>           self.dut.send_expect("quit", "# ")
>   



More information about the dts mailing list