comparison Plugins/CGet/Run.py @ 375:08fac54c8555 Orthanc-1.9.0

CheckDicomTls.py
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 28 Jan 2021 15:52:41 +0100
parents 79ce0f7a9714
children e769bcf2b94f
comparison
equal deleted inserted replaced
374:78bef07c4118 375:08fac54c8555
33 33
34 ## 34 ##
35 ## Parse the command-line arguments 35 ## Parse the command-line arguments
36 ## 36 ##
37 37
38 parser = argparse.ArgumentParser(description = 'Run the integration tests for the patient recycling behavior.') 38 parser = argparse.ArgumentParser(description = 'Run the integration tests for the C-GET SCP of Orthanc.')
39 39
40 parser.add_argument('--server', 40 parser.add_argument('--server',
41 default = 'localhost', 41 default = 'localhost',
42 help = 'Address of the Orthanc server to test') 42 help = 'Address of the Orthanc server to test')
43 parser.add_argument('--aet', 43 parser.add_argument('--aet',