X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Fiotlab%2Fiotlabapi.py;h=f50441d379487a9034b0719c5771421fc1159676;hb=9fd509abe353d65f6f0a6a35c721b9d1694cda23;hp=3c40c3e943d392957074a97d5d69892bb18a04a3;hpb=0f4b3c7754fe622c6ad7b4f3b418ea648967f21c;p=sfa.git diff --git a/sfa/iotlab/iotlabapi.py b/sfa/iotlab/iotlabapi.py index 3c40c3e9..f50441d3 100644 --- a/sfa/iotlab/iotlabapi.py +++ b/sfa/iotlab/iotlabapi.py @@ -842,7 +842,7 @@ class IotlabTestbedAPI(): logger.debug("IOTLAB_API \r\n \r\n \t AddLeases %s %s %s " \ %(type(slice_record['hrn']), type(job_id), type(end_time))) - iotlab_ex_row = LeaseTableXP(slice_hrn = slice_record['hrn'], job_id=job_id, + iotlab_ex_row = LeaseTableXP(slice_hrn = slice_record['hrn'], experiment_id=job_id, end_time= end_time) logger.debug("IOTLAB_API \r\n \r\n \t AddLeases iotlab_ex_row %s" \ @@ -947,6 +947,7 @@ class IotlabTestbedAPI(): return filtered_reservation_list + def GetLeases(self, lease_filter_dict=None, login=None): """