comparison Plugins/WebDav/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
41 41
42 ## 42 ##
43 ## Parse the command-line arguments 43 ## Parse the command-line arguments
44 ## 44 ##
45 45
46 parser = argparse.ArgumentParser(description = 'Run the integration tests for the patient recycling behavior.') 46 parser = argparse.ArgumentParser(description = 'Run the integration tests for the WebDAV server.')
47 47
48 parser.add_argument('--server', 48 parser.add_argument('--server',
49 default = 'localhost', 49 default = 'localhost',
50 help = 'Address of the Orthanc server to test') 50 help = 'Address of the Orthanc server to test')
51 parser.add_argument('--rest', 51 parser.add_argument('--rest',