[dts] [PATCH V1] tests/rteflow_priority: suit python3

Tu, Lijuan lijuan.tu at intel.com
Fri Jan 17 06:35:28 CET 2020


applied

> -----Original Message-----
> From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of Zeng Xiaoxiao
> Sent: Friday, January 17, 2020 1:33 PM
> To: dts at dpdk.org
> Cc: Zeng, XiaoxiaoX <xiaoxiaox.zeng at intel.com>
> Subject: [dts] [PATCH V1] tests/rteflow_priority: suit python3
> 
> *.python3 not have attribute setdefaultencoding.
> 
> Signed-off-by: Zeng Xiaoxiao <xiaoxiaox.zeng at intel.com>
> ---
>  tests/TestSuite_rteflow_priority.py | 1 -
>  1 file changed, 1 deletion(-)
> 
> 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')
> 
> 
>  class TestRteflowPriority(TestCase):
> --
> 1.8.3.1



More information about the dts mailing list