From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id D56F51B2D8 for ; Mon, 13 Nov 2017 02:43:08 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Nov 2017 17:43:07 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,386,1505804400"; d="scan'208";a="6880672" Received: from dpdk-test32.sh.intel.com (HELO [10.67.118.217]) ([10.67.118.217]) by orsmga002.jf.intel.com with ESMTP; 12 Nov 2017 17:43:06 -0800 Message-ID: <5A0967A8.80707@intel.com> Date: Mon, 13 Nov 2017 17:36:40 +0800 From: "Liu, Yong" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: "xu,gang" , dts@dpdk.org References: <1510280373-41615-1-git-send-email-gangx.xu@intel.com> In-Reply-To: <1510280373-41615-1-git-send-email-gangx.xu@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dts] [PATCH V1] fix unit_tests_eal key word error X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Nov 2017 01:43:09 -0000 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 > --- > 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")