From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id BD9D0378E for ; Sun, 18 Sep 2016 08:53:10 +0200 (CEST) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga103.fm.intel.com with ESMTP; 17 Sep 2016 23:53:09 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,355,1470726000"; d="scan'208";a="10364083" Received: from stv-crb-56.sh.intel.com (HELO [10.239.128.116]) ([10.239.128.116]) by fmsmga005.fm.intel.com with ESMTP; 17 Sep 2016 23:53:08 -0700 Message-ID: <57DE3AA1.6050003@intel.com> Date: Sun, 18 Sep 2016 14:56:33 +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,huilong" , dts@dpdk.org References: <1473384208-9802-1-git-send-email-huilongx.xu@intel.com> In-Reply-To: <1473384208-9802-1-git-send-email-huilongx.xu@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dts] [PATCH V1] fix code write 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: Sun, 18 Sep 2016 06:53:11 -0000 Applied, please take care in next time. On 09/09/2016 09:23 AM, xu,huilong wrote: > Signed-off-by: xu,huilong > --- > 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", "# ") >