X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=system%2Fconfig_bignode.py;h=6ee9043aa9a4243282cdb5108bf9e6326779f5a6;hb=eeba8e303edbfc5e926767ba22294beda642ecba;hp=277167c6d07225b436a50049e4dc501f26027a97;hpb=d499ddce86a19432bf0cc857bc79b5f9113197e1;p=tests.git diff --git a/system/config_bignode.py b/system/config_bignode.py index 277167c..6ee9043 100644 --- a/system/config_bignode.py +++ b/system/config_bignode.py @@ -1,11 +1,12 @@ +# -*- python3 -*- # Thierry Parmentelat -# Copyright (C) 2012 INRIA +# Copyright (C) 2015 INRIA # # allow one hour for the node to install def config (plc_specs, options): def tweak_timers (plc_spec): - plc_spec['ssh_node_boot_timers'] (60, 58) + plc_spec['ssh_node_boot_timers']=(60, 58) return plc_spec return [tweak_timers (plc_spec) for plc_spec in plc_specs ]