[ovs-dev] [PATCH 0/6] Run Python IDL checks using SSL

Jakub Sitnicki jkbs at redhat.com
Wed Apr 18 16:01:09 UTC 2018


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


More information about the dev mailing list