From: Thierry Parmentelat Date: Tue, 15 May 2012 12:49:33 +0000 (+0200) Subject: stop sfa before cleaning up - might lock the db otherwise X-Git-Tag: tests-5.1-4~16 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=7a5988bfd7fc9b74dc8dc7e0421bc7ef3c65f4f8;p=tests.git stop sfa before cleaning up - might lock the db otherwise --- diff --git a/system/macros.py b/system/macros.py index 9f6cebd..f37aae3 100644 --- a/system/macros.py +++ b/system/macros.py @@ -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',