[ovs-dev] [PATCH 4/6] tests: Extend Python IDL checks to also run with SSL

Ben Pfaff blp at ovn.org
Wed Apr 18 18:34:51 UTC 2018


On Wed, Apr 18, 2018 at 06:01:13PM +0200, Jakub Sitnicki wrote:
> Extend the macro for running a Python IDL test against an OVSDB server
> that uses SSL so that it can be used for regular IDL tests and for the
> notify tests.
> 
> This makes it easy to generate additional Python IDL tests that run
> using SSL, so do it.
> 
> As it turns out, newly added SSL tests unearth a pre-existing issue with
> unicode encoding when SSL is used, which will be fixed in the following
> patch.
> 
> Signed-off-by: Jakub Sitnicki <jkbs at redhat.com>

Thanks for the bug fix and the test.  I applied both patches 4 and 5,
but I reversed the order because we don't want to have an intermediate
point in the repo where there's a broken test.


More information about the dev mailing list