diff mbox

[ovs-dev,V5,06/17] python tests: Skip IPsec test on Windows

Message ID 1467390322-12852-7-git-send-email-pboca@cloudbasesolutions.com
State Superseded
Delegated to: Guru Shetty
Headers show

Commit Message

Paul Boca July 1, 2016, 4:26 p.m. UTC
IPsec is not used on Windows yet, and the services used by this test
are non-existent on Windows.

Signed-off-by: Paul-Daniel Boca <pboca@cloudbasesolutions.com>
---
V2: No changes
V3: No changes
V4: No changes
V5: No changes
---
 tests/ovs-monitor-ipsec.at | 1 +
 1 file changed, 1 insertion(+)

Comments

Alin Serdean July 1, 2016, 7:33 p.m. UTC | #1
Also paths in the test do not exist :) i.e. :
" mkdir etc etc/init.d etc/racoon etc/racoon/certs
mkdir usr usr/sbin"

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



> -----Mesaj original-----

> De la: dev [mailto:dev-bounces@openvswitch.org] În numele Paul Boca

> Trimis: Friday, July 1, 2016 7:27 PM

> Către: dev@openvswitch.org

> Subiect: [ovs-dev] [PATCH V5 06/17] python tests: Skip IPsec test on

> Windows

> 

> IPsec is not used on Windows yet, and the services used by this test are non-

> existent on Windows.

> 

> Signed-off-by: Paul-Daniel Boca <pboca@cloudbasesolutions.com>

> ---

> V2: No changes

> V3: No changes

> V4: No changes

> V5: No changes

> ---

>  tests/ovs-monitor-ipsec.at | 1 +

>  1 file changed, 1 insertion(+)

> 

> diff --git a/tests/ovs-monitor-ipsec.at b/tests/ovs-monitor-ipsec.at index

> 7f13444..89eab71 100644

> --- a/tests/ovs-monitor-ipsec.at

> +++ b/tests/ovs-monitor-ipsec.at

> @@ -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])

> 

>  cp "$top_srcdir/vswitchd/vswitch.ovsschema" .

> --

> 2.7.2.windows.1

> _______________________________________________

> dev mailing list

> dev@openvswitch.org

> http://openvswitch.org/mailman/listinfo/dev
diff mbox

Patch

diff --git a/tests/ovs-monitor-ipsec.at b/tests/ovs-monitor-ipsec.at
index 7f13444..89eab71 100644
--- a/tests/ovs-monitor-ipsec.at
+++ b/tests/ovs-monitor-ipsec.at
@@ -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])
 
 cp "$top_srcdir/vswitchd/vswitch.ovsschema" .