comparison README @ 174:d468cbe1b161

added tests for IncomingWorklistRequestFilter
author am@osimis.io
date Thu, 20 Sep 2018 11:51:34 +0200
parents 6943b41eb239
children 09ca519087a1
comparison
equal deleted inserted replaced
173:ed3db6386587 174:d468cbe1b161
12 various platforms supported by Orthanc. 12 various platforms supported by Orthanc.
13 13
14 General information about Orthanc can be found on its official 14 General information about Orthanc can be found on its official
15 Website: http://www.orthanc-server.com/ 15 Website: http://www.orthanc-server.com/
16 16
17 Prerequisites:
18 =============
19
20 You need Python2.7 installed with the following package
21 # pip2 install httplib2 Pillow
22
23 You also need DCMTK and Dicom3Tools
24 # sudo apt-get install -y dicom3tools DCMTK
17 25
18 Quick-start: Running tests on the localhost 26 Quick-start: Running tests on the localhost
19 =========================================== 27 ===========================================
20 28
21 This section explains how to run the integration tests in the simplest 29 This section explains how to run the integration tests in the simplest
23 run the instructions that follow: 31 run the instructions that follow:
24 32
25 1. In the first command shell: 33 1. In the first command shell:
26 34
27 # python ./GenerateConfigurationForTests.py --force 35 # python ./GenerateConfigurationForTests.py --force
36 # Orthanc IntegrationTestsConfiguration.json
37
38 2. In the second command shell:
39
40 # python ./Tests/Run.py
41
42 To test the worklist plugin
43 ---------------------------
44
45 1. In the first command shell:
46
47 # python ./GenerateConfigurationForTests.py --force --plugins /home/.../libModalityWorklists.so
28 # Orthanc IntegrationTestsConfiguration.json 48 # Orthanc IntegrationTestsConfiguration.json
29 49
30 2. In the second command shell: 50 2. In the second command shell:
31 51
32 # python ./Tests/Run.py 52 # python ./Tests/Run.py