Commit e82b63eb authored by Łukasz Nowak's avatar Łukasz Nowak

software/rapid-cdn: Extend snapshot in tests

Store certificates, as they are important for understanding assertions.
parent 4c3f9e2c
......@@ -1215,6 +1215,11 @@ class HttpFrontendTestCase(SlapOSInstanceTestCase):
@classmethod
def setUpClass(cls):
# snapshot certificates, as having access to them is critical to
# understand some failures
cls._save_instance_file_pattern_list += (
'*/srv/autocert/*',
)
try:
cls.createWildcardExampleComCertificate()
cls.prepareCertificate()
......
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