test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] tests/mac_filter: correct the class name
@ 2019-03-25  6:52 Wenjie Li
  2019-03-25  6:48 ` Li, WenjieX A
  2019-04-03 16:14 ` Tu, Lijuan
  0 siblings, 2 replies; 4+ messages in thread
From: Wenjie Li @ 2019-03-25  6:52 UTC (permalink / raw)
  To: dts; +Cc: Wenjie Li

Correct the class name from Whitelist to MacFilter.

Signed-off-by: Wenjie Li <wenjiex.a.li@intel.com>
---
 tests/TestSuite_mac_filter.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_mac_filter.py b/tests/TestSuite_mac_filter.py
index 4b83942..87b5dec 100644
--- a/tests/TestSuite_mac_filter.py
+++ b/tests/TestSuite_mac_filter.py
@@ -40,7 +40,7 @@ from test_case import TestCase
 from pmd_output import PmdOutput
 from packet import Packet
 
-class TestWhitelist(TestCase):
+class TestMacFilter(TestCase):
 
     def set_up_all(self):
         """
-- 
2.17.2


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

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-25  6:52 [dts] [PATCH V1] tests/mac_filter: correct the class name Wenjie Li
2019-03-25  6:48 ` Li, WenjieX A
2019-03-25 19:06   ` Rami Rosen
2019-04-03 16:14 ` 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).