Re: [ovs-dev] [PATCH V6 03/17] python tests: Fixed ctl file name for Windows

2016-07-06 Thread Paul Boca
Hi Alin! Comments inlined. Thanks, Paul > -Original Message- > From: Alin Serdean > Sent: Wednesday, July 6, 2016 8:18 PM > To: Paul Boca; dev@openvswitch.org > Subject: RE: [ovs-dev] [PATCH V6 03/17] python tests: Fixed ctl file name for > Windows > > >

Re: [ovs-dev] [PATCH V6 03/17] python tests: Fixed ctl file name for Windows

2016-07-06 Thread Alin Serdean
> -Mesaj original- > De la: dev [mailto:dev-boun...@openvswitch.org] În numele Paul Boca > Trimis: Wednesday, July 6, 2016 3:38 PM > Către: dev@openvswitch.org > Subiect: [ovs-dev] [PATCH V6 03/17] python tests: Fixed ctl file name for > Windows > > On Windows the

[ovs-dev] [PATCH V6 03/17] python tests: Fixed ctl file name for Windows

2016-07-06 Thread Paul Boca
On Windows the CTL file doesn't contain the pid of the process. Signed-off-by: Paul-Daniel Boca --- V2: No changes V3: No changes V4: No changes V5: No changes V6: No changes --- python/ovs/unixctl/__init__.py | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/python/