test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH] tests/TestSuite_stats_checks.py: Removed the unused module and invalid verification line.
@ 2020-09-28  4:43 usurekha
  2020-10-12  9:04 ` Tu, Lijuan
  0 siblings, 1 reply; 2+ messages in thread
From: usurekha @ 2020-09-28  4:43 UTC (permalink / raw)
  To: dts; +Cc: pvukkisala, zzhou, usurekha

From: usurekha <usurekha@marvell.com>

Signed-off-by: usurekha <usurekha@marvell.com>
---
 tests/TestSuite_stats_checks.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tests/TestSuite_stats_checks.py b/tests/TestSuite_stats_checks.py
index e1c443b..4fdc086 100644
--- a/tests/TestSuite_stats_checks.py
+++ b/tests/TestSuite_stats_checks.py
@@ -40,7 +40,6 @@ from typing import List, Iterator, Tuple
 import utils
 from pmd_output import PmdOutput
 
-from port import Port
 
 from test_case import TestCase
 
@@ -124,7 +123,6 @@ class TestStatsChecks(TestCase):
 
         if received:
             self.verify(tx_pkts_difference >= 1, "No packet was sent")
-            self.verify(tx_bytes_difference == pktsize + ETHER_HEADER_LEN)
             self.verify(tx_pkts_difference == rx_pkts_difference, "different numbers of packets sent and received")
             self.verify(tx_bytes_difference == rx_bytes_difference, "different number of bytes sent and received")
             self.verify(tx_err_difference == 0, "unexpected tx error")
-- 
2.7.4


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

* Re: [dts] [PATCH] tests/TestSuite_stats_checks.py: Removed the unused module and invalid verification line.
  2020-09-28  4:43 [dts] [PATCH] tests/TestSuite_stats_checks.py: Removed the unused module and invalid verification line usurekha
@ 2020-10-12  9:04 ` Tu, Lijuan
  0 siblings, 0 replies; 2+ messages in thread
From: Tu, Lijuan @ 2020-10-12  9:04 UTC (permalink / raw)
  To: usurekha, dts; +Cc: pvukkisala, zzhou

> Signed-off-by: usurekha <usurekha@marvell.com>

Applied

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

end of thread, other threads:[~2020-10-12  9:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-28  4:43 [dts] [PATCH] tests/TestSuite_stats_checks.py: Removed the unused module and invalid verification line usurekha
2020-10-12  9:04 ` 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).