fix old bug about doc strings for mapped methods
[tests.git] / system / macros.py
index 9f6cebd..b6511fc 100644 (file)
@@ -7,9 +7,9 @@ sequences={}
 sequences['free_all'] = [ 'vs_stop', 'qemu_kill_mine', ]
 
 sequences['sfa_restart'] = [
+    'sfa_stop',
     'sfa_plcclean',
     'sfa_dbclean',
-    'sfa_stop',
     'sfa_configure',
     'sfa_start',
     'sfa_import',
@@ -59,6 +59,12 @@ sequences['sfa_scratch'] = [
     'sfa_update_user', 'sfa_update_slice', 'sfa_view', 'sfa_utest',
 ]
 
+sequences['sfa_view'] = [
+    'sfa-list',
+    'sfa-show',
+    'sfa-slices',
+]
+
 # something that can given to the nightly to prepare a standalone sfa setup
 # after what you'll want to tweak the config to point to a myplc some place else
 sequences['sfa_standalone'] = [
@@ -66,11 +72,20 @@ sequences['sfa_standalone'] = [
     'vs_delete',
     'timestamp_vs',
     'vs_create',
-    'sfa_install_core',
     'sfa_install_client',
+    'sfa_install_core',
     'sfa_configure',
     'cross_sfa_configure',
     'sfa_start',
     'sfi_configure',
+    'sfa-add-site',
+    'sfa-add-pi',
+    'sfa-add-user',
+    'sfa-add-slice',
+    'sfa-view',
+    'sfa-delete-slice',
+    'sfa-delete-user',
+    'sfa-view',
 ]
 
+