diff NewTests/README @ 506:2170c10f9d49

added new tests with ingest transcoding
author Alain Mazy <am@osimis.io>
date Fri, 27 Jan 2023 12:51:18 +0100
parents 10a47656e34f
children 80ba6f1d521c
line wrap: on
line diff
--- a/NewTests/README	Wed Jan 18 17:59:59 2023 +0100
+++ b/NewTests/README	Fri Jan 27 12:51:18 2023 +0100
@@ -82,6 +82,23 @@
 - interrupt and instruct you how to start your own version, pointing to the configuration file to use
 - execute tests
 
+WithIngestTranscoding:
+------------------
+
+Runs an Orthanc with IngestTranscoding configured.
+
+Run theses tests with your locally build version.
+
+python3 NewTests/main.py --pattern=WithIngestTranscoding.* \
+                         --orthanc_under_tests_exe=/home/alain/o/build/orthanc/Orthanc \
+                         --orthanc_under_tests_http_port=8043 \
+                         --break_after_preparation
+
+The test script will:
+- generate 1 configuration file in the `configurations` folder,
+- interrupt and instruct you how to start your own version, pointing to the configuration file to use
+- execute tests
+
 
 StorageCompression:
 ------------------