comparison NewTests/README @ 576:80ba6f1d521c

new tests for authorization plugin (native only)
author Alain Mazy <am@osimis.io>
date Wed, 06 Sep 2023 17:04:36 +0200
parents 2170c10f9d49
children 0649a19df194
comparison
equal deleted inserted replaced
575:28fef24147fa 576:80ba6f1d521c
130 --orthanc_under_tests_exe=/home/alain/o/build/orthanc/Orthanc \ 130 --orthanc_under_tests_exe=/home/alain/o/build/orthanc/Orthanc \
131 --orthanc_under_tests_http_port=8043 \ 131 --orthanc_under_tests_http_port=8043 \
132 --plugin=/home/alain/o/build/orthanc-dicomweb/libOrthancDicomWeb.so \ 132 --plugin=/home/alain/o/build/orthanc-dicomweb/libOrthancDicomWeb.so \
133 --break_after_preparation 133 --break_after_preparation
134 134
135
136 Authorization:
137 --------------
138
139 Run the Authorization tests with your locally build version and break before execution to allow you to start your debugger.
140
141 python3 NewTests/main.py --pattern=Authorization.test_authorization.TestAuthorization.* \
142 --orthanc_under_tests_exe=/home/alain/o/build/orthanc/Orthanc \
143 --orthanc_under_tests_http_port=8043 \
144 --plugin=/home/alain/o/build/orthanc-dicomweb/libOrthancDicomWeb.so \
145 --plugin=/home/alain/o/build/orthanc-authorization/libOrthancAuthorization.so \
146 --break_before_preparation