diff GenerateConfigurationForTests.py @ 480:5ac463ebf463

added a test for lua SetHttpTimeout
author Alain Mazy <am@osimis.io>
date Mon, 13 Jun 2022 16:55:45 +0200
parents 06eea14c5906
children 933fe1bbce4f
line wrap: on
line diff
--- a/GenerateConfigurationForTests.py	Tue May 10 12:17:30 2022 +0200
+++ b/GenerateConfigurationForTests.py	Mon Jun 13 16:55:45 2022 +0200
@@ -151,6 +151,7 @@
 config['WebDavUploadAllowed'] = True
 config['StorageCompression'] = args.compression
 config['CheckRevisions'] = True
+config['HttpsCACertificates'] = "/etc/ssl/certs/ca-certificates.crt"   # for HTTPS lua tests (note: this path is valid only on linux !)
 
 del config['DeidentifyLogsDicomVersion']
 del config['KeepAlive']