Re: [Autotest] [PATCH] KVM Test: add -w parameter in nc command in kvm_utils.py

2010-10-27 Thread Feng Yang
t; Subject: Re: [Autotest] [PATCH] KVM Test: add -w parameter in nc command in > kvm_utils.py > > On Wed, 2010-10-20 at 14:55 +0800, Feng Yang wrote: > > If a connection and stdin are idle for more than timeout seconds, > > then the connection is silently closed. withou this

Re: [Autotest] [PATCH] KVM Test: add -w parameter in nc command in kvm_utils.py

2010-10-27 Thread Lucas Meneghel Rodrigues
On Wed, 2010-10-20 at 14:55 +0800, Feng Yang wrote: > If a connection and stdin are idle for more than timeout seconds, > then the connection is silently closed. withou this paramter, > nc will listen forever for a connection. This may cause our test > hang. redmine issue: > http://redmine.englab.n

Re: [PATCH] KVM Test: add -w parameter in nc command in kvm_utils.py

2010-10-21 Thread Michael Goldish
+08:00 Beijing / Chongqing >> / Hong Kong / Urumqi >> Subject: Re: [PATCH] KVM Test: add -w parameter in nc command in kvm_utils.py >> >> On 10/20/2010 12:18 PM, Feng Yang wrote: >>> >>> - "Michael Goldish" wrote: >>> >>>>

Re: [PATCH] KVM Test: add -w parameter in nc command in kvm_utils.py

2010-10-20 Thread Feng Yang
autot...@test.kernel.org, kvm@vger.kernel.org > >> Sent: Wednesday, October 20, 2010 5:11:32 PM GMT +08:00 Beijing / > Chongqing / Hong Kong / Urumqi > >> Subject: Re: [PATCH] KVM Test: add -w parameter in nc command in > kvm_utils.py > >> > >> On 10/20

Re: [PATCH] KVM Test: add -w parameter in nc command in kvm_utils.py

2010-10-20 Thread Michael Goldish
+08:00 Beijing / Chongqing >> / Hong Kong / Urumqi >> Subject: Re: [PATCH] KVM Test: add -w parameter in nc command in kvm_utils.py >> >> On 10/20/2010 08:55 AM, Feng Yang wrote: >>> If a connection and stdin are idle for more than timeout seconds, >>>

Re: [PATCH] KVM Test: add -w parameter in nc command in kvm_utils.py

2010-10-20 Thread Feng Yang
- "Michael Goldish" wrote: > From: "Michael Goldish" > To: "Feng Yang" > Cc: autot...@test.kernel.org, kvm@vger.kernel.org > Sent: Wednesday, October 20, 2010 5:11:32 PM GMT +08:00 Beijing / Chongqing / > Hong Kong / Urumqi > Subject: Re:

Re: [PATCH] KVM Test: add -w parameter in nc command in kvm_utils.py

2010-10-20 Thread Michael Goldish
On 10/20/2010 08:55 AM, Feng Yang wrote: > If a connection and stdin are idle for more than timeout seconds, > then the connection is silently closed. withou this paramter, > nc will listen forever for a connection. This may cause our test > hang. redmine issue: > http://redmine.englab.nay.redhat.c

[PATCH] KVM Test: add -w parameter in nc command in kvm_utils.py

2010-10-19 Thread Feng Yang
If a connection and stdin are idle for more than timeout seconds, then the connection is silently closed. withou this paramter, nc will listen forever for a connection. This may cause our test hang. redmine issue: http://redmine.englab.nay.redhat.com/issues/show/6947 Add -w parameter should fix thi