SSL mode is activated by default

This commit is contained in:
Anthony Geay 2022-02-15 11:41:16 +01:00
parent b935211a7e
commit 93a0887a8c
3 changed files with 0 additions and 4 deletions

View File

@ -7,8 +7,6 @@ import sys
import salome
import os
salome.standalone() # <- key point of test is here
salome.salome_init()
import salome_notebook
notebook = salome_notebook.NoteBook()

View File

@ -5,7 +5,6 @@ Most basic test of SHAPE/SMESH usecase, but it can be tested without any session
import sys
import salome
salome.standalone() # <- key point of test is here
salome.salome_init()
#from salome.shaper import initConfig

View File

@ -11,7 +11,6 @@ class SMESHExportOfFieldsInMemory(unittest.TestCase):
"""
Test focuses on ExportMEDCoupling method in the context of MED_CELL field output.
"""
salome.standalone()
salome.salome_init()
###
### SHAPER component