oslo.service/oslo_service/tests
Davanum Srinivas acc9eb1e4d Support for SSL protocol and cipher controls
Add ability to explicitly specify SSL/TLS protocol
version and ciphers. We add 2 string options and
do not specify any default for backward compatability.
If the values are not specified explicitly we fall
back to the python defaults as we did before.

DocImpact

Closes-Bug: #1513581
Change-Id: I149cf569e1e5277f30e89203d20731d4482509d4
2015-11-11 01:31:38 +00:00
..
ssl_cert Added wsgi functionality 2015-08-19 12:01:40 +00:00
__init__.py doing monkey_patch for unittest. 2015-09-15 11:13:49 +08:00
base.py Add unit tests for sslutils 2015-09-25 16:49:27 +03:00
eventlet_service.py Added config option graceful_shutdown_timeout 2015-10-24 12:51:49 +03:00
test_eventlet_backdoor.py Move backdoor-related tests from test_service 2015-07-07 17:56:31 +03:00
test_loopingcall.py Move backoff looping call from IPA to oslo.service 2015-09-22 16:04:01 -07:00
test_periodic.py Enforce H405 check 2015-06-24 16:23:12 +03:00
test_service.py Forbid launching services with 0 or negative number of workers 2015-11-09 17:49:33 +03:00
test_sslutils.py Support for SSL protocol and cipher controls 2015-11-11 01:31:38 +00:00
test_systemd.py Increase test coverage of systemd 2015-07-02 16:14:28 +03:00
test_threadgroup.py ThreadGroup's stop didn't recognise the current thread correctly 2015-09-17 10:38:05 +08:00
test_wsgi.py Added wsgi functionality 2015-08-19 12:01:40 +00:00