diff 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
line wrap: on
line diff
--- a/NewTests/README	Mon Feb 05 09:50:24 2024 +0100
+++ b/NewTests/README	Mon Feb 05 12:58:24 2024 +0100
@@ -40,8 +40,8 @@
 with Docker:
 
 python3 NewTests/main.py --pattern=* \
-                         --orthanc_under_tests_docker_image=osimis/orthanc:current \
-                         --orthanc_previous_version_docker_image=osimis/orthanc:22.4.0 \
+                         --orthanc_under_tests_docker_image=orthancteam/orthanc:current \
+                         --orthanc_previous_version_docker_image=orthancteam/orthanc:22.4.0 \
                          --orthanc_under_tests_http_port=8043
 
 Housekeeper:
@@ -148,8 +148,8 @@
 with Docker:
 
 python3 NewTests/main.py --pattern=Authorization.test_authorization.TestAuthorization.* \
-                         --orthanc_under_tests_docker_image=osimis/orthanc:current \
-                         --orthanc_previous_version_docker_image=osimis/orthanc:22.4.0 \
+                         --orthanc_under_tests_docker_image=orthancteam/orthanc:current \
+                         --orthanc_previous_version_docker_image=orthancteam/orthanc:22.4.0 \
                          --orthanc_under_tests_http_port=8043
 
 
@@ -168,7 +168,7 @@
 with Docker:
 
 python3 NewTests/main.py --pattern=Concurrency.test_concurrency.TestConcurrency.* \
-                         --orthanc_under_tests_docker_image=osimis/orthanc:current \
+                         --orthanc_under_tests_docker_image=orthancteam/orthanc:current \
                          --orthanc_under_tests_http_port=8043
 
 PG upgrades:
@@ -177,4 +177,4 @@
 with Docker:
 
 python3 NewTests/main.py --pattern=PostgresUpgrades.test_pg_upgrades.TestPgUpgrades.* \
-                         --orthanc_under_tests_docker_image=osimis/orthanc:current
+                         --orthanc_under_tests_docker_image=orthancteam/orthanc:current