[dts] [PATCH] tests/dynamic_queue: fix a typo

Rami Rosen ramirose at gmail.com
Fri Mar 22 12:17:55 CET 2019


This patch fixes a trivial typo in dynamic queue test module.
forville->fortville

Signed-off-by: Rami Rosen <ramirose at gmail.com>
---
 tests/TestSuite_dynamic_queue.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_dynamic_queue.py b/tests/TestSuite_dynamic_queue.py
index 34a9363..8e3fdb9 100644
--- a/tests/TestSuite_dynamic_queue.py
+++ b/tests/TestSuite_dynamic_queue.py
@@ -27,7 +27,7 @@ class TestDynamicQueue(TestCase):
         self.dut_testpmd = PmdOutput(self.dut)
 
     def set_up(self):
-        # Because of forville spirit limitation,can't use 2 ports for testing
+        # Because of fortville spirit limitation,can't use 2 ports for testing
         if (self.nic in ["fortville_spirit"]):
             self.dut_testpmd.start_testpmd(
                 "Default", "--port-topology=chained --txq=%s --rxq=%s"
-- 
2.19.2



More information about the dts mailing list