comparison 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
comparison
equal deleted inserted replaced
489:2078cb20a560 490:10a47656e34f
99 - generate 2 configuration file in the `configurations` folder, 99 - generate 2 configuration file in the `configurations` folder,
100 - start your local Orthanc version to prepare the db with one of the configuration file, 100 - start your local Orthanc version to prepare the db with one of the configuration file,
101 - drive this Orthanc to prepare the DB 101 - drive this Orthanc to prepare the DB
102 - interrupt and instruct you how to start your own version, pointing to the configuration file to use 102 - interrupt and instruct you how to start your own version, pointing to the configuration file to use
103 - execute tests 103 - execute tests
104
105
106 MaxStorageReject:
107 ------------------
108
109 Run the MaxStorageReject tests with your locally build version and break before and after preparation
110 and execution to allow you to start your debugger.
111
112 python3 NewTests/main.py --pattern=MaxStorageReject.test_max_storage_reject.TestMaxStorageReject.* \
113 --orthanc_under_tests_exe=/home/alain/o/build/orthanc/Orthanc \
114 --orthanc_under_tests_http_port=8043 \
115 --plugin=/home/alain/o/build/orthanc-dicomweb/libOrthancDicomWeb.so \
116 --break_after_preparation
117