comparison Tests/CheckDicomTls.py @ 588:8aa101e126d0

migration to UCLouvain servers
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 22 Nov 2023 07:28:23 +0100
parents 933fe1bbce4f
children ec657d1a62a6
comparison
equal deleted inserted replaced
587:f29d3ff889bf 588:8aa101e126d0
205 self.assertEqual(1, DoPost(ORTHANC, '/modalities/self/store', u) ['InstancesCount']) 205 self.assertEqual(1, DoPost(ORTHANC, '/modalities/self/store', u) ['InstancesCount'])
206 206
207 207
208 def test_anonymous(self): 208 def test_anonymous(self):
209 # Fails on Orthanc <= 1.9.2 209 # Fails on Orthanc <= 1.9.2
210 # https://book.orthanc-server.com/faq/dicom-tls.html#secure-tls-connections-without-certificate 210 # https://orthanc.uclouvain.be/book/faq/dicom-tls.html#secure-tls-connections-without-certificate
211 subprocess.check_call([ 211 subprocess.check_call([
212 FindExecutable('echoscu'), 212 FindExecutable('echoscu'),
213 ORTHANC['Server'], 213 ORTHANC['Server'],
214 str(ORTHANC['DicomPort']), 214 str(ORTHANC['DicomPort']),
215 '-aec', 'ORTHANC', 215 '-aec', 'ORTHANC',