From: Thierry Parmentelat Date: Fri, 21 Oct 2011 11:09:27 +0000 (+0200) Subject: turn off pg rspecs until code passes X-Git-Tag: tests-5.0-30~2 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=86060c0d1d30f491bda3f34be1f4fa7a16230a7d;p=tests.git turn off pg rspecs until code passes --- diff --git a/system/config_default.py b/system/config_default.py index 2f9b519..1adf9b7 100644 --- a/system/config_default.py +++ b/system/config_default.py @@ -312,8 +312,9 @@ def sfa (options,index) : 'SFA_PLC_URL' : 'deferred-myplc-api-url', 'SFA_API_DEBUG': True, # details of the slices to create + # xxx framework is ready to use pg rspecs, but code is not yet 'sfa_slice_specs' : [ sfa_slice_spec(options,index,mode) - for mode in ['pl','pg']], + for mode in ['pl']], } # subindex is 0 (pl slice) or 1 (pg slice)