From: Thierry Parmentelat Date: Wed, 30 May 2012 10:02:55 +0000 (+0200) Subject: step sfa-create needs site and pi creation as well X-Git-Tag: tests-5.1-5~11 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=44bef249b6286f9df8269664787003bff0f670ca;p=tests.git step sfa-create needs site and pi creation as well --- diff --git a/system/macros.py b/system/macros.py index dbedc70..0900cfe 100644 --- a/system/macros.py +++ b/system/macros.py @@ -37,9 +37,14 @@ sequences['sfa'] = [ sequences['sfa_create'] = [ 'sfa_plcclean', + # nuke sometimes requires the service to be stopped b/c of db locks apparently + 'sfa_stop', 'sfa_dbclean', + 'sfa_start', 'sfa_import', 'sfi_configure', + 'sfa_add_site', + 'sfa_add_pi', 'sfa_add_user', 'sfa_add_slice', ]