[ovs-dev] [PATCH] ovn-controller-vtep.at: Skip test when using Windows setup.

Ben Pfaff blp at nicira.com
Fri Aug 21 19:59:37 UTC 2015


On Mon, Aug 17, 2015 at 03:09:46PM -0700, Alex Wang wrote:
> The 'ovs-vtep' simulator is not ported to Windows.  So, for now,
> just skip all tests in ovn-controller-vtep.at when running in
> Windows.
> 
> Signed-off-by: Alex Wang <alexw at nicira.com>

...

> -  [OVS_RUNDIR=`pwd`; export OVS_RUNDIR
> +  [
> +   # this will cause skip when 'make check' using Windows setup.
> +   AT_SKIP_IF([test $HAVE_PYTHON = no])

Is it a Python or a Windows incompatibility?  If it's really the latter,
then I'd recommend using "$IS_WIN32" = yes" instead.

Acked-by: Ben Pfaff <blp at nicira.com>



More information about the dev mailing list