test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH] tests/vf_jumboframe: correct a typo
@ 2019-11-04  1:31 michael.luo
  2019-11-04  3:09 ` Tu, Lijuan
  0 siblings, 1 reply; 2+ messages in thread
From: michael.luo @ 2019-11-04  1:31 UTC (permalink / raw)
  To: dts

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

Signed-off-by: Gaoliang Luo <michael.luo@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


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

end of thread, other threads:[~2019-11-04  3:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-04  1:31 [dts] [PATCH] tests/vf_jumboframe: correct a typo michael.luo
2019-11-04  3:09 ` 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).