test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH] 1G NIC has not this characteristic
@ 2015-09-25  7:11 changru
  2015-09-25  8:39 ` Liu, Yong
  0 siblings, 1 reply; 2+ messages in thread
From: changru @ 2015-09-25  7:11 UTC (permalink / raw)
  To: dts

On powerville and springville, the p1rx_bytes should equal to pktSize.

Signed-off-by: changru <changrux.fan@intel.com>
---
 tests/TestSuite_shutdown_api.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_shutdown_api.py b/tests/TestSuite_shutdown_api.py
index 7a32962..05cce31 100644
--- a/tests/TestSuite_shutdown_api.py
+++ b/tests/TestSuite_shutdown_api.py
@@ -149,7 +149,7 @@ class TestShutdownApi(TestCase):
             if crcStrip:
                 if self.nic in ["fortville_eagle", "fortville_spirit",
                                 "fortville_spirit_single", "bartonhills",
-                                "powerville", "springville", "hartwell"]:
+                                "hartwell"]:
                     self.verify(p1rx_bytes - 4 == pktSize,
                                 "Wrong RX bytes CRC strip: p1_rx=%d, pktSize=%d" % (p1rx_bytes, pktSize))
                 elif self.nic in ["powerville", "springville", "kawela_4"]:
-- 
2.1.0

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

end of thread, other threads:[~2015-09-25  8:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-25  7:11 [dts] [PATCH] 1G NIC has not this characteristic changru
2015-09-25  8:39 ` 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).