test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] fix unit_tests_eal key word error
@ 2017-11-10  2:19 xu,gang
  2017-11-13  9:36 ` Liu, Yong
  0 siblings, 1 reply; 2+ messages in thread
From: xu,gang @ 2017-11-10  2:19 UTC (permalink / raw)
  To: dts; +Cc: xu,gang

the log key word change, so we need too

Signed-off-by: xu,gang <gangx.xu@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")
-- 
1.9.3

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dts] [PATCH V1] fix unit_tests_eal key word error
  2017-11-10  2:19 [dts] [PATCH V1] fix unit_tests_eal key word error xu,gang
@ 2017-11-13  9:36 ` Liu, Yong
  0 siblings, 0 replies; 2+ messages in thread
From: Liu, Yong @ 2017-11-13  9:36 UTC (permalink / raw)
  To: xu,gang, dts

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@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")

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-11-13  1:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-10  2:19 [dts] [PATCH V1] fix unit_tests_eal key word error xu,gang
2017-11-13  9:36 ` 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).