comparison NewTests/README @ 616:a5882a40ccb6

rename osimis/orthanc to orthancteam/orthanc
author Alain Mazy <am@osimis.io>
date Mon, 05 Feb 2024 12:58:24 +0100
parents b1e1c7149a37
children 75dbc81d0e26
comparison
equal deleted inserted replaced
615:087888659ba3 616:a5882a40ccb6
38 38
39 39
40 with Docker: 40 with Docker:
41 41
42 python3 NewTests/main.py --pattern=* \ 42 python3 NewTests/main.py --pattern=* \
43 --orthanc_under_tests_docker_image=osimis/orthanc:current \ 43 --orthanc_under_tests_docker_image=orthancteam/orthanc:current \
44 --orthanc_previous_version_docker_image=osimis/orthanc:22.4.0 \ 44 --orthanc_previous_version_docker_image=orthancteam/orthanc:22.4.0 \
45 --orthanc_under_tests_http_port=8043 45 --orthanc_under_tests_http_port=8043
46 46
47 Housekeeper: 47 Housekeeper:
48 ----------- 48 -----------
49 49
146 --break_before_preparation 146 --break_before_preparation
147 147
148 with Docker: 148 with Docker:
149 149
150 python3 NewTests/main.py --pattern=Authorization.test_authorization.TestAuthorization.* \ 150 python3 NewTests/main.py --pattern=Authorization.test_authorization.TestAuthorization.* \
151 --orthanc_under_tests_docker_image=osimis/orthanc:current \ 151 --orthanc_under_tests_docker_image=orthancteam/orthanc:current \
152 --orthanc_previous_version_docker_image=osimis/orthanc:22.4.0 \ 152 --orthanc_previous_version_docker_image=orthancteam/orthanc:22.4.0 \
153 --orthanc_under_tests_http_port=8043 153 --orthanc_under_tests_http_port=8043
154 154
155 155
156 Concurrency: 156 Concurrency:
157 ----------- 157 -----------
166 --break_before_preparation 166 --break_before_preparation
167 167
168 with Docker: 168 with Docker:
169 169
170 python3 NewTests/main.py --pattern=Concurrency.test_concurrency.TestConcurrency.* \ 170 python3 NewTests/main.py --pattern=Concurrency.test_concurrency.TestConcurrency.* \
171 --orthanc_under_tests_docker_image=osimis/orthanc:current \ 171 --orthanc_under_tests_docker_image=orthancteam/orthanc:current \
172 --orthanc_under_tests_http_port=8043 172 --orthanc_under_tests_http_port=8043
173 173
174 PG upgrades: 174 PG upgrades:
175 ----------- 175 -----------
176 176
177 with Docker: 177 with Docker:
178 178
179 python3 NewTests/main.py --pattern=PostgresUpgrades.test_pg_upgrades.TestPgUpgrades.* \ 179 python3 NewTests/main.py --pattern=PostgresUpgrades.test_pg_upgrades.TestPgUpgrades.* \
180 --orthanc_under_tests_docker_image=osimis/orthanc:current 180 --orthanc_under_tests_docker_image=orthancteam/orthanc:current