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