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

Tu, Lijuan lijuan.tu at intel.com
Thu May 9 05:24:50 CEST 2019


Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of Peng Yuan
> Sent: Monday, April 29, 2019 11:29 AM
> To: dts at dpdk.org
> Cc: Peng, Yuan <yuan.peng at intel.com>
> Subject: [dts] [PATCH] tests: Correct the class name
> 
> 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