]> git.proxmox.com Git - mirror_ovs.git/commitdiff
python tests: Skip IPsec test 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:43:47 +0000 (08:43 -0700)
IPsec is not used on Windows yet, and the services used by this test
are non-existent on Windows.
Also the paths in the test do not exist on Windows.

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/ovs-monitor-ipsec.at

index 986089fc13c49486b79d1ac197e252fc89714055..cae28789edf15de8cc13a23dcac03aa7788dd4c0 100644 (file)
@@ -2,6 +2,7 @@ AT_BANNER([ovs-monitor-ipsec])
 
 AT_SETUP([ovs-monitor-ipsec])
 AT_SKIP_IF([test $HAVE_PYTHON = no])
+AT_SKIP_IF([test "$IS_WIN32" = "yes"])
 AT_SKIP_IF([$non_ascii_cwd])
 
 trim () {  # Removes blank lines and lines starting with # from input.