[ovs-dev] [PATCH 1/5] Python tests: Add winutils.py module

Alin Serdean aserdean at cloudbasesolutions.com
Thu Dec 29 22:31:16 UTC 2016


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

> -----Original Message-----
> From: ovs-dev-bounces at openvswitch.org [mailto:ovs-dev-
> bounces at openvswitch.org] On Behalf Of Alin Balutoiu
> Sent: Thursday, December 29, 2016 7:41 PM
> To: dev at openvswitch.org
> Cc: Alin Balutoiu <abalutoiu at cloudbasesolutions.com>
> Subject: [ovs-dev] [PATCH 1/5] Python tests: Add winutils.py module
> 
> This patch adds a new python module which contains helper functions. These
> will be neccessary for the Windows implementation.
> 
> They cover the following aspects: sockets and namedpipes.
> 
> Signed-off-by: Alin-Gheorghe Balutoiu <abalutoiu at cloudbasesolutions.com>
> ---
>  python/automake.mk     |   3 +-
>  python/ovs/winutils.py | 226
> +++++++++++++++++++++++++++++++++++++++++++++++++
>  2 files changed, 228 insertions(+), 1 deletion(-)  create mode 100644
> python/ovs/winutils.py
> 
> diff --git a/python/automake.mk b/python/automake.mk index
> 1c8fa38..e417483 100644
> --- a/python/automake.mk
> +++ b/python/automake.mk
> @@ -34,7 +34,8 @@ ovs_pyfiles = \
>  	python/ovs/unixctl/server.py \
>  	python/ovs/util.py \
>  	python/ovs/version.py \
> -	python/ovs/vlog.py
> +	python/ovs/vlog.py \
> +	python/ovs/winutils.py
> 


More information about the dev mailing list