diff mbox

[ovs-dev,10/12] tunnel tests: Skip ipsec_gre tests on Windows

Message ID 1472222398-5780-11-git-send-email-pboca@cloudbasesolutions.com
State Accepted
Delegated to: Guru Shetty
Headers show

Commit Message

Paul Boca Aug. 26, 2016, 2:40 p.m. UTC
The ipsec feature is not implemented on windows.

Signed-off-by: Paul-Daniel Boca <pboca@cloudbasesolutions.com>
---
 tests/tunnel.at | 3 +++
 1 file changed, 3 insertions(+)

Comments

Gurucharan Shetty Aug. 26, 2016, 6:08 p.m. UTC | #1
On 26 August 2016 at 07:40, Paul Boca <pboca@cloudbasesolutions.com> wrote:

> The ipsec feature is not implemented on windows.
>
> Signed-off-by: Paul-Daniel Boca <pboca@cloudbasesolutions.com>
>

Applied.


> ---
>  tests/tunnel.at | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/tests/tunnel.at b/tests/tunnel.at
> index 477517e..dbc6a11 100644
> --- a/tests/tunnel.at
> +++ b/tests/tunnel.at
> @@ -198,6 +198,7 @@ AT_CLEANUP
>
>  AT_SETUP([tunnel - encrypted tunnel and not setting skb_mark])
>  AT_SKIP_IF([test $HAVE_PYTHON = no])
> +AT_SKIP_IF([test "$IS_WIN32" = "yes"])
>  AT_SKIP_IF([$non_ascii_cwd])
>  OVS_VSWITCHD_START([add-port br0 p1 -- set Interface p1 type=gre \
>                      options:remote_ip=1.1.1.1 options:local_ip=2.2.2.2 \
> @@ -220,6 +221,7 @@ AT_CLEANUP
>
>  AT_SETUP([tunnel - encrypted tunnel and setting skb_mark to 1])
>  AT_SKIP_IF([test $HAVE_PYTHON = no])
> +AT_SKIP_IF([test "$IS_WIN32" = "yes"])
>  AT_SKIP_IF([$non_ascii_cwd])
>  OVS_VSWITCHD_START([add-port br0 p1 -- set Interface p1 type=gre \
>                      options:remote_ip=1.1.1.1 options:local_ip=2.2.2.2 \
> @@ -242,6 +244,7 @@ AT_CLEANUP
>
>  AT_SETUP([tunnel - encrypted tunnel and setting skb_mark to 2])
>  AT_SKIP_IF([test $HAVE_PYTHON = no])
> +AT_SKIP_IF([test "$IS_WIN32" = "yes"])
>  AT_SKIP_IF([$non_ascii_cwd])
>  OVS_VSWITCHD_START([add-port br0 p1 -- set Interface p1 type=gre \
>                      options:remote_ip=1.1.1.1 options:local_ip=2.2.2.2 \
> --
> 2.7.2.windows.1
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev
>
diff mbox

Patch

diff --git a/tests/tunnel.at b/tests/tunnel.at
index 477517e..dbc6a11 100644
--- a/tests/tunnel.at
+++ b/tests/tunnel.at
@@ -198,6 +198,7 @@  AT_CLEANUP
 
 AT_SETUP([tunnel - encrypted tunnel and not setting skb_mark])
 AT_SKIP_IF([test $HAVE_PYTHON = no])
+AT_SKIP_IF([test "$IS_WIN32" = "yes"])
 AT_SKIP_IF([$non_ascii_cwd])
 OVS_VSWITCHD_START([add-port br0 p1 -- set Interface p1 type=gre \
                     options:remote_ip=1.1.1.1 options:local_ip=2.2.2.2 \
@@ -220,6 +221,7 @@  AT_CLEANUP
 
 AT_SETUP([tunnel - encrypted tunnel and setting skb_mark to 1])
 AT_SKIP_IF([test $HAVE_PYTHON = no])
+AT_SKIP_IF([test "$IS_WIN32" = "yes"])
 AT_SKIP_IF([$non_ascii_cwd])
 OVS_VSWITCHD_START([add-port br0 p1 -- set Interface p1 type=gre \
                     options:remote_ip=1.1.1.1 options:local_ip=2.2.2.2 \
@@ -242,6 +244,7 @@  AT_CLEANUP
 
 AT_SETUP([tunnel - encrypted tunnel and setting skb_mark to 2])
 AT_SKIP_IF([test $HAVE_PYTHON = no])
+AT_SKIP_IF([test "$IS_WIN32" = "yes"])
 AT_SKIP_IF([$non_ascii_cwd])
 OVS_VSWITCHD_START([add-port br0 p1 -- set Interface p1 type=gre \
                     options:remote_ip=1.1.1.1 options:local_ip=2.2.2.2 \