[dts] [PATCH V1] fix unit_tests_eal key word error

Liu, Yong yong.liu at intel.com
Mon Nov 13 10:36:40 CET 2017


Gang,
Applied this patch, and added commit log with the information that the 
change is from commit 7ba49d39 which involved in from 17.11.

Thanks,
Marvin

On 11/10/2017 10:19 AM, xu,gang wrote:
> the log key word change, so we need too
>
> Signed-off-by: xu,gang <gangx.xu at intel.com>
> ---
>   tests/TestSuite_unit_tests_eal.py | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/TestSuite_unit_tests_eal.py b/tests/TestSuite_unit_tests_eal.py
> index 26fb1b3..b619572 100644
> --- a/tests/TestSuite_unit_tests_eal.py
> +++ b/tests/TestSuite_unit_tests_eal.py
> @@ -160,7 +160,7 @@ class TestUnitTestsEal(TestCase):
>   
>           self.dut.send_expect(self.test_app_cmdline, "R.*T.*E.*>.*>", self.start_test_time)
>           out = self.dut.send_expect('memory_autotest', "RTE>>", self.run_cmd_time * 5)
> -        regexp = "phys:0x[0-9a-f]*, len:([0-9a-f]*), virt:0x[0-9a-f]*, socket_id:[0-9]*"
> +        regexp = "IOVA:0x[0-9a-f]*, len:([0-9a-f]*), virt:0x[0-9a-f]*, socket_id:[0-9]*"
>           match = utils.regexp(out, regexp)
>           size = int(match, 16)
>           self.verify(size > 0, "bad size")



More information about the dts mailing list