[dts] [PATCH] tests/vf_jumboframe: correct a typo

michael.luo at intel.com michael.luo at intel.com
Mon Nov 4 02:31:50 CET 2019


From: Gaoliang Luo <michael.luo at intel.com>

Signed-off-by: Gaoliang Luo <michael.luo at intel.com>
---
 tests/TestSuite_vf_jumboframe.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_vf_jumboframe.py b/tests/TestSuite_vf_jumboframe.py
index dd728d9..f17e30e 100644
--- a/tests/TestSuite_vf_jumboframe.py
+++ b/tests/TestSuite_vf_jumboframe.py
@@ -193,7 +193,7 @@ class TestVfJumboFrame(TestCase):
             if self.kdriver == "ixgbe":
                 self.verify((rx_bytes + 4) == pktsize, "Rx packet size should be packet size - 4")
             else:
-                self.verify(rx_bytes == pktsize, "Tx packet size should be equal to packet size")
+                self.verify(rx_bytes == pktsize, "Rx packet size should be equal to packet size")
 
             if self.kdriver == "igb":
                 self.verify(tx_bytes == pktsize, "Tx packet size should be packet size")
-- 
2.7.4



More information about the dts mailing list