Commit 67cbbda7 authored by Vincent Pelletier's avatar Vincent Pelletier

tests: Add docstring on testHttpSSLRenewal.

parent c4f093d2
...@@ -1978,6 +1978,9 @@ class CaucaseTest(unittest.TestCase): ...@@ -1978,6 +1978,9 @@ class CaucaseTest(unittest.TestCase):
updater_thread.join(2) updater_thread.join(2)
def testHttpSSLRenewal(self): def testHttpSSLRenewal(self):
"""
Test that caucased https certificate renewal is functional.
"""
# http server is started without backups by default, so deadline is ssl # http server is started without backups by default, so deadline is ssl
# renewal deadline. So fake expiration and verify the certificate presented # renewal deadline. So fake expiration and verify the certificate presented
# by https server changed. # by https server changed.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment