[ovs-dev] [PATCH] tests: Skip "daemon --service" test on Windows from non-admin console

Alin Serdean aserdean at cloudbasesolutions.com
Mon Jun 6 18:06:40 UTC 2016


Small nit: maybe rename the macro from OVS_SKIP_NON_ADMIN to OVS_SKIP_NON_ADMIN_WIN

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

> +dnl OVS_SKIP_NON_ADMIN()
> +dnl
> +dnl Checks if we have enough rights to create a service
> +m4_define([OVS_SKIP_NON_ADMIN],
> +  [
> +   AT_SKIP_IF([net session; test $? -ne 0])
> +   ])


More information about the dev mailing list