From: Thierry Parmentelat Date: Tue, 12 Jun 2012 09:05:43 +0000 (+0200) Subject: sfi_slices requires an aggregate, so won't work in standalone mode X-Git-Tag: tests-5.1-7~20 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=57a184b143439773c18c8597dc1933e11da76bc2;p=tests.git sfi_slices requires an aggregate, so won't work in standalone mode --- diff --git a/system/macros.py b/system/macros.py index e16b937..f812c64 100644 --- a/system/macros.py +++ b/system/macros.py @@ -103,7 +103,8 @@ sequences['sfa_standalone'] = [ 'sfi_view_all', 'sfa_delete_slice', 'sfa_delete_user', - 'sfi_view_all', + 'sfi_list', + 'sfi_show', ]