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

* Re: [dts] [PATCH V1] give the scapy enought time to exit
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Ma, LihongX @ 2019-04-23  1:57 UTC (permalink / raw)
  To: dts

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

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

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

* Re: [dts] [PATCH V1] give the scapy enought time to exit
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Tu, Lijuan @ 2019-04-23 20:21 UTC (permalink / raw)
  To: Ma, LihongX, dts; +Cc: Ma, LihongX

Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of lihong
> Sent: Sunday, April 21, 2019 12:17 PM
> To: dts@dpdk.org
> Cc: Ma, LihongX <lihongx.ma@intel.com>
> Subject: [dts] [PATCH V1] give the scapy enought time to exit
> 
> 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).