mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 08:23:06 -06:00
Fix test.
This commit is contained in:
@@ -37,5 +37,5 @@ def test_completed_lockfile(host):
|
||||
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
|
||||
plugins = host.file('/media/atl/jira/shared/plugins/installed-plugins')
|
||||
assert (not plugins.exists) or (len(list(filter(lambda p: 'servicedesk' in p, jars))) == 0)
|
||||
|
||||
Reference in New Issue
Block a user