From patchwork Mon Mar 20 02:06:29 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 125249 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 70849427DC; Mon, 20 Mar 2023 03:08:23 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 403D940A7F; Mon, 20 Mar 2023 03:08:23 +0100 (CET) Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id C183E406BC for ; Mon, 20 Mar 2023 03:08:21 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1679278101; x=1710814101; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=OtagwufVokydepO8i+W4ACFU5uzosYjvLO2ix9nwFzc=; b=XLYz8PB8yqRmV8KBsFoI8nO5YXyiWFMPzLHQh9l+wz12QiPaHWXX6BA6 yIt882SiEP15Adxt3WfLJ5dGXcTbKZEJsWKi4fj7vKOOGRLDeiaN8Jl+v fNalINycVbc5M4HgEXXJPG7y5AHwqC65R3KaNQjv/X9d5vXuEiX9GIt/h gDOEEX+9XOyZ71EZZ8lg03HfkIwSHmkuv5FiZMTWGAW4W6BtGOc+qF7Sl swbbm3tA4ms3FSyJYNeS0kt7oTmza3pj3JpMh0KnIZ0kyIV6i38B/YkLV j00tDHzQhu0PCWQ/cyyno3M5El0f2AgehRVHPrl1+NAxDNSNtGR1RiRBa w==; X-IronPort-AV: E=McAfee;i="6600,9927,10654"; a="401135623" X-IronPort-AV: E=Sophos;i="5.98,274,1673942400"; d="scan'208";a="401135623" Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Mar 2023 19:08:20 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10654"; a="926801344" X-IronPort-AV: E=Sophos;i="5.98,274,1673942400"; d="scan'208";a="926801344" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by fmsmga006-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Mar 2023 19:08:19 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V1] framework/pktgen_trex: increase expected timeout Date: Mon, 20 Mar 2023 10:06:29 +0800 Message-Id: <20230320020629.3262566-1-weix.ling@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 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 When start trex with Intel 82599 series nic, it need more than 30 seconds, so increase expected timeout from 30 to 60. Signed-off-by: Wei Ling --- framework/pktgen_trex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/pktgen_trex.py b/framework/pktgen_trex.py index 9ae27a1c..7efd9378 100644 --- a/framework/pktgen_trex.py +++ b/framework/pktgen_trex.py @@ -615,7 +615,7 @@ class TrexPacketGenerator(PacketGenerator): ] ), "-Per port stats table", - 30, + 60, ) try: self._connect()