]> SALOME platform Git repositories - modules/yacs.git/commitdiff
Salome HOME
[EDF30057] Management of non shared SSD disk agy/30157_2
authorAnthony Geay <anthony.geay@edf.fr>
Wed, 19 Jun 2024 16:07:02 +0000 (18:07 +0200)
committerAnthony Geay <anthony.geay@edf.fr>
Wed, 19 Jun 2024 16:07:02 +0000 (18:07 +0200)
src/yacsloader_swig/Test/testYacsProxy.py

index fc56ef85c6c74661eb50ae096e8d8d04d07cfe15..6aa6fba6babcc4f68ce19febd34dab8ceb02bbe8 100755 (executable)
@@ -79,7 +79,8 @@ class TestYacsProxy(unittest.TestCase):
 from glob import glob
 import KernelBasis
 import os
-if len( glob( os.path.join( KernelBasis.GetBigObjOnDiskDirectory(), "*.pckl" ) ) ) != 1:
+_,zeDir = KernelBasis.GetBigObjOnDiskProtocolAndDirectory()
+if len( glob( os.path.join( zeDir, "*.pckl" ) ) ) != 1:
   raise RuntimeError("Fail !")
 print("gather2")
 o5 = i5""")