* [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
* Re: [dts] [PATCH] tests: Correct the class name
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
1 sibling, 0 replies; 3+ messages in thread
From: Rami Rosen @ 2019-04-29 18:26 UTC (permalink / raw)
To: Peng Yuan; +Cc: dts
[-- Attachment #1: Type: text/plain, Size: 46 bytes --]
Acked-by: Rami Rosen <ramirose@gmail.com>
>
[-- Attachment #2: Type: text/html, Size: 300 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dts] [PATCH] tests: Correct the class name
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
1 sibling, 0 replies; 3+ messages in thread
From: Tu, Lijuan @ 2019-05-09 3:24 UTC (permalink / raw)
To: Peng, Yuan, dts; +Cc: Peng, Yuan
Applied, thanks
> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Peng Yuan
> Sent: Monday, April 29, 2019 11:29 AM
> To: dts@dpdk.org
> Cc: Peng, Yuan <yuan.peng@intel.com>
> Subject: [dts] [PATCH] tests: Correct the class name
>
> 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).