comparison GenerateConfigurationForTests.py @ 232:f2af7bdc9bf8

tests for transfers accelerator
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 05 Mar 2019 07:02:42 +0100
parents f5414254ccaa
children 9929e4af2b7a
comparison
equal deleted inserted replaced
231:4087505ddfe3 232:f2af7bdc9bf8
108 'self' : [ 'ORTHANC', '127.0.0.1', 4242 ] 108 'self' : [ 'ORTHANC', '127.0.0.1', 4242 ]
109 } 109 }
110 config['DicomPort'] = args.dicom 110 config['DicomPort'] = args.dicom
111 config['HttpCompressionEnabled'] = False 111 config['HttpCompressionEnabled'] = False
112 config['LogExportedResources'] = True 112 config['LogExportedResources'] = True
113 config['OrthancPeers'] = { 'peer' : [ 'http://%s:%d/' % (ip, 5000), 'alice', 'orthanctest' ] } 113 config['OrthancPeers'] = {
114 'peer' : [ 'http://%s:%d/' % (ip, 5000), 'alice', 'orthanctest' ],
115 'transfers-bidirectional' : {
116 'Url' : 'http://localhost:8042/',
117 'RemoteSelf' : 'transfers-bidirectional',
118 'Username' : 'alice',
119 'Password' : 'orthanctest'
120 },
121 'transfers-simple' : {
122 'Url' : 'http://localhost:8042/',
123 'Username' : 'alice',
124 'Password' : 'orthanctest'
125 }
126 }
114 config['RegisteredUsers'] = { 'alice' : 'orthanctest' } 127 config['RegisteredUsers'] = { 'alice' : 'orthanctest' }
115 config['RemoteAccessAllowed'] = True 128 config['RemoteAccessAllowed'] = True
116 config['OverwriteInstances'] = True 129 config['OverwriteInstances'] = True
117 config['JobsHistorySize'] = 1000 130 config['JobsHistorySize'] = 1000
118 config['SynchronousCMove'] = False 131 config['SynchronousCMove'] = False