comparison GenerateConfigurationForTests.py @ 188:7d585263808b

new test: test_queries_hierarchy
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 08 Dec 2018 18:17:10 +0100
parents 770f6f5aea16
children af8e034f4262
comparison
equal deleted inserted replaced
187:770f6f5aea16 188:7d585263808b
102 102
103 config['AllowFindSopClassesInStudy'] = False 103 config['AllowFindSopClassesInStudy'] = False
104 config['AuthenticationEnabled'] = True 104 config['AuthenticationEnabled'] = True
105 config['DicomAet'] = 'ORTHANC' 105 config['DicomAet'] = 'ORTHANC'
106 config['DicomAssociationCloseDelay'] = 0 106 config['DicomAssociationCloseDelay'] = 0
107 config['DicomModalities'] = { 'orthanctest' : [ 'ORTHANCTEST', ip, 5001 ] } 107 config['DicomModalities'] = {
108 'orthanctest' : [ 'ORTHANCTEST', ip, 5001 ],
109 'self' : [ 'ORTHANC', '127.0.0.1', 4242 ]
110 }
108 config['DicomPort'] = args.dicom 111 config['DicomPort'] = args.dicom
109 config['HttpCompressionEnabled'] = False 112 config['HttpCompressionEnabled'] = False
110 config['LogExportedResources'] = True 113 config['LogExportedResources'] = True
111 config['OrthancPeers'] = { 'peer' : [ 'http://%s:%d/' % (ip, 5000), 'alice', 'orthanctest' ] } 114 config['OrthancPeers'] = { 'peer' : [ 'http://%s:%d/' % (ip, 5000), 'alice', 'orthanctest' ] }
112 config['RegisteredUsers'] = { 'alice' : 'orthanctest' } 115 config['RegisteredUsers'] = { 'alice' : 'orthanctest' }