comparison README @ 445:09ebdee8eda2

added test for /attachments/../info
author Alain Mazy <am@osimis.io>
date Wed, 09 Feb 2022 15:29:07 +0100
parents 192665e6113f
children 0d7c0bbe6c90
comparison
equal deleted inserted replaced
444:dbe74add9a21 445:09ebdee8eda2
120 120
121 (Option 2a) Without Docker: 121 (Option 2a) Without Docker:
122 122
123 # python ./Tests/Run.py 123 # python ./Tests/Run.py
124 124
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
127
128
125 Use the flag "--help" to get the full list of arguments. These 129 Use the flag "--help" to get the full list of arguments. These
126 arguments will notably allow you to specify the network parameters 130 arguments will notably allow you to specify the network parameters
127 of your remote instance of Orthanc. 131 of your remote instance of Orthanc.
128 132
129 133
142 orthanc under test on Windows (such that you can debug it). 146 orthanc under test on Windows (such that you can debug it).
143 Note that if Orthanc on Windows is not using the standard port, you 147 Note that if Orthanc on Windows is not using the standard port, you
144 may specify them when starting the test as shown below 148 may specify them when starting the test as shown below
145 149
146 # bash 150 # bash
147 # python Tests/Run.py --force --dicom 8567 --rest 8568 151 # python2 Tests/Run.py --force --dicom 4242 --rest 8042 --orthanc /home/alain/Releases/Orthanc-0.8.6/Build/Orthanc Orthanc.test_peer_store_straight
148 152
149 Note that you will have to install Linux prerequisites under WSL 153 Note that you will have to install Linux prerequisites under WSL
150 and the orthanc package as well. 154 and the orthanc package as well.
151 155
152 156