[dts] [PATCH] tests: Correct the class name

Peng Yuan yuan.peng at intel.com
Mon Apr 29 05:29:28 CEST 2019


Correct the class name of floating VEB

Signed-off-by: Peng Yuan <yuan.peng at 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



More information about the dts mailing list