[dts] [PATCH V1] tests/unit_tests_loopback: correct the class name

Tu, Lijuan lijuan.tu at intel.com
Wed Jan 16 07:13:56 CET 2019


Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of Wenjie Li
> Sent: Wednesday, January 16, 2019 11:56 AM
> To: dts at dpdk.org
> Cc: Li, WenjieX A <wenjiex.a.li at intel.com>
> Subject: [dts] [PATCH V1] tests/unit_tests_loopback: correct the class name
> 
> The class name is incorrect, change it to UnitTestsLoopback.
> 
> Signed-off-by: Wenjie Li <wenjiex.a.li at intel.com>
> ---
>  tests/TestSuite_unit_tests_loopback.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/TestSuite_unit_tests_loopback.py
> b/tests/TestSuite_unit_tests_loopback.py
> index 96c4d1e..721335e 100644
> --- a/tests/TestSuite_unit_tests_loopback.py
> +++ b/tests/TestSuite_unit_tests_loopback.py
> @@ -46,7 +46,7 @@ from test_case import TestCase  #
> 
> 
> -class TestUnitTestsPmdPerf(TestCase):
> +class TestUnitTestsLoopback(TestCase):
> 
>      #
>      #
> --
> 2.17.2



More information about the dts mailing list