test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] tests/unit_tests_loopback: correct the class name
@ 2019-01-16  3:55 Wenjie Li
  2019-01-16  6:13 ` Tu, Lijuan
  0 siblings, 1 reply; 2+ messages in thread
From: Wenjie Li @ 2019-01-16  3:55 UTC (permalink / raw)
  To: dts; +Cc: Wenjie Li

The class name is incorrect, change it to UnitTestsLoopback.

Signed-off-by: Wenjie Li <wenjiex.a.li@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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dts] [PATCH V1] tests/unit_tests_loopback: correct the class name
  2019-01-16  3:55 [dts] [PATCH V1] tests/unit_tests_loopback: correct the class name Wenjie Li
@ 2019-01-16  6:13 ` Tu, Lijuan
  0 siblings, 0 replies; 2+ messages in thread
From: Tu, Lijuan @ 2019-01-16  6:13 UTC (permalink / raw)
  To: Li, WenjieX A, dts; +Cc: Li, WenjieX A

Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Wenjie Li
> Sent: Wednesday, January 16, 2019 11:56 AM
> To: dts@dpdk.org
> Cc: Li, WenjieX A <wenjiex.a.li@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@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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-01-16  6:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-16  3:55 [dts] [PATCH V1] tests/unit_tests_loopback: correct the class name Wenjie Li
2019-01-16  6:13 ` Tu, Lijuan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).