From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 7D8D9A05D3 for ; Mon, 22 Apr 2019 04:37:09 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4C0621B42C; Mon, 22 Apr 2019 04:37:09 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id C7AF25A6A for ; Mon, 22 Apr 2019 04:37:07 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 21 Apr 2019 19:37:06 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,380,1549958400"; d="scan'208";a="317851960" Received: from ubuntu.sh.intel.com ([10.67.118.150]) by orsmga005.jf.intel.com with ESMTP; 21 Apr 2019 19:37:05 -0700 From: lihong To: dts@dpdk.org Cc: lihong Date: Mon, 22 Apr 2019 03:17:06 +0800 Message-Id: <1555874226-9775-1-git-send-email-lihongx.ma@intel.com> X-Mailer: git-send-email 2.7.4 Subject: [dts] [PATCH V1] give the scapy enought time to exit 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" Signed-off-by: lihong --- framework/tester.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/tester.py b/framework/tester.py index 7f469b3..3f71093 100755 --- a/framework/tester.py +++ b/framework/tester.py @@ -452,7 +452,7 @@ class Tester(Crb): sleep(2) self.scapyCmds = [] - self.send_expect("exit()", "# ") + self.send_expect("exit()", "# ", timeout) def scapy_background(self): """ -- 2.7.4