-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/40513/
-----------------------------------------------------------
Review request for mesos, Anand Mazumdar, Artem Harutyunyan, and Joris Van
Remoortere.
Bugs: MESOS-3753
https://issues.apache.org/jira/browse/MESOS-3753
Repository: mesos
Description
-------
Changes the parameterization of the `SchedulerTests` to include different SSL
configurations. Libprocess and SSL are reinitialized in order for the
different configurations to show up on newly launched masters.
This review adds a basic SSL configuration.
NOTE: This should be committed while/after the related components in the HTTP
Scheduler library are fixed.
Diffs
-----
src/tests/scheduler_tests.cpp b61f5a0dc9e56ecbc98188c6361d03cd5c1db667
Diff: https://reviews.apache.org/r/40513/diff/
Testing
-------
The new tests fail because the underlying HTTP Scheduler library is hard-coded
to use `http`.
Thanks,
Joseph Wu