From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 604B35A58 for ; Fri, 17 Jul 2015 10:38:35 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga102.fm.intel.com with ESMTP; 17 Jul 2015 01:38:34 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,494,1432623600"; d="scan'208";a="525833980" Received: from kmsmsx151.gar.corp.intel.com ([172.21.73.86]) by FMSMGA003.fm.intel.com with ESMTP; 17 Jul 2015 01:38:34 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by KMSMSX151.gar.corp.intel.com (172.21.73.86) with Microsoft SMTP Server (TLS) id 14.3.224.2; Fri, 17 Jul 2015 16:37:45 +0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.46]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.129]) with mapi id 14.03.0224.002; Fri, 17 Jul 2015 16:37:45 +0800 From: "Liu, Yong" To: "Xu, HuilongX" , "dts@dpdk.org" Thread-Topic: [dts] add debug info for queue start stop case Thread-Index: AQHQwGfR47ij6ti3Tki5BmS3ABeswJ3fVmqA Date: Fri, 17 Jul 2015 08:37:44 +0000 Message-ID: <86228AFD5BCD8E4EBFD2B90117B5E81E10E64113@SHSMSX103.ccr.corp.intel.com> References: <1437120474-30869-1-git-send-email-huilongx.xu@intel.com> In-Reply-To: <1437120474-30869-1-git-send-email-huilongx.xu@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] add debug info for queue start stop case 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: Fri, 17 Jul 2015 08:38:35 -0000 That's only temporary fix in branch 1.1 and will be removed after found roo= t cause. > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of huilong,xu > Sent: Friday, July 17, 2015 4:08 PM > To: dts@dpdk.org > Subject: [dts] add debug info for queue start stop case >=20 > From: huilong xu >=20 >=20 > Signed-off-by: huilong xu > --- > tests/TestSuite_queue_start_stop.py | 7 ++++++- > 1 files changed, 6 insertions(+), 1 deletions(-) >=20 > diff --git a/tests/TestSuite_queue_start_stop.py > b/tests/TestSuite_queue_start_stop.py > index d62cc8c..da55247 100644 > --- a/tests/TestSuite_queue_start_stop.py > +++ b/tests/TestSuite_queue_start_stop.py > @@ -70,7 +70,12 @@ class TestQueueStartStop(TestCase): > """ > Run before each test case. > """ > - patch_file =3D FOLDERS["Depends"] + r'/macfwd_log.patch' > + try: > + patch_file =3D FOLDERS["Depends"] + r'/macfwd_log.patch' > + except: > + self.logger.warningstr(FOLDERS)) > + patch_file =3D r'dep/macfwd_log.patch' > + FOLDERS["Depends"] =3D 'dep' > patch_dst =3D "/tmp/" >=20 > # dpdk patch and build > -- > 1.7.4.4