diff NewTests/README @ 490:10a47656e34f

new tests for MaximumStorageMode
author Alain Mazy <am@osimis.io>
date Tue, 09 Aug 2022 17:57:57 +0200
parents 2078cb20a560
children 2170c10f9d49
line wrap: on
line diff
--- a/NewTests/README	Mon Aug 08 10:55:47 2022 +0200
+++ b/NewTests/README	Tue Aug 09 17:57:57 2022 +0200
@@ -101,3 +101,17 @@
 - drive this Orthanc to prepare the DB
 - interrupt and instruct you how to start your own version, pointing to the configuration file to use
 - execute tests
+
+
+MaxStorageReject:
+------------------
+
+Run the MaxStorageReject tests with your locally build version and break before and after preparation
+and execution to allow you to start your debugger.
+
+python3 NewTests/main.py --pattern=MaxStorageReject.test_max_storage_reject.TestMaxStorageReject.* \
+                         --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 \
+                         --break_after_preparation
+