X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=system%2Fconfig_default.py;h=288b613044e347eec37b1e95f47686c1949066f8;hb=aed1c85ae8b784349ea657a3528b6c9984a5b692;hp=98a0be73c09520d85c0176dfed1d01c7d16c7165;hpb=65ec3c1afa81cc91d10680ae17e7a73cfab12289;p=tests.git diff --git a/system/config_default.py b/system/config_default.py index 98a0be7..288b613 100644 --- a/system/config_default.py +++ b/system/config_default.py @@ -333,6 +333,7 @@ def plc (options,index) : 'leases' : leases (options, index), } +# NOTE: SFA currently has SFA_AGGREGATE_API_VERSION=2 baked into the code def sfa (options,index) : return { # the default is to use AMs in the various aggregates.xml @@ -347,8 +348,7 @@ def sfa (options,index) : 'SFA_PLC_URL' : 'deferred-myplc-api-url', 'SFA_PLC_USER' : 'root@test.onelab.eu', 'SFA_PLC_PASSWORD' : 'test++', -# use -c apiv2 to override this one -# 'SFA_AGGREGATE_API_VERSION' : 1, +# use -c sfadebug to increment this one 'SFA_API_LOGLEVEL': 1, # details of the slices to create 'sfa_slice_specs' : [ sfa_slice_spec(options,index,rspec_style)