From: Thierry Parmentelat Date: Wed, 28 Nov 2012 08:24:20 +0000 (+0100) Subject: oops, bignode was broken X-Git-Tag: tests-5.1-8~1 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=2ce3c411bd50cf2b303d3fc440e8f918d311f735;p=tests.git oops, bignode was broken --- diff --git a/system/config_bignode.py b/system/config_bignode.py index 277167c..3d15f2f 100644 --- a/system/config_bignode.py +++ b/system/config_bignode.py @@ -5,7 +5,7 @@ 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 ]