comparison NewTests/Housekeeper/test_housekeeper.py @ 631:3bf3ea08efde

typo
author Alain Mazy <am@osimis.io>
date Tue, 05 Mar 2024 09:13:02 +0100
parents ed0a51317c0b
children
comparison
equal deleted inserted replaced
630:e1bc43b5a7d2 631:3bf3ea08efde
61 input("Press Enter to continue") 61 input("Press Enter to continue")
62 else: 62 else:
63 print('-------------- launching TestHousekeeper tests') 63 print('-------------- launching TestHousekeeper tests')
64 cls.launch_orthanc_under_tests( 64 cls.launch_orthanc_under_tests(
65 config_path=config_path, 65 config_path=config_path,
66 config_name="housekepper_under_tests", 66 config_name="housekeeper_under_test",
67 storage_name="housekeeper", 67 storage_name="housekeeper",
68 plugins=Helpers.plugins 68 plugins=Helpers.plugins,
69 enable_verbose=False
69 ) 70 )
70 71
71 print('-------------- waiting for orthanc-under-tests to be available') 72 print('-------------- waiting for orthanc-under-tests to be available')
72 cls.o.wait_started() 73 cls.o.wait_started()
73 74