comparison 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
comparison
equal deleted inserted replaced
479:91d3dfdae90f 480:5ac463ebf463
149 config['WebDavEnabled'] = True 149 config['WebDavEnabled'] = True
150 config['WebDavDeleteAllowed'] = True 150 config['WebDavDeleteAllowed'] = True
151 config['WebDavUploadAllowed'] = True 151 config['WebDavUploadAllowed'] = True
152 config['StorageCompression'] = args.compression 152 config['StorageCompression'] = args.compression
153 config['CheckRevisions'] = True 153 config['CheckRevisions'] = True
154 config['HttpsCACertificates'] = "/etc/ssl/certs/ca-certificates.crt" # for HTTPS lua tests (note: this path is valid only on linux !)
154 155
155 del config['DeidentifyLogsDicomVersion'] 156 del config['DeidentifyLogsDicomVersion']
156 del config['KeepAlive'] 157 del config['KeepAlive']
157 158
158 config['Dictionary'] = { 159 config['Dictionary'] = {