comparison NewTests/PostgresUpgrades/orthanc-for-integ-tests.json @ 599:f3475c3e42e5

run integ tests after a PG downgrade
author Alain Mazy <am@osimis.io>
date Thu, 18 Jan 2024 17:46:54 +0100
parents
children
comparison
equal deleted inserted replaced
598:b9ae7c59fee9 599:f3475c3e42e5
1 // how to obtain this file:
2 // in orthanc-tests: generate the configuration file with python2 ./GenerateConfigurationForTests.py
3 // then, paste it here and:
4 // - remove the Plugins section
5 // - remove the PostgreSQL/MySQL/Odbc sections
6 // - update the IP of OrthancPeers and DicomModalities: replace localhost by orthanc-tests for the first item
7 // - update the Worklists.Database to "/worklists"
8 // - update the StorageDirectory to "/var/lib/orthand/db/"
9 {
10 "AcceptedTransferSyntaxes": [
11 "1.2.840.10008.1.*"
12 ],
13 "AllowFindSopClassesInStudy": false,
14 "AuthenticationEnabled": true,
15 "BuiltinDecoderTranscoderOrder": "After",
16 "CaseSensitivePN": false,
17 "CheckRevisions": true,
18 "ConcurrentJobs": 2,
19 "DefaultEncoding": "Utf8",
20 "DefaultPrivateCreator": "Lunit",
21 "DeidentifyLogs": true,
22 "DicomAet": "ORTHANC",
23 "DicomAlwaysAllowEcho": true,
24 "DicomAlwaysAllowFind": false,
25 "DicomAlwaysAllowFindWorklist": false,
26 "DicomAlwaysAllowGet": false,
27 "DicomAlwaysAllowMove": false,
28 "DicomAlwaysAllowStore": true,
29 "DicomAssociationCloseDelay": 0,
30 "DicomCheckCalledAet": false,
31 "DicomCheckModalityHost": false,
32 "DicomEchoChecksFind": false,
33 "DicomLossyTranscodingQuality": 90,
34 "DicomModalities": {
35 "orthanctest": [
36 "ORTHANCTEST",
37 "orthanc-tests",
38 5001
39 ],
40 "self": [
41 "ORTHANC",
42 "127.0.0.1",
43 4242
44 ]
45 },
46 "DicomModalitiesInDatabase": false,
47 "DicomPort": 4242,
48 "DicomScpTimeout": 30,
49 "DicomScuPreferredTransferSyntax": "1.2.840.10008.1.2.1",
50 "DicomScuTimeout": 10,
51 "DicomServerEnabled": true,
52 "DicomThreadsCount": 4,
53 "DicomTlsEnabled": false,
54 "DicomTlsRemoteCertificateRequired": true,
55 "DicomWeb": {
56 "Servers": {
57 "sample": [
58 "http://localhost:8042/dicom-web/",
59 "alice",
60 "orthanctest"
61 ]
62 }
63 },
64 "Dictionary": {
65 "0009,0010": [
66 "LO",
67 "Private data element",
68 1,
69 1,
70 "Lunit"
71 ],
72 "0009,1001": [
73 "DS",
74 "Abnormality score",
75 1,
76 1,
77 "Lunit"
78 ],
79 "00e1,10c2": [
80 "UI",
81 "PET-CT Multi Modality Name",
82 1,
83 1,
84 "ELSCINT1"
85 ],
86 "4321,1012": [
87 "LO",
88 "RadioButton3",
89 1,
90 1,
91 "RadioLogic"
92 ],
93 "7053,1003": [
94 "ST",
95 "Original Image Filename",
96 1,
97 1,
98 "Philips PET Private Group"
99 ]
100 },
101 "ExecuteLuaEnabled": true,
102 "HttpCompressionEnabled": false,
103 "HttpDescribeErrors": true,
104 "HttpPort": 8042,
105 "HttpProxy": "",
106 "HttpRequestTimeout": 30,
107 "HttpServerEnabled": true,
108 "HttpThreadsCount": 50,
109 "HttpTimeout": 2,
110 "HttpVerbose": false,
111 "HttpsCACertificates": "/etc/ssl/certs/ca-certificates.crt",
112 "HttpsVerifyPeers": true,
113 "IndexDirectory": "/var/lib/orthanc/db/",
114 "IngestTranscodingOfCompressed": true,
115 "IngestTranscodingOfUncompressed": true,
116 "JobsHistorySize": 1000,
117 "LimitFindInstances": 0,
118 "LimitFindResults": 0,
119 "LoadPrivateDictionary": true,
120 "LogExportedResources": true,
121 "LuaScripts": [],
122 "MallocArenaMax": 5,
123 "MaximumPatientCount": 0,
124 "MaximumPduLength": 16384,
125 "MaximumStorageCacheSize": 128,
126 "MaximumStorageSize": 0,
127 "MediaArchiveSize": 1,
128 "MetricsEnabled": true,
129 "Name": "MyOrthanc",
130 "OrthancExplorerEnabled": true,
131 "OrthancPeers": {
132 "peer": [
133 "http://orthanc-tests:5000/",
134 "alice",
135 "orthanctest"
136 ],
137 "self": {
138 "Password": "orthanctest",
139 "Url": "http://127.0.0.1:8042/",
140 "Username": "alice"
141 },
142 "transfers-bidirectional": {
143 "Password": "orthanctest",
144 "RemoteSelf": "transfers-bidirectional",
145 "Url": "http://localhost:8042/",
146 "Username": "alice"
147 },
148 "transfers-simple": {
149 "Password": "orthanctest",
150 "Url": "http://localhost:8042/",
151 "Username": "alice"
152 }
153 },
154 "OrthancPeersInDatabase": false,
155 "OverwriteInstances": true,
156 "QueryRetrieveSize": 100,
157 "RegisteredUsers": {
158 "alice": "orthanctest"
159 },
160 "RemoteAccessAllowed": true,
161 "SaveJobs": false,
162 "SslCertificate": "certificate.pem",
163 "SslEnabled": false,
164 "SslMinimumProtocolVersion": 4,
165 "SslTrustedClientCertificates": "trustedClientCertificates.pem",
166 "SslVerifyPeers": false,
167 "StableAge": 1,
168 "StorageAccessOnFind": "Always",
169 "StorageCommitmentReportsSize": 100,
170 "StorageCompression": false,
171 "StorageDirectory": "/var/lib/orthanc/db/",
172 "StoreDicom": true,
173 "StoreMD5ForAttachments": true,
174 "StrictAetComparison": false,
175 "SyncStorageArea": false,
176 "SynchronousCMove": false,
177 "SynchronousZipStream": true,
178 "TcpNoDelay": true,
179 "TranscodeDicomProtocol": true,
180 "UnknownSopClassAccepted": false,
181 "UserContentType": {},
182 "UserMetadata": {
183 "my-metadata": 1098
184 },
185 "WebDavDeleteAllowed": true,
186 "WebDavEnabled": true,
187 "WebDavUploadAllowed": true,
188 "Worklists": {
189 "Database": "/worklists",
190 "Enable": true
191 },
192 "ZipLoaderThreads": 0
193 }
194