]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
[bos #35138][EDF] (2023-T1) Specialization of resources in KERNEL. Fixed launcher... kleontev/35138_specialization_resources_in_KERNEL 6/head
authorKonstantin Leontev <Konstantin.LEONTEV@opencascade.com>
Fri, 11 Aug 2023 15:37:50 +0000 (16:37 +0100)
committerKonstantin Leontev <Konstantin.LEONTEV@opencascade.com>
Fri, 11 Aug 2023 15:37:50 +0000 (16:37 +0100)
src/Launcher/Test/test_launcher.py

index 0649c495d39cef5b7587bdb098cc14111c683e82..f32aeecfc9914fade95281eaa7697f29fbeba7c3 100755 (executable)
@@ -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: