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

Rami Rosen ramirose at gmail.com
Sat Jan 19 13:47:44 CET 2019


Signed-off-by: Rami Rosen <ramirose at gmail.com>
---
 tests/TestSuite_vhost_pmd_xstats.py | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/tests/TestSuite_vhost_pmd_xstats.py b/tests/TestSuite_vhost_pmd_xstats.py
index a01ca16..c65f824 100644
--- a/tests/TestSuite_vhost_pmd_xstats.py
+++ b/tests/TestSuite_vhost_pmd_xstats.py
@@ -155,7 +155,7 @@ class TestVhostPmdXstats(TestCase):
 
     def test_based_size(self):
         """
-        Verify receiving and transmitting packets correctly in the Vhsot PMD xstats
+        Verify receiving and transmitting packets correctly in the Vhost PMD xstats
         """
         self.prepare_start()
         sizes = [64, 65, 128, 256, 513, 1025]
@@ -189,7 +189,7 @@ class TestVhostPmdXstats(TestCase):
 
     def test_based_types(self):
         """
-        Verify different type of packets receiving and transmitting packets correctly in the Vhsot PMD xstats
+        Verify different type of packets receiving and transmitting packets correctly in the Vhost PMD xstats
         """
         self.prepare_start()
         types = ['ff:ff:ff:ff:ff:ff', '01:00:00:33:00:01']
@@ -207,8 +207,8 @@ class TestVhostPmdXstats(TestCase):
 
     def test_stability(self):
         """
-        Verify stability case with multiple queues for Vhsot PMD xstats 
-        Send packets for 30 minutes, check the Xstatsa still can work correctly
+        Verify stability case with multiple queues for Vhost PMD xstats
+        Send packets for 30 minutes, check the Xstats still can work correctly
         """
         self.scapy_num = 0
         self.prepare_start()
-- 
2.19.2



More information about the dts mailing list