Re: [ovs-dev] [PATCH V9 13/17] python tests: Ported Python daemon to Windows

2016-07-26 Thread Alin Serdean
Acked-by: Alin Gabriel Serdean > -Mesaj original- > De la: dev [mailto:dev-boun...@openvswitch.org] În numele Paul Boca > Trimis: Tuesday, July 26, 2016 3:03 PM > Către: dev@openvswitch.org > Subiect: [ovs-dev] [PATCH V9 13/17] python tests: Ported Python daemon to >

[ovs-dev] [PATCH V9 13/17] python tests: Ported Python daemon to Windows

2016-07-26 Thread Paul Boca
Used subprocess.Popen instead os.fork (not implemented on windows) and repaced of os.pipe with Windows pipes. To be able to identify the child process I added an extra parameter to daemon process '--pipe-handle', this parameter also contains the parent Windows pipe handle, used by the child to sig