Re: [ovs-dev] [PATCH] python: Add SSL support to the python ovs client library

2016-10-05 Thread Numan Siddique
> > > > stderr: > Traceback (most recent call last): > File "../../../../tests/test-ovsdb.py", line 835, in > main(sys.argv) > File "../../../../tests/test-ovsdb.py", line 830, in main > func(*args) > File "../../../../tests/test-ovsdb.py", line 592, in do_idl > while idl.change_

[ovs-dev] [PATCH] python: Add SSL support to the python ovs client library

2016-10-04 Thread nusiddiq
From: Numan Siddique SSL support is added to the ovs/stream.py. pyOpenSSL library is used to support SSL. If this library is not present, then the SSL stream is not registered with the Stream class. Signed-off-by: Numan Siddique --- python/ovs/poller.py | 8 + python/ovs/stream.py | 87 ++