Re: [ovs-dev] [PATCH 08/12] python tests: Ignore stderr output

2016-08-30 Thread Guru Shetty
On 29 August 2016 at 11:30, Paul Boca wrote: > > > > > *From:* Guru Shetty [mailto:g...@ovn.org] > *Sent:* Monday, August 29, 2016 9:20 PM > *To:* Paul Boca > *Cc:* dev@openvswitch.org > *Subject:* Re: [ovs-dev] [PATCH 08/12] python tests: Ignore stderr output > &g

Re: [ovs-dev] [PATCH 08/12] python tests: Ignore stderr output

2016-08-29 Thread Paul Boca
From: Guru Shetty [mailto:g...@ovn.org] Sent: Monday, August 29, 2016 9:20 PM To: Paul Boca Cc: dev@openvswitch.org Subject: Re: [ovs-dev] [PATCH 08/12] python tests: Ignore stderr output So you are saying that running $srcdir/test-unixctl.py on Windows produces output in stderr. Why? Is

Re: [ovs-dev] [PATCH 08/12] python tests: Ignore stderr output

2016-08-29 Thread Guru Shetty
> > > > So you are saying that running $srcdir/test-unixctl.py on Windows > produces output in stderr. Why? Is there a bug with Windows port? > > *[Paul Boca] *This is the way logging library works on both Windows and > Linux (https://docs.python.org/2/howto/logging.html - > > “If you call the func

Re: [ovs-dev] [PATCH 08/12] python tests: Ignore stderr output

2016-08-29 Thread Paul Boca
From: Guru Shetty [mailto:g...@ovn.org] Sent: Monday, August 29, 2016 8:44 PM To: Paul Boca Cc: dev@openvswitch.org Subject: Re: [ovs-dev] [PATCH 08/12] python tests: Ignore stderr output On 29 August 2016 at 10:36, Paul Boca mailto:pb...@cloudbasesolutions.com>> wrote: Hi Guru, plea

Re: [ovs-dev] [PATCH 08/12] python tests: Ignore stderr output

2016-08-29 Thread Guru Shetty
v@openvswitch.org > *Subject:* Re: [ovs-dev] [PATCH 08/12] python tests: Ignore stderr output > > > > > > > > On 26 August 2016 at 07:40, Paul Boca > wrote: > > test-unixctl.py and test-vlog.py outputs on stderr and on Windows > stderr is not overriden by eve

Re: [ovs-dev] [PATCH 08/12] python tests: Ignore stderr output

2016-08-29 Thread Paul Boca
Hi Guru, please see my comments inline. Thanks, Paul From: Guru Shetty [mailto:g...@ovn.org] Sent: Friday, August 26, 2016 9:04 PM To: Paul Boca Cc: dev@openvswitch.org Subject: Re: [ovs-dev] [PATCH 08/12] python tests: Ignore stderr output On 26 August 2016 at 07:40, Paul Boca mailto:pb

Re: [ovs-dev] [PATCH 08/12] python tests: Ignore stderr output

2016-08-26 Thread Guru Shetty
On 26 August 2016 at 07:40, Paul Boca wrote: > test-unixctl.py and test-vlog.py outputs on stderr and on Windows > stderr is not overriden by every AT_CHECK call, the logs are only > apended to the file and subsequent AT_CHECKs get errors from previous > call. > > Signed-off-by: Paul-Daniel Boca