Commit dcafc514 authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

Fix tests

parent f71b36e9
...@@ -183,8 +183,8 @@ key = 'slapos-upgrade-testing-key-with-config-file-valid' ...@@ -183,8 +183,8 @@ key = 'slapos-upgrade-testing-key-with-config-file-valid'
""" + BASE_UPDATE_CFG_DATA """ + BASE_UPDATE_CFG_DATA
UPDATE_CFG_WITH_UPLOAD_DATA = UPDATE_CFG_DATA + """ UPDATE_CFG_WITH_UPLOAD_DATA = UPDATE_CFG_DATA + """
signature_private_key_file = /etc/opt/slapos/signature.key signature-private-key-file = /etc/opt/slapos/signature.key
signature_certificate_file = /etc/opt/slapos/signature.cert signature-certificate-file = /etc/opt/slapos/signature.cert
upload-cache-url = https://www.shacache.org/shacache upload-cache-url = https://www.shacache.org/shacache
shacache-cert-file = /etc/opt/slapos/shacache.crt shacache-cert-file = /etc/opt/slapos/shacache.crt
shacache-key-file = /etc/opt/slapos/shacache.key shacache-key-file = /etc/opt/slapos/shacache.key
...@@ -285,8 +285,8 @@ class NetworkCacheTestCase(unittest.TestCase): ...@@ -285,8 +285,8 @@ class NetworkCacheTestCase(unittest.TestCase):
os.remove(signature_private_key_file) os.remove(signature_private_key_file)
slapos.signature.generateCertificate(signature_certificate_file, signature_private_key_file, 'COMP-123A') slapos.signature.generateCertificate(signature_certificate_file, signature_private_key_file, 'COMP-123A')
configuration_content = UPDATE_UPLOAD_CFG_DATA + """ configuration_content = UPDATE_UPLOAD_CFG_DATA + """
signature_private_key_file = %(signature_private_key_file)s signature-private-key-file = %(signature_private_key_file)s
signature_certificate_file = %(signature_certificate_file)s signature-certificate-file = %(signature_certificate_file)s
upload-cache-url = https://www.shacache.org/shacache upload-cache-url = https://www.shacache.org/shacache
shacache-cert-file = %(tempfile)s shacache-cert-file = %(tempfile)s
shacache-key-file = %(tempfile)s shacache-key-file = %(tempfile)s
......
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