comparison README @ 608:ba06331ac8dd

new test for issue #219
author Alain Mazy <am@osimis.io>
date Wed, 24 Jan 2024 13:23:29 +0100
parents 8aa101e126d0
children 31a7e52b3da6
comparison
equal deleted inserted replaced
607:d743c210cbc8 608:ba06331ac8dd
124 (Option 2a) Without Docker: 124 (Option 2a) Without Docker:
125 125
126 # python ./Tests/Run.py 126 # python ./Tests/Run.py
127 127
128 To run a single test with by fixing the Orthanc 0.8.6 executable path: 128 To run a single test with by fixing the Orthanc 0.8.6 executable path:
129 # python2 ./Tests/Run.py --orthanc /home/alain/Releases/Orthanc-0.8.6/Build/Orthanc Orthanc.test_peer_store_straight 129 # python2 ./Tests/Run.py --force --orthanc /home/alain/Releases/Orthanc-0.8.6/Build/Orthanc Orthanc.test_peer_store_straight
130 130
131 To run a plugin test (no need for Orthanc 0.8.6) 131 To run a plugin test (no need for Orthanc 0.8.6)
132 # python ./Plugins/DicomWeb/Run.py 132 # python2 ./Plugins/DicomWeb/Run.py --force
133 # python ./Plugins/DicomWeb/Run.py Orthanc.test_forwarded_headers 133 # python2 ./Plugins/DicomWeb/Run.py --force Orthanc.test_forwarded_headers
134 134
135 Use the flag "--help" to get the full list of arguments. These 135 Use the flag "--help" to get the full list of arguments. These
136 arguments will notably allow you to specify the network parameters 136 arguments will notably allow you to specify the network parameters
137 of your remote instance of Orthanc. 137 of your remote instance of Orthanc.
138 138