comparison 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
comparison
equal deleted inserted replaced
473:4ee85b016a40 474:6917a26881ed
24 ======== 24 ========
25 25
26 All-tests: 26 All-tests:
27 --------- 27 ---------
28 28
29 with a local executable:
30
29 python3 NewTests/main.py --pattern=* \ 31 python3 NewTests/main.py --pattern=* \
30 --orthanc_under_tests_exe=/home/alain/o/build/orthanc/Orthanc \ 32 --orthanc_under_tests_exe=/home/alain/o/build/orthanc/Orthanc \
31 --orthanc_under_tests_http_port=8043 \ 33 --orthanc_under_tests_http_port=8043 \
32 --plugin=/home/alain/o/build/orthanc/libHousekeeper.so \ 34 --plugin=/home/alain/o/build/orthanc/libHousekeeper.so \
33 --plugin=/home/alain/o/build/orthanc-gdcm/libOrthancGdcm.so 35 --plugin=/home/alain/o/build/orthanc-gdcm/libOrthancGdcm.so
34 36
37
38 with Docker:
39
40 python3 NewTests/main.py --pattern=* \
41 --orthanc_under_tests_docker_image=osimis/orthanc:current \
42 --orthanc_previous_version_docker_image=osimis/orthanc:22.4.0 \
43 --orthanc_under_tests_http_port=8043
35 44
36 Housekeeper: 45 Housekeeper:
37 ----------- 46 -----------
38 47
39 Run the Housekeeper tests with your locally build version and break between preparation 48 Run the Housekeeper tests with your locally build version and break between preparation