diff 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
line wrap: on
line diff
--- a/NewTests/README	Wed Sep 06 17:03:54 2023 +0200
+++ b/NewTests/README	Wed Sep 06 17:04:36 2023 +0200
@@ -132,3 +132,15 @@
                          --plugin=/home/alain/o/build/orthanc-dicomweb/libOrthancDicomWeb.so \
                          --break_after_preparation
 
+
+Authorization:
+--------------
+
+Run the Authorization tests with your locally build version and break before execution to allow you to start your debugger.
+
+python3 NewTests/main.py --pattern=Authorization.test_authorization.TestAuthorization.* \
+                         --orthanc_under_tests_exe=/home/alain/o/build/orthanc/Orthanc \
+                         --orthanc_under_tests_http_port=8043 \
+                         --plugin=/home/alain/o/build/orthanc-dicomweb/libOrthancDicomWeb.so \
+                         --plugin=/home/alain/o/build/orthanc-authorization/libOrthancAuthorization.so \
+                         --break_before_preparation