[ovs-dev] [PATCH] tests: Only run python SSL test if SSL support is configured

Simon Horman simon.horman at netronome.com
Thu May 4 07:29:36 UTC 2017


On Wed, May 03, 2017 at 10:56:39AM -0700, Ben Pfaff wrote:
> On Wed, May 03, 2017 at 05:55:51PM +0200, Simon Horman wrote:
> > Only run python SSL test, which invokes ovsdb with a --remote=pssl,
> > if SSL support is configured.
> > 
> > Without this change the following error appears when running
> > the test-suite when OVS is configured with --disable-ssl.
> > 
> > +ovsdb-server: Private key specified but Open vSwitch was built without SSL support
> > ./ovsdb-idl.at:1215: exit code was 1, expected 0
> > 
> > Fixes: d90ed7d65ba8 ("python: Add SSL support to the python ovs client library")
> > Cc: Numan Siddique <nusiddiq at redhat.com>
> > Signed-off-by: Simon Horman <simon.horman at netronome.com>
> 
> Good catch.
> 
> Acked-by: Ben Pfaff <blp at ovn.org>

Thanks, applied.


More information about the dev mailing list