mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 16:33:08 -06:00
Move bool coerce up to initialisation.
This commit is contained in:
@@ -34,4 +34,8 @@ def test_completed_lockfile(host):
|
||||
|
||||
lockfile = host.file('/media/atl/downloads/jira-core.'+upstream+'-x64.bin_completed')
|
||||
assert lockfile.exists
|
||||
assert lockfile.user == 'root'
|
||||
assert lockfile.user == 'root'
|
||||
|
||||
def test_servicedesk_not_installed(host):
|
||||
jars = host.file('/media/atl/jira/shared/plugins/installed-plugins')
|
||||
assert len(list(filter(lambda p: 'servicedesk' in p, jars))) == 0
|
||||
|
||||
Reference in New Issue
Block a user