Re: [ovs-dev] [PATCH V11 01/17] python tests: Implemented signal.alarm for Windows

2016-08-03 Thread Guru Shetty
On 2 August 2016 at 10:45, Paul Boca wrote: > signal.alarm is not available in Windows and would trigger an exception > when called. Implemented this to mentain compatibility between > Windows and Linux for python tests. > > Signed-off-by: Paul-Daniel Boca > Acked-by: Alin Gabriel Serdean > ---

[ovs-dev] [PATCH V11 01/17] python tests: Implemented signal.alarm for Windows

2016-08-02 Thread Paul Boca
signal.alarm is not available in Windows and would trigger an exception when called. Implemented this to mentain compatibility between Windows and Linux for python tests. Signed-off-by: Paul-Daniel Boca Acked-by: Alin Gabriel Serdean --- V2: No changes V3: Code styling changes V4: No changes V5: