From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 4F1152C01 for ; Wed, 27 Sep 2017 11:06:37 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga104.jf.intel.com with ESMTP; 27 Sep 2017 02:06:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,444,1500966000"; d="scan'208";a="139971157" Received: from unknown (HELO dpdk-fedora20.icx.intel.com) ([10.240.176.135]) by orsmga002.jf.intel.com with ESMTP; 27 Sep 2017 02:06:35 -0700 From: "xu,huilong" To: dts@dpdk.org Cc: "xu,huilong" Date: Wed, 27 Sep 2017 17:07:42 +0800 Message-Id: <1506503265-29342-3-git-send-email-huilongx.xu@intel.com> X-Mailer: git-send-email 1.9.3 In-Reply-To: <1506503265-29342-1-git-send-email-huilongx.xu@intel.com> References: <1506503265-29342-1-git-send-email-huilongx.xu@intel.com> Subject: [dts] [PATCH V1] fix skeleton test case failed 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: Wed, 27 Sep 2017 09:06:37 -0000 fortville25g should use 2048 mbuf size in skeleton test case Signed-off-by: xu,huilong --- tests/TestSuite_scatter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestSuite_scatter.py b/tests/TestSuite_scatter.py index 12542f7..7e27b64 100644 --- a/tests/TestSuite_scatter.py +++ b/tests/TestSuite_scatter.py @@ -64,7 +64,7 @@ class TestScatter(TestCase): self.pmdout = PmdOutput(self.dut) if self.nic in ["magnolia_park", "niantic", "sageville", "fortpark", "fortville_eagle", - "fortville_spirit", "fortville_spirit_single", + "fortville_spirit", "fortville_spirit_single", "fortville_25g" "redrockcanyou", "atwood", "boulderrapid", "ironpond", "twinpond", "springfountain", "fortpark_TLV"]: self.mbsize = 2048 -- 1.9.3