[dts] [PATCH] tests/TestSuite_vhost_pmd_xstats: fix typos
Rami Rosen
ramirose at gmail.com
Mon Feb 11 07:05:30 CET 2019
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