diff 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
line wrap: on
line diff
--- a/NewTests/Housekeeper/test_housekeeper.py	Sat Apr 30 19:38:34 2022 +0200
+++ b/NewTests/Housekeeper/test_housekeeper.py	Mon May 02 17:05:42 2022 +0200
@@ -60,9 +60,11 @@
             input("Press Enter to continue")
         else:
             print('-------------- launching TestHousekeeper tests')
-            cls.launch_orthanc(
-                exe_path=Helpers.orthanc_under_tests_exe,
-                config_path=config_path
+            cls.launch_orthanc_under_tests(
+                config_path=config_path,
+                config_name="housekepper_under_tests",
+                storage_name="housekeeper",
+                plugins=Helpers.plugins
             )
 
         print('-------------- waiting for orthanc-under-tests to be available')