test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH] tests: fix a typo in qinq.
@ 2017-07-17  6:07 Rami Rosen
  2017-07-26 11:46 ` Liu, Yong
  0 siblings, 1 reply; 2+ messages in thread
From: Rami Rosen @ 2017-07-17  6:07 UTC (permalink / raw)
  To: yong.liu; +Cc: dts, Rami Rosen

This patch fixes a typo in qinq test suite (TestSuite_qinq_filter.py).

Signed-off-by: Rami Rosen <rami.rosen@intel.com>
---
 tests/TestSuite_qinq_filter.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_qinq_filter.py b/tests/TestSuite_qinq_filter.py
index 9d03fe926569..a6787ca67ad7 100644
--- a/tests/TestSuite_qinq_filter.py
+++ b/tests/TestSuite_qinq_filter.py
@@ -54,7 +54,7 @@ class TestQinqFilter(TestCase):
 
         self.verify(self.nic in ["fortville_eagle", "fortville_spirit", "fortville_spirit_single", "fortville_25G"], 
                     "NIC %s not support this test" % self.nic)
-        print 'this case only support fortville with 6.0.0+ firemware and dpdk17.05+'
+        print 'this case only supports fortville with 6.0.0+ firmware and dpdk17.05+'
         ports = self.dut.get_ports()
         # Verify that enough ports are available
         self.verify(len(ports) >= 1, "Insufficient ports")
-- 
2.7.4

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

end of thread, other threads:[~2017-07-26  3:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-17  6:07 [dts] [PATCH] tests: fix a typo in qinq Rami Rosen
2017-07-26 11:46 ` Liu, Yong

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).