comparison GenerateConfigurationForTests.py @ 515:5dca7ef42156

added a non-regression test wrt StableStudy
author Alain Mazy <am@osimis.io>
date Tue, 04 Apr 2023 12:05:27 +0200
parents e2ce0edb9002
children a06d0a45c62f
comparison
equal deleted inserted replaced
512:e2ce0edb9002 515:5dca7ef42156
137 } 137 }
138 } 138 }
139 config['RegisteredUsers'] = { 'alice' : 'orthanctest' } 139 config['RegisteredUsers'] = { 'alice' : 'orthanctest' }
140 config['RemoteAccessAllowed'] = True 140 config['RemoteAccessAllowed'] = True
141 config['OverwriteInstances'] = True 141 config['OverwriteInstances'] = True
142 config['StableAge'] = 1
142 config['JobsHistorySize'] = 1000 143 config['JobsHistorySize'] = 1000
143 config['SynchronousCMove'] = False 144 config['SynchronousCMove'] = False
144 config['MediaArchiveSize'] = 1 145 config['MediaArchiveSize'] = 1
145 config['SaveJobs'] = False 146 config['SaveJobs'] = False
146 config['ExecuteLuaEnabled'] = True 147 config['ExecuteLuaEnabled'] = True