oslo.service/oslo_service/tests
James Page 5810d016e1 Update sslutils.wrap for newer Pythons
Make use of SSLContext to configure and then wrap sockets.

For Pythons >= 3.12 ssl.wrap_socket was been remove and this
is the only approach for configuring SSL options.

This should be compatible with Python 3.6 or later.

Change-Id: Ie6632c60db2bda10ad13a2ac2931b88ad52c10f4
2024-04-03 23:42:54 +00:00
..
ssl_cert Extend test cert validity to 2049 2019-10-10 10:26:00 +02:00
__init__.py Align tests with monkey patch original current_thread _active 2020-05-11 15:58:22 +02:00
base.py Fix some reST field lists in docstrings 2017-03-22 13:24:21 +00:00
eventlet_service.py Align tests with monkey patch original current_thread _active 2020-05-11 15:58:22 +02:00
test_eventlet_backdoor.py Use unittest.mock instead of third party mock 2020-04-20 09:29:01 -05:00
test_fixture.py Use unittest.mock instead of third party mock 2020-04-20 09:29:01 -05:00
test_loopingcall.py Fix misuse of assertTrue 2022-09-19 01:12:30 +00:00
test_periodic.py Use unittest.mock instead of third party mock 2020-04-20 09:29:01 -05:00
test_service.py Remove references to 'sys.version_info' 2021-04-29 09:10:24 +08:00
test_sslutils.py Update sslutils.wrap for newer Pythons 2024-04-03 23:42:54 +00:00
test_systemd.py Use unittest.mock instead of third party mock 2020-04-20 09:29:01 -05:00
test_threadgroup.py Add stop_on_exception to TG timers 2018-12-10 11:13:00 +13:00
test_wsgi.py Fix wsgi SSL tests for wsgi module under python 3 2020-06-17 12:23:42 +02:00