X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=system%2Fconfig_default.py;h=8fd549aac56e19d0e7290850b3aba506e9c7e96f;hb=47327e9d3a9ee1d09f0dd6689ec89f6e87a27b32;hp=d4d095ec191394779543975a1b5ffaa5f87c218a;hpb=be07c0f4ab91523bd8781c10e0e9cfc53974f07a;p=tests.git diff --git a/system/config_default.py b/system/config_default.py index d4d095e..8fd549a 100644 --- a/system/config_default.py +++ b/system/config_default.py @@ -1,5 +1,6 @@ +# -*- python3 -*- # Thierry Parmentelat -# Copyright (C) 2010 INRIA +# Copyright (C) 2015 INRIA # # a configuration module is expected: # (*) to define a config method @@ -518,7 +519,7 @@ def plc (options,index) : 'initscripts': initscripts(options,index), 'slices' : slices(options,index), 'tcp_specs' : tcp_specs(options,index), - 'sfa' : sfa(options,index), + 'sfa' : sfa(options,index), 'leases' : leases (options, index), # big distros need more time to install nodes 'ssh_node_boot_timers': (40,38), @@ -630,7 +631,7 @@ def sample_test_plc_spec (): if __name__ == '__main__': s = sample_test_plc_spec() - print 'Sample plc_spec has the following keys' + print('Sample plc_spec has the following keys') for k in sorted(s.keys()): - print k + print(k)