Merge branch 'master' of git://git.onelab.eu/sfa
authorLoic Baron <loic.baron@lip6.fr>
Fri, 9 Feb 2018 17:09:28 +0000 (18:09 +0100)
committerLoic Baron <loic.baron@lip6.fr>
Fri, 9 Feb 2018 17:09:28 +0000 (18:09 +0100)
sfa/iotlab/iotlabshell.py

index 0741c55..105d120 100644 (file)
@@ -97,6 +97,7 @@ class IotLABShell(object):
         """
         # pylint:disable=W0212,R0913,E1123
         logger.warning("iotlashell reserve_nodes")
+        logger.info("login=%s, exp_name=%s, nodes_list=%s, start_time=%s, duration=%s" % (login, exp_name, nodes_list, start_time, duration))
         exp_file = helpers.FilesDict()
         _experiment = experiment._Experiment(exp_name, duration, start_time)
         _experiment.type = 'physical'