[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 ++

[ovs-dev] [PATCH v3 4/4] ovn: Add tests for ovn dhcp

2015-11-20 Thread nusiddiq
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

[ovs-dev] [PATCH v4 4/4] ovn: Add tests for ovn dhcp

2015-11-24 Thread nusiddiq
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