diff NewTests/README @ 474:6917a26881ed

NewTests working with Docker
author Alain Mazy <am@osimis.io>
date Mon, 02 May 2022 17:05:42 +0200
parents 4ee85b016a40
children 45c3fe035fed
line wrap: on
line diff
--- a/NewTests/README	Sat Apr 30 19:38:34 2022 +0200
+++ b/NewTests/README	Mon May 02 17:05:42 2022 +0200
@@ -26,6 +26,8 @@
 All-tests:
 ---------
 
+with a local executable:
+
 python3 NewTests/main.py --pattern=* \
                          --orthanc_under_tests_exe=/home/alain/o/build/orthanc/Orthanc \
                          --orthanc_under_tests_http_port=8043 \
@@ -33,6 +35,13 @@
                          --plugin=/home/alain/o/build/orthanc-gdcm/libOrthancGdcm.so
 
 
+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_http_port=8043
+
 Housekeeper:
 -----------