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

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).