comparison NewTests/Housekeeper/test_housekeeper.py @ 474:6917a26881ed

NewTests working with Docker
author Alain Mazy <am@osimis.io>
date Mon, 02 May 2022 17:05:42 +0200
parents 4ee85b016a40
children 45c3fe035fed
comparison
equal deleted inserted replaced
473:4ee85b016a40 474:6917a26881ed
58 if Helpers.break_after_preparation: 58 if Helpers.break_after_preparation:
59 print(f"++++ It is now time to start your Orthanc under tests with configuration file '{config_path}' +++++") 59 print(f"++++ It is now time to start your Orthanc under tests with configuration file '{config_path}' +++++")
60 input("Press Enter to continue") 60 input("Press Enter to continue")
61 else: 61 else:
62 print('-------------- launching TestHousekeeper tests') 62 print('-------------- launching TestHousekeeper tests')
63 cls.launch_orthanc( 63 cls.launch_orthanc_under_tests(
64 exe_path=Helpers.orthanc_under_tests_exe, 64 config_path=config_path,
65 config_path=config_path 65 config_name="housekepper_under_tests",
66 storage_name="housekeeper",
67 plugins=Helpers.plugins
66 ) 68 )
67 69
68 print('-------------- waiting for orthanc-under-tests to be available') 70 print('-------------- waiting for orthanc-under-tests to be available')
69 cls.o.wait_started() 71 cls.o.wait_started()
70 72