[dts] [PATCH] 1G NIC has not this characteristic

changru changrux.fan at intel.com
Fri Sep 25 09:11:21 CEST 2015


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

Signed-off-by: changru <changrux.fan at 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



More information about the dts mailing list