comparison NewTests/README @ 486:6144ef431512

new tests for sequences in ExtraMainDicomTags
author Alain Mazy <am@osimis.io>
date Tue, 28 Jun 2022 18:38:21 +0200
parents 45c3fe035fed
children 2078cb20a560
comparison
equal deleted inserted replaced
485:459eb688d3a1 486:6144ef431512
65 65
66 66
67 TODO: implement and document usage with Docker !!!! 67 TODO: implement and document usage with Docker !!!!
68 68
69 69
70 ExtraMainDicomTags:
71 ------------------
72
73 Runs an Orthanc in Index Only mode while storing extra main dicom tags and perform various find (including DicomWeb).
74
75 Run the ExtraMainDicomTags tests with your locally build version.
76
77 python3 NewTests/main.py --pattern=ExtraMainDicomTags.* \
78 --orthanc_under_tests_exe=/home/alain/o/build/orthanc/Orthanc \
79 --orthanc_under_tests_http_port=8043 \
80 --plugin=/home/alain/o/build/orthanc-dicomweb/libOrthancDicomWeb.so \
81 --break_after_preparation
82
83 The test script will:
84 - generate 1 configuration file in the `configurations` folder,
85 - interrupt and instruct you how to start your own version, pointing to the configuration file to use
86 - execute tests
70 87
71 88