comparison GenerateConfigurationForTests.py @ 328:8a462f9c5a97

test_store_compressed
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sun, 23 Aug 2020 12:05:07 +0200
parents de6e73e4df60
children 194e3cfa200f
comparison
equal deleted inserted replaced
327:33ba5b1a0dd9 328:8a462f9c5a97
122 }, 122 },
123 'transfers-simple' : { 123 'transfers-simple' : {
124 'Url' : 'http://localhost:8042/', 124 'Url' : 'http://localhost:8042/',
125 'Username' : 'alice', 125 'Username' : 'alice',
126 'Password' : 'orthanctest' 126 'Password' : 'orthanctest'
127 },
128 'self' : {
129 'Url' : 'http://localhost:8042/',
130 'Username' : 'alice',
131 'Password' : 'orthanctest'
127 } 132 }
128 } 133 }
129 config['RegisteredUsers'] = { 'alice' : 'orthanctest' } 134 config['RegisteredUsers'] = { 'alice' : 'orthanctest' }
130 config['RemoteAccessAllowed'] = True 135 config['RemoteAccessAllowed'] = True
131 config['OverwriteInstances'] = True 136 config['OverwriteInstances'] = True