X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=system%2Fmacros.py;h=3fc7dc83ed71bdfbf2f356381bc2a365ab3498c8;hb=26a60b05018f1edcd6691be1878bef08eb1d1c8c;hp=c807f2f44f288e9b3d1534667daef342e5e1d1a5;hpb=88d13b1272ca7c5337a8f9477d5e37e7d005b09f;p=tests.git diff --git a/system/macros.py b/system/macros.py index c807f2f..3fc7dc8 100644 --- a/system/macros.py +++ b/system/macros.py @@ -10,6 +10,7 @@ sequences['sfa_restart'] = [ 'sfa_stop', 'sfa_plcclean', 'sfa_dbclean', + 'sfa_fsclean', 'sfa_configure', 'sfa_start', 'sfa_import', @@ -24,6 +25,7 @@ sequences['sfa'] = [ 'sfa_add_pi', 'sfa_add_user', 'sfa_add_slice', + 'sfa_renew_slice', 'sfa_discover', 'sfa_create_slice', 'sfa_check_slice_plc', @@ -50,6 +52,13 @@ sequences['sfa_create'] = [ 'sfa_add_slice', ] +sequences['sfa_provision'] = [ + 'sfa-discover', + 'sfa-create_slice', + 'sfa_check_slice_plc', + 'sfi_view_all', +] + # run the whole SFA stuff but from scratch, new vs all reinstalled and all sequences['sfa_scratch'] = [ 'show', @@ -68,7 +77,6 @@ sequences['sfa_scratch'] = [ sequences['sfi_view_all'] = [ 'sfi_list', 'sfi_show', - 'sfi_slices', ] # macro to exercice the registry only @@ -93,10 +101,10 @@ sequences['sfa_standalone'] = [ 'sfa_add_pi', 'sfa_add_user', 'sfa_add_slice', - 'sfi_view_all', + 'sfi_list', + 'sfi_show', 'sfa_delete_slice', 'sfa_delete_user', - 'sfi_view_all', + 'sfi_list', + 'sfi_show', ] - -