diff mbox

[ovs-dev,V6,13/17] at tests: Allow Python tests to be run on Windows

Message ID 1467808691-17280-14-git-send-email-pboca@cloudbasesolutions.com
State Superseded
Delegated to: Guru Shetty
Headers show

Commit Message

Paul Boca July 6, 2016, 12:38 p.m. UTC
This patch removes the code which disables Python tests to be run on
Windows.

Signed-off-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com>
Signed-off-by: Paul-Daniel Boca <pboca@cloudbasesolutions.com>
---
V2: No changes
V3: No changes
V4: No changes
V5: No changes
V6: No changes
---
 tests/atlocal.in | 7 -------
 1 file changed, 7 deletions(-)

Comments

Alin Serdean July 6, 2016, 1:06 p.m. UTC | #1
This patch needs to be applied last.

Acked-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com>


> -----Mesaj original-----
> De la: Paul Boca
> Trimis: Wednesday, July 6, 2016 3:39 PM
> Către: dev@openvswitch.org
> Cc: Alin Serdean <aserdean@cloudbasesolutions.com>
> Subiect: [PATCH V6 13/17] at tests: Allow Python tests to be run on Windows
> 
> This patch removes the code which disables Python tests to be run on
> Windows.
> 
> Signed-off-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com>
> Signed-off-by: Paul-Daniel Boca <pboca@cloudbasesolutions.com>
> ---
> V2: No changes
> V3: No changes
> V4: No changes
> V5: No changes
> V6: No changes
> ---
>  tests/atlocal.in | 7 -------
>  1 file changed, 7 deletions(-)
> 
> diff --git a/tests/atlocal.in b/tests/atlocal.in index f174061..410199f 100644
> --- a/tests/atlocal.in
> +++ b/tests/atlocal.in
> @@ -109,13 +109,6 @@ else
>      HAVE_IPV6=no
>  fi
> 
> -# XXX: Disable Python related tests on Windows because Open vSwitch
> code -# written in Python has not been ported to the Windows platform. We
> will -# need to remove the next block after porting is complete.
> -if test "$IS_WIN32" = "yes"; then
> -    HAVE_PYTHON="no"
> -fi
> -
>  if test "$HAVE_PYTHON" = "yes" \
>     && test "x`$PYTHON $abs_top_srcdir/tests/test-l7.py --help | grep 'ftp'`"
> != x; then
>      HAVE_PYFTPDLIB="yes"
> --
> 2.7.2.windows.1
diff mbox

Patch

diff --git a/tests/atlocal.in b/tests/atlocal.in
index f174061..410199f 100644
--- a/tests/atlocal.in
+++ b/tests/atlocal.in
@@ -109,13 +109,6 @@  else
     HAVE_IPV6=no
 fi
 
-# XXX: Disable Python related tests on Windows because Open vSwitch code
-# written in Python has not been ported to the Windows platform. We will
-# need to remove the next block after porting is complete.
-if test "$IS_WIN32" = "yes"; then
-    HAVE_PYTHON="no"
-fi
-
 if test "$HAVE_PYTHON" = "yes" \
    && test "x`$PYTHON $abs_top_srcdir/tests/test-l7.py --help | grep 'ftp'`" != x; then
     HAVE_PYFTPDLIB="yes"