From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 30193A051B; Fri, 17 Jan 2020 06:35:35 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0A2EF1D3F0; Fri, 17 Jan 2020 06:35:35 +0100 (CET) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id A76EA1D17F for ; Fri, 17 Jan 2020 06:35:33 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Jan 2020 21:35:32 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,328,1574150400"; d="scan'208";a="243549082" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga002.jf.intel.com with ESMTP; 16 Jan 2020 21:35:31 -0800 Received: from fmsmsx113.amr.corp.intel.com (10.18.116.7) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 16 Jan 2020 21:35:31 -0800 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by FMSMSX113.amr.corp.intel.com (10.18.116.7) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 16 Jan 2020 21:35:30 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.30]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.245]) with mapi id 14.03.0439.000; Fri, 17 Jan 2020 13:35:29 +0800 From: "Tu, Lijuan" To: "Zeng, XiaoxiaoX" , "dts@dpdk.org" CC: "Zeng, XiaoxiaoX" Thread-Topic: [dts] [PATCH V1] tests/rteflow_priority: suit python3 Thread-Index: AQHVzPeNcDsV6exMsUyaPwJ0BLE/lafuVeWg Date: Fri, 17 Jan 2020 05:35:28 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BBAC844@SHSMSX101.ccr.corp.intel.com> References: <1579239170-150219-1-git-send-email-xiaoxiaox.zeng@intel.com> In-Reply-To: <1579239170-150219-1-git-send-email-xiaoxiaox.zeng@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action 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 V1] tests/rteflow_priority: suit python3 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: , Errors-To: dts-bounces@dpdk.org Sender: "dts" applied > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Zeng Xiaoxiao > Sent: Friday, January 17, 2020 1:33 PM > To: dts@dpdk.org > Cc: Zeng, XiaoxiaoX > Subject: [dts] [PATCH V1] tests/rteflow_priority: suit python3 >=20 > *.python3 not have attribute setdefaultencoding. >=20 > Signed-off-by: Zeng Xiaoxiao > --- > tests/TestSuite_rteflow_priority.py | 1 - > 1 file changed, 1 deletion(-) >=20 > diff --git a/tests/TestSuite_rteflow_priority.py > b/tests/TestSuite_rteflow_priority.py > index b6b4dae..26e8d82 100644 > --- a/tests/TestSuite_rteflow_priority.py > +++ b/tests/TestSuite_rteflow_priority.py > @@ -49,7 +49,6 @@ from pmd_output import PmdOutput import sys > import imp > imp.reload(sys) > -sys.setdefaultencoding('utf8') >=20 >=20 > class TestRteflowPriority(TestCase): > -- > 1.8.3.1