test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH] tests/dynamic_queue: fix a typo
@ 2019-03-22 11:17 Rami Rosen
  2019-03-24  8:15 ` Tu, Lijuan
  0 siblings, 1 reply; 2+ messages in thread
From: Rami Rosen @ 2019-03-22 11:17 UTC (permalink / raw)
  To: dts; +Cc: Rami Rosen

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

Signed-off-by: Rami Rosen <ramirose@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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-03-24  8:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-22 11:17 [dts] [PATCH] tests/dynamic_queue: fix a typo Rami Rosen
2019-03-24  8:15 ` 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).