[dts] [PATCH V1] give the scapy enought time to exit

Ma, LihongX lihongx.ma at intel.com
Tue Apr 23 03:57:51 CEST 2019


tested-by: ma,lihong<lihongx.ma at intel.com>

-----Original Message-----
From: Ma, LihongX 
Sent: Monday, April 22, 2019 3:17 AM
To: dts at dpdk.org
Cc: Ma, LihongX <lihongx.ma at intel.com>
Subject: [dts][PATCH V1] give the scapy enought time to exit

Signed-off-by: lihong <lihongx.ma at intel.com>
---
 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



More information about the dts mailing list