[dts] [PATCH] tests/TestSuite_vhost_pmd_xstats: fix typos

Tu, Lijuan lijuan.tu at intel.com
Tue Feb 26 03:55:15 CET 2019


Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of Rami Rosen
> Sent: Monday, February 11, 2019 2:06 PM
> To: dts at dpdk.org
> Cc: Rami Rosen <ramirose at gmail.com>
> Subject: [dts] [PATCH] tests/TestSuite_vhost_pmd_xstats: fix typos
> 
> This patch fixes typos in TestSuite_vhost_pmd_xstats:
> 1) In test_stability(), the time interval of the test should be
> 30 minutes instead of 2 minutes.
> 2) Xstats should be xstats (to be consistent with the rest of this module)
> 
> Signed-off-by: Rami Rosen <ramirose at gmail.com>
> ---
>  tests/TestSuite_vhost_pmd_xstats.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)  mode change 100644 => 100755
> tests/TestSuite_vhost_pmd_xstats.py
> 
> diff --git a/tests/TestSuite_vhost_pmd_xstats.py
> b/tests/TestSuite_vhost_pmd_xstats.py
> old mode 100644
> new mode 100755
> index c65f824..e33b342
> --- a/tests/TestSuite_vhost_pmd_xstats.py
> +++ b/tests/TestSuite_vhost_pmd_xstats.py
> @@ -208,7 +208,7 @@ class TestVhostPmdXstats(TestCase):
>      def test_stability(self):
>          """
>          Verify stability case with multiple queues for Vhost PMD xstats
> -        Send packets for 30 minutes, check the Xstats still can work correctly
> +        Send packets for 2 minutes, check the xstats still can work
> + correctly
>          """
>          self.scapy_num = 0
>          self.prepare_start()
> --
> 1.8.3.1



More information about the dts mailing list