Re: [ovs-dev] [PATCH] tests: Skip tunnel-push-pop test on Windows and BSD.

2014-11-13 Thread YAMAMOTO Takashi
> diff --git a/tests/atlocal.in b/tests/atlocal.in > index 825d289..bada7e2 100644 > --- a/tests/atlocal.in > +++ b/tests/atlocal.in > @@ -93,13 +93,19 @@ FreeBSD|NetBSD) > ;; > esac > > -# Check for MINGW platform. > +# Check for platform. > case `uname` in > MINGW*) > IS_WIN32="yes

[ovs-dev] [PATCH] tests: Skip tunnel-push-pop test on Windows and BSD.

2014-11-13 Thread Pravin B Shelar
Also updates ovs-router README documentation. Signed-off-by: Pravin B Shelar --- README-native-tunneling.md |2 ++ tests/atlocal.in |8 +++- tests/tunnel-push-pop.at |3 +++ 3 files changed, 12 insertions(+), 1 deletions(-) diff --git a/README-native-tunneling.md b/R