From 685fca955a5e30aadcdd13d86c435179cbc527f0 Mon Sep 17 00:00:00 2001 From: Konstantin Leontev Date: Fri, 11 Aug 2023 16:37:50 +0100 Subject: [PATCH] [bos #35138][EDF] (2023-T1) Specialization of resources in KERNEL. Fixed launcher test. --- src/Launcher/Test/test_launcher.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Launcher/Test/test_launcher.py b/src/Launcher/Test/test_launcher.py index 0649c495d..f32aeecfc 100755 --- a/src/Launcher/Test/test_launcher.py +++ b/src/Launcher/Test/test_launcher.py @@ -65,10 +65,10 @@ class TestCompo(unittest.TestCase): # salome_runtime.addCatalog(session_catalog) # Get the list of possible ressources - ressource_param = salome.ResourceParametersContainer() + ressource_param = salome.ResourceParametersJob() rm = salome.lcc.getResourcesManager() - cls.ressources = rm.GetFittingResourcesContainer(ressource_param) + cls.ressources = rm.GetFittingResourcesJob(ressource_param) def verifyFile(self, path, content): try: -- 2.39.2