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 E95722951 for ; Sun, 12 Jun 2016 03:14:26 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP; 11 Jun 2016 18:14:25 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,459,1459839600"; d="scan'208";a="1000120497" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by fmsmga002.fm.intel.com with ESMTP; 11 Jun 2016 18:14:25 -0700 Received: from fmsmsx156.amr.corp.intel.com (10.18.116.74) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sat, 11 Jun 2016 18:14:25 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx156.amr.corp.intel.com (10.18.116.74) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sat, 11 Jun 2016 18:14:25 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.181]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.230]) with mapi id 14.03.0248.002; Sun, 12 Jun 2016 09:13:57 +0800 From: "Liu, Yong" To: "Rosen, Rami" CC: "dts@dpdk.org" Thread-Topic: [PATCH] framework: fix a typo. Thread-Index: AQHRuNrTd78Dy8DMr0a8QwGIDcu9PJ/lHZqg Date: Sun, 12 Jun 2016 01:13:56 +0000 Message-ID: <86228AFD5BCD8E4EBFD2B90117B5E81E22238342@SHSMSX103.ccr.corp.intel.com> References: <1464437945-9716-1-git-send-email-rami.rosen@intel.com> In-Reply-To: <1464437945-9716-1-git-send-email-rami.rosen@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZWE2ZDAzZjEtMzJiMS00NDg0LTg3ZjEtNjRkMWViNGI2MzMyIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IlU2RHBKc0FNUk5YaFVEWnpVSVFuOTJlNE5rQ0VZN1ladldtZDJpYzE1ZWs9In0= x-ctpclassification: CTP_IC 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] [PATCH] framework: fix a typo. 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, 12 Jun 2016 01:14:27 -0000 Applied, thanks. > -----Original Message----- > From: Rosen, Rami > Sent: Saturday, May 28, 2016 8:19 PM > To: Liu, Yong > Cc: dts@dpdk.org; Rosen, Rami > Subject: [PATCH] framework: fix a typo. >=20 > This patch fixes a typo in framework/logger.py. >=20 > Signed-off-by: Rami Rosen > --- > framework/logger.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/framework/logger.py b/framework/logger.py > index ab55493..4543ce1 100644 > --- a/framework/logger.py > +++ b/framework/logger.py > @@ -66,7 +66,7 @@ logging.DTS_VIRTDUT_OUTPUT =3D logging.DEBUG + 6 >=20 > logging.addLevelName(logging.DTS_DUT_CMD, 'DTS_DUT_CMD') > logging.addLevelName(logging.DTS_DUT_OUTPUT, 'DTS_DUT_OUTPUT') > -logging.addLevelName(logging.DTS_DUT_RESULT, 'DTS_DUT_RESUTL') > +logging.addLevelName(logging.DTS_DUT_RESULT, 'DTS_DUT_RESULT') >=20 > logging.addLevelName(logging.DTS_TESTER_CMD, 'DTS_TESTER_CMD') > logging.addLevelName(logging.DTS_TESTER_OUTPUT, 'DTS_TESTER_OUTPUT') > -- > 2.4.3