]> git.proxmox.com Git - ovs.git/commitdiff
python tests: Skip TCP6 idl tests on Windows
authorPaul Boca <pboca@cloudbasesolutions.com>
Tue, 2 Aug 2016 17:45:42 +0000 (17:45 +0000)
committerGurucharan Shetty <guru@ovn.org>
Wed, 3 Aug 2016 15:45:19 +0000 (08:45 -0700)
The IPPROTO_IPV6 is not defined on Python for Windows because of
compatibility with older Windows versions.
Here is this issue discussed:https://bugs.python.org/issue6926

Signed-off-by: Paul-Daniel Boca <pboca@cloudbasesolutions.com>
Acked-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com>
Signed-off-by: Gurucharan Shetty <guru@ovn.org>
tests/ovsdb-idl.at

index e5ead569062cda15f73c2acaa850832890561cde..b62f116e2e073ee92f91e56037b402a83ab61e9e 100644 (file)
@@ -109,6 +109,7 @@ m4_define([OVSDB_CHECK_IDL_TCP_PY],
 m4_define([OVSDB_CHECK_IDL_TCP6_PYN],
   [AT_SETUP([$1 - tcp6])
    AT_SKIP_IF([test $7 = no])
+   AT_SKIP_IF([test "$IS_WIN32" = "yes"])
    AT_SKIP_IF([test $HAVE_IPV6 = no])
    AT_KEYWORDS([ovsdb server idl positive Python with tcp6 socket $5])
    AT_CHECK([ovsdb-tool create db $abs_srcdir/idltest.ovsschema],