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 ++
Signed-off-by: Numan Siddique
---
tests/automake.mk | 1 +
tests/ovn.at | 184 +++
tests/test-ovn-dhcp.c | 211 ++
3 files changed, 396 insertions(+)
create mode 100644 tests/test-ovn-dhcp.c
d
Signed-off-by: Numan Siddique
---
tests/automake.mk | 1 +
tests/ovn.at | 184
tests/test-ovn-dhcp.c | 228 ++
3 files changed, 413 insertions(+)
create mode 100644 tests/test-ovn-dhcp.c
diff