summaryrefslogtreecommitdiff
path: root/python/automake.mk
diff options
context:
space:
mode:
authorPaul Boca <pboca@cloudbasesolutions.com>2016-08-02 17:45:41 +0000
committerGurucharan Shetty <guru@ovn.org>2016-08-03 08:42:47 -0700
commit93c43dc0dc81e05ff72986629b91f0dc4a91f7bc (patch)
tree2c6fa0f15bc0e97dacaebf54512909666fcae5ef /python/automake.mk
parent07170206b494a9d200afd625c137262860e6513c (diff)
downloadopenvswitch-93c43dc0dc81e05ff72986629b91f0dc4a91f7bc.tar.gz
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>
Diffstat (limited to 'python/automake.mk')
-rw-r--r--python/automake.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/automake.mk b/python/automake.mk
index ecad39d35..1c8fa386d 100644
--- a/python/automake.mk
+++ b/python/automake.mk
@@ -11,6 +11,7 @@ ovstest_pyfiles = \
ovs_pyfiles = \
python/ovs/__init__.py \
python/ovs/daemon.py \
+ python/ovs/fcntl_win.py \
python/ovs/db/__init__.py \
python/ovs/db/data.py \
python/ovs/db/error.py \