Re: [ovs-dev] [PATCH 09/12] python tests: Skip ovn-controller-vtep tests on Windows

2016-08-30 Thread Guru Shetty
indows. > > I don’t know if ignoring the ‘—detach’ switch is intended or is a porting > error. > It looks like a porting error. > > > Paul > > > > *From:* Guru Shetty [mailto:g...@ovn.org] > *Sent:* Friday, August 26, 2016 9:07 PM > *To:* Paul Boca > *Cc

Re: [ovs-dev] [PATCH 09/12] python tests: Skip ovn-controller-vtep tests on Windows

2016-08-30 Thread Paul Boca
] Sent: Friday, August 26, 2016 9:07 PM To: Paul Boca Cc: dev@openvswitch.org Subject: Re: [ovs-dev] [PATCH 09/12] python tests: Skip ovn-controller-vtep tests on Windows On 26 August 2016 at 07:40, Paul Boca mailto:pb...@cloudbasesolutions.com>> wrote: The tests are not intended to run on W

Re: [ovs-dev] [PATCH 09/12] python tests: Skip ovn-controller-vtep tests on Windows

2016-08-26 Thread Guru Shetty
On 26 August 2016 at 07:40, Paul Boca wrote: > The tests are not intended to run on Windows. > Can you explain why? What part of the test gives a problem in Windows? Is it that the ovs-vtep.py has not been ported to Windows? > Until now they were skipped based on $HAVE_PYTHON only. > > Signed-

[ovs-dev] [PATCH 09/12] python tests: Skip ovn-controller-vtep tests on Windows

2016-08-26 Thread Paul Boca
The tests are not intended to run on Windows. Until now they were skipped based on $HAVE_PYTHON only. Signed-off-by: Paul-Daniel Boca --- tests/ovn-controller-vtep.at | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ovn-controller-vtep.at b/tests/ovn-controller-vtep.at i