Re: [ovs-dev] [PATCH v2 7/7] atlocal: Disable Python related tests on Windows.

2014-06-23 Thread Ben Pfaff
On Fri, Jun 13, 2014 at 07:40:06AM -0700, Gurucharan Shetty wrote: > Most of the Python code in Open vSwitch repo does not work > on Windows. Till that porting is done, simply skip all > Python tests. > > Signed-off-by: Gurucharan Shetty > --- > v1-v2: > * Abandoned commits in v1 that selectivel

[ovs-dev] [PATCH v2 7/7] atlocal: Disable Python related tests on Windows.

2014-06-13 Thread Gurucharan Shetty
Most of the Python code in Open vSwitch repo does not work on Windows. Till that porting is done, simply skip all Python tests. Signed-off-by: Gurucharan Shetty --- v1-v2: * Abandoned commits in v1 that selectively disabled Python tests and instead added this single commit. --- tests/atlocal