test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] give the scapy enought time to exit
@ 2019-04-21 19:17 lihong
  2019-04-23  1:57 ` Ma, LihongX
  2019-04-23 20:21 ` Tu, Lijuan
  0 siblings, 2 replies; 3+ messages in thread
From: lihong @ 2019-04-21 19:17 UTC (permalink / raw)
  To: dts; +Cc: lihong

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-04-23 20:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-21 19:17 [dts] [PATCH V1] give the scapy enought time to exit lihong
2019-04-23  1:57 ` Ma, LihongX
2019-04-23 20:21 ` Tu, Lijuan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).