test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH] tests: Correct the class name
@ 2019-04-29  3:29 Peng Yuan
  2019-04-29 18:26 ` Rami Rosen
  2019-05-09  3:24 ` Tu, Lijuan
  0 siblings, 2 replies; 3+ messages in thread
From: Peng Yuan @ 2019-04-29  3:29 UTC (permalink / raw)
  To: dts; +Cc: Peng Yuan

Correct the class name of floating VEB

Signed-off-by: Peng Yuan <yuan.peng@intel.com>

diff --git a/tests/TestSuite_floating_veb.py b/tests/TestSuite_floating_veb.py
index f20b378..40b0ce2 100644
--- a/tests/TestSuite_floating_veb.py
+++ b/tests/TestSuite_floating_veb.py
@@ -32,7 +32,7 @@
 """
 DPDK Test suite.
 
-Test VEB Switch and floating VEB Features by Poll Mode Drivers.
+Test Floating VEB Features by Poll Mode Drivers.
 """
 
 import re
@@ -48,7 +48,7 @@ from packet import Packet
 from utils import RED
 
 
-class TestVEBSwitching(TestCase):
+class TestFloatingVEBSwitching(TestCase):
 
     def VEB_get_stats(self, vf0_vf1, portid, rx_tx):
         """
-- 
2.14.3


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

end of thread, other threads:[~2019-05-09  3:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-29  3:29 [dts] [PATCH] tests: Correct the class name Peng Yuan
2019-04-29 18:26 ` Rami Rosen
2019-05-09  3:24 ` 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).