From: Konstantin Leontev Date: Fri, 11 Aug 2023 15:37:50 +0000 (+0100) Subject: [bos #35138][EDF] (2023-T1) Specialization of resources in KERNEL. Fixed launcher... X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2Fkleontev%2F35138_specialization_resources_in_KERNEL;p=modules%2Fkernel.git [bos #35138][EDF] (2023-T1) Specialization of resources in KERNEL. Fixed launcher test. --- 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: