This patch set extends the Python IDL checks so that SSL is used and fixes a Unicode encoding issue with SSLStream that the newly added tests expose.
The mentioned issue has also been independently reported by Marcin Mirecki (oVirt). Jakub Sitnicki (6): tests: Complain if key and certs not provided for SSL connection tests: Remove useless run-if-fail commands passed to AT_CHECK tests: Reuse OVSDB_CHECK_IDL_PYN macro for IDL notify tests tests: Extend Python IDL checks to also run with SSL python: Fix a double encoding attempt on an Unicode string python: Tighten the check if we need encoding python/ovs/stream.py | 12 ++---- tests/ovsdb-idl.at | 110 +++++++++++++++++++++++++++------------------------ tests/test-ovsdb.py | 5 +++ 3 files changed, 67 insertions(+), 60 deletions(-) -- 2.14.3 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
