From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id CDF96377E for ; Fri, 25 Sep 2015 09:15:51 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP; 25 Sep 2015 00:15:40 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,585,1437462000"; d="scan'208";a="812917987" Received: from unknown (HELO dpdk-fedora20.icx.intel.com) ([10.238.55.12]) by orsmga002.jf.intel.com with ESMTP; 25 Sep 2015 00:15:39 -0700 From: changru To: dts@dpdk.org Date: Fri, 25 Sep 2015 15:11:21 +0800 Message-Id: <1443165081-105738-1-git-send-email-changrux.fan@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dts] [PATCH] 1G NIC has not this characteristic X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 07:15:52 -0000 On powerville and springville, the p1rx_bytes should equal to pktSize. Signed-off-by: changru --- 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