Re: [ovs-dev] [PATCH V11 12/17] python tests: Prepare porting Python daemon on Windows

2016-08-04 Thread Paul Boca
include them in the commit description. I will resend this patch after I add [diff] renames = copies Thanks, Paul From: Guru Shetty [mailto:g...@ovn.org] Sent: Wednesday, August 3, 2016 7:07 PM To: Paul Boca Cc: dev@openvswitch.org Subject: Re: [ovs-dev] [PATCH V11 12/17] python tests: Prepare

Re: [ovs-dev] [PATCH V11 12/17] python tests: Prepare porting Python daemon on Windows

2016-08-03 Thread Guru Shetty
On 2 August 2016 at 10:45, Paul Boca wrote: > Renamed daemon.py to daemon_unix.py and implemented a wrapper over it. > > Signed-off-by: Paul-Daniel Boca > Acked-by: Alin Gabriel Serdean > As a standalone commit, this likely fails because it calls ovs.daemon_windows which does not exist. I also

[ovs-dev] [PATCH V11 12/17] python tests: Prepare porting Python daemon on Windows

2016-08-02 Thread Paul Boca
Renamed daemon.py to daemon_unix.py and implemented a wrapper over it. Signed-off-by: Paul-Daniel Boca Acked-by: Alin Gabriel Serdean --- V8: Initial commit. V9: No changes V10: Fixed exception on Unix V11: No changes --- python/automake.mk| 1 + python/ovs/daemon.py | 489 ++