X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/adbc0b061fbbd97f0f803730b8b640de19eb3d92..0774f5df7b2d9be7ca7ab39993e5cfd598263344:/teshsuite/smpi/MBI/simgrid.py diff --git a/teshsuite/smpi/MBI/simgrid.py b/teshsuite/smpi/MBI/simgrid.py index b7b0216fa5..fb5d27f61c 100644 --- a/teshsuite/smpi/MBI/simgrid.py +++ b/teshsuite/smpi/MBI/simgrid.py @@ -31,7 +31,7 @@ class Tool(mbi.AbstractTool): os.chdir(here) - def ensure_image(self): + def ensure_image(self, params=None, dockerparams=None): mbi.AbstractTool.ensure_image(self, "-x simgrid") def setup(self, rootdir):