From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 7B93AA04C8; Fri, 18 Sep 2020 19:57:27 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 660C71DB06; Fri, 18 Sep 2020 19:57:27 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 014E31DAFD for ; Fri, 18 Sep 2020 19:57:24 +0200 (CEST) IronPort-SDR: 9xEuEANt3fU76T6iIx866D2Ja7qvNv/1KVzPOQhSIQqcyns5wvEludZzvTiXWjfaOx8zTgEwFd 3Lg2hKM2yoOw== X-IronPort-AV: E=McAfee;i="6000,8403,9748"; a="224165849" X-IronPort-AV: E=Sophos;i="5.77,274,1596524400"; d="scan'208";a="224165849" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Sep 2020 10:57:18 -0700 IronPort-SDR: l13swRoyhVGS2Uy3ZcIrAUl+OOsDRfgpfi5AbobMLRHXG2IeuJ3TauZl7FfP+jGEcSvJZUuG1l MP+8pHfC4CrA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,274,1596524400"; d="scan'208";a="332718823" Received: from silpixa00400629.ir.intel.com ([10.237.214.135]) by fmsmga004.fm.intel.com with ESMTP; 18 Sep 2020 10:57:17 -0700 From: Marcin Danilewicz To: dts@dpdk.org Cc: savinay.dharmappa@intel.com, marcinx.danilewicz@intel.com Date: Fri, 18 Sep 2020 18:57:13 +0100 Message-Id: <1600451833-255574-2-git-send-email-marcinx.danilewicz@intel.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1600451833-255574-1-git-send-email-marcinx.danilewicz@intel.com> References: <1600451833-255574-1-git-send-email-marcinx.danilewicz@intel.com> Subject: [dts] [PATCH] tests/softnic: change for new DPDK API 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: , Errors-To: dts-bounces@dpdk.org Sender: "dts" Modify the test timeout to time needed to apply cli firmwares, for changed DPDK API dynamic config of subport bandwidth. Signed-off-by: Marcin Danilewicz --- tests/TestSuite_softnic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestSuite_softnic.py b/tests/TestSuite_softnic.py index 7752546..c9744af 100644 --- a/tests/TestSuite_softnic.py +++ b/tests/TestSuite_softnic.py @@ -107,7 +107,7 @@ class TestSoftnic(TestCase): # 10G nic pps(M) expect_pps = [14, 8, 4, 2, 1, 0.9, 0.8] - self.dut.send_expect(self.cmd % (self.target, self.eal_param, 'firmware.cli'), "testpmd>", timeout=300) + self.dut.send_expect(self.cmd % (self.target, self.eal_param, 'firmware.cli'), "testpmd>", timeout=800) self.dut.send_expect("set fwd macswap", "testpmd>") self.dut.send_expect("start", "testpmd>") rx_port = self.tester.get_local_port(0) -- 2.7.4 -------------------------------------------------------------- Intel Research and Development Ireland Limited Registered in Ireland Registered Office: Collinstown Industrial Park, Leixlip, County Kildare Registered Number: 308263 This e-mail and any attachments may contain confidential material for the sole use of the intended recipient(s). Any review or distribution by others is strictly prohibited. If you are not the intended recipient, please contact the sender and delete all copies.