]> git.proxmox.com Git - mirror_ovs.git/commit - tests/appctl.py
python tests: Implemented signal.alarm for Windows
authorPaul Boca <pboca@cloudbasesolutions.com>
Tue, 2 Aug 2016 17:45:39 +0000 (17:45 +0000)
committerGurucharan Shetty <guru@ovn.org>
Wed, 3 Aug 2016 15:23:39 +0000 (08:23 -0700)
commit36d516346a9a780342db065eb016bd3015537b8f
tree1d24933a26fe70eb95d9cfa54f16fe8fc7f4b758
parent922247c68438d5718dbfbbb11d6c4bb0799105c7
python tests: Implemented signal.alarm for Windows

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 <pboca@cloudbasesolutions.com>
Acked-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com>
Signed-off-by: Gurucharan Shetty <guru@ovn.org>
python/ovs/fatal_signal.py
tests/appctl.py
tests/test-ovsdb.py
tests/test-unix-socket.py