stop sfa before cleaning up - might lock the db otherwise
[tests.git] / system / macros.py
index 9f6cebd..f37aae3 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',