stop sfa before cleaning up - might lock the db otherwise
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 15 May 2012 12:49:33 +0000 (14:49 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 15 May 2012 12:49:33 +0000 (14:49 +0200)
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',