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 DAAE3A05D3 for ; Tue, 23 Apr 2019 03:57:57 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 916FC1B490; Tue, 23 Apr 2019 03:57:57 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 1805E5B26 for ; Tue, 23 Apr 2019 03:57:55 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 22 Apr 2019 18:57:54 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,384,1549958400"; d="scan'208";a="164127040" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga004.fm.intel.com with ESMTP; 22 Apr 2019 18:57:54 -0700 Received: from fmsmsx119.amr.corp.intel.com (10.18.124.207) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.408.0; Mon, 22 Apr 2019 18:57:54 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by FMSMSX119.amr.corp.intel.com (10.18.124.207) with Microsoft SMTP Server (TLS) id 14.3.408.0; Mon, 22 Apr 2019 18:57:54 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.164]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.93]) with mapi id 14.03.0415.000; Tue, 23 Apr 2019 09:57:53 +0800 From: "Ma, LihongX" To: "dts@dpdk.org" Thread-Topic: [dts][PATCH V1] give the scapy enought time to exit Thread-Index: AQHU+LWzt/yPdSrRhUe625yINEWWG6ZI/h2A Date: Tue, 23 Apr 2019 01:57:51 +0000 Message-ID: References: <1555874226-9775-1-git-send-email-lihongx.ma@intel.com> In-Reply-To: <1555874226-9775-1-git-send-email-lihongx.ma@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [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" tested-by: ma,lihong -----Original Message----- From: Ma, LihongX=20 Sent: Monday, April 22, 2019 3:17 AM To: dts@dpdk.org Cc: Ma, LihongX Subject: [dts][PATCH V1] give the scapy enought time to exit 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..3f710= 93 100755 --- a/framework/tester.py +++ b/framework/tester.py @@ -452,7 +452,7 @@ class Tester(Crb): =20 sleep(2) self.scapyCmds =3D [] - self.send_expect("exit()", "# ") + self.send_expect("exit()", "# ", timeout) =20 def scapy_background(self): """ -- 2.7.4