diff NewTests/README @ 624:543e372d2265

added a PG max storage test
author Alain Mazy <am@osimis.io>
date Wed, 14 Feb 2024 11:25:40 +0100
parents 75dbc81d0e26
children f6ee256f2404
line wrap: on
line diff
--- a/NewTests/README	Wed Feb 07 11:43:32 2024 +0100
+++ b/NewTests/README	Wed Feb 14 11:25:40 2024 +0100
@@ -120,18 +120,26 @@
 - execute tests
 
 
-MaxStorageReject:
-------------------
+MaxStorage:
+----------
 
-Run the MaxStorageReject tests with your locally build version and break before and after preparation
+Run the MaxStorage 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.* \
+python3 NewTests/main.py --pattern=MaxStorage.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
 
+python3 NewTests/main.py --pattern=MaxStorage.test_max_storage_pg.TestMaxStoragePG.* \
+                         --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/pg/libOrthancPostgreSQLIndex.so \
+                         --break_after_preparation
+
+
 
 Authorization:
 --------------