[dts] [PATCH] tests: fix a typo in qinq.

Rami Rosen rami.rosen at intel.com
Mon Jul 17 08:07:05 CEST 2017


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

Signed-off-by: Rami Rosen <rami.rosen at 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



More information about the dts mailing list