comparison 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
comparison
equal deleted inserted replaced
505:9f28cb3d7979 506:2170c10f9d49
80 The test script will: 80 The test script will:
81 - generate 1 configuration file in the `configurations` folder, 81 - generate 1 configuration file in the `configurations` folder,
82 - interrupt and instruct you how to start your own version, pointing to the configuration file to use 82 - interrupt and instruct you how to start your own version, pointing to the configuration file to use
83 - execute tests 83 - execute tests
84 84
85 WithIngestTranscoding:
86 ------------------
87
88 Runs an Orthanc with IngestTranscoding configured.
89
90 Run theses tests with your locally build version.
91
92 python3 NewTests/main.py --pattern=WithIngestTranscoding.* \
93 --orthanc_under_tests_exe=/home/alain/o/build/orthanc/Orthanc \
94 --orthanc_under_tests_http_port=8043 \
95 --break_after_preparation
96
97 The test script will:
98 - generate 1 configuration file in the `configurations` folder,
99 - interrupt and instruct you how to start your own version, pointing to the configuration file to use
100 - execute tests
101
85 102
86 StorageCompression: 103 StorageCompression:
87 ------------------ 104 ------------------
88 105
89 Run the StorageCompression tests with your locally build version and break before and after preparation 106 Run the StorageCompression tests with your locally build version and break before and after preparation