]> git.proxmox.com Git - mirror_ovs.git/commit
python tests: Added fcntl module for Windows
authorPaul Boca <pboca@cloudbasesolutions.com>
Tue, 2 Aug 2016 17:45:41 +0000 (17:45 +0000)
committerGurucharan Shetty <guru@ovn.org>
Wed, 3 Aug 2016 15:42:47 +0000 (08:42 -0700)
commit93c43dc0dc81e05ff72986629b91f0dc4a91f7bc
tree2c6fa0f15bc0e97dacaebf54512909666fcae5ef
parent07170206b494a9d200afd625c137262860e6513c
python tests: Added fcntl module for Windows

This is needed for lockf function used to lock the PID file on Windows.
ioctl and fcntl functions are not implemented at this time because they are
not used by any script.

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/automake.mk
python/ovs/fcntl_win.py [new file with mode: 0644]