comparison README @ 456:0d7c0bbe6c90 more-tags

fix
author Alain Mazy <am@osimis.io>
date Wed, 23 Mar 2022 09:24:07 +0100
parents 09ebdee8eda2
children 4ee85b016a40
comparison
equal deleted inserted replaced
454:6105b7671a58 456:0d7c0bbe6c90
51 # python ./GenerateConfigurationForTests.py --force --plugins /home/.../libModalityWorklists.so 51 # python ./GenerateConfigurationForTests.py --force --plugins /home/.../libModalityWorklists.so
52 # Orthanc IntegrationTestsConfiguration.json 52 # Orthanc IntegrationTestsConfiguration.json
53 53
54 2. In the second command shell: 54 2. In the second command shell:
55 55
56 # python ./Tests/Run.py 56 # python ./Plugins/Worklists/Run.py
57 57
58 58
59 59
60 Running the tests 60 Running the tests
61 ================= 61 =================
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: 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)
129 # python2 ./Plugins/DicomWeb/Run.py Orthanc.test_peer_store_straight
128 130
129 Use the flag "--help" to get the full list of arguments. These 131 Use the flag "--help" to get the full list of arguments. These
130 arguments will notably allow you to specify the network parameters 132 arguments will notably allow you to specify the network parameters
131 of your remote instance of Orthanc. 133 of your remote instance of Orthanc.
132 134