comparison README @ 532:f96c023ce523

dicom-web X-Forwarded headers
author Alain Mazy <am@osimis.io>
date Mon, 24 Apr 2023 10:43:27 +0200
parents 91d3dfdae90f
children d7f7b9af09ca
comparison
equal deleted inserted replaced
531:8a920ab91cf4 532:f96c023ce523
125 To run a single test with by fixing the Orthanc 0.8.6 executable path: 125 To run a single test with by fixing the Orthanc 0.8.6 executable path:
126 # python2 ./Tests/Run.py --orthanc /home/alain/Releases/Orthanc-0.8.6/Build/Orthanc Orthanc.test_peer_store_straight 126 # python2 ./Tests/Run.py --orthanc /home/alain/Releases/Orthanc-0.8.6/Build/Orthanc Orthanc.test_peer_store_straight
127 127
128 To run a plugin test (no need for Orthanc 0.8.6) 128 To run a plugin test (no need for Orthanc 0.8.6)
129 # python2 ./Plugins/DicomWeb/Run.py 129 # python2 ./Plugins/DicomWeb/Run.py
130 # python2 ./Plugins/DicomWeb/Run.py Orthanc.test_forwarded_headers
130 131
131 Use the flag "--help" to get the full list of arguments. These 132 Use the flag "--help" to get the full list of arguments. These
132 arguments will notably allow you to specify the network parameters 133 arguments will notably allow you to specify the network parameters
133 of your remote instance of Orthanc. 134 of your remote instance of Orthanc.
134 135