mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 17:03:06 -06:00
DCD-224: Refactor installer role to work around various quirks.
This commit is contained in:
@@ -19,7 +19,7 @@ def test_is_downloaded(host):
|
||||
assert installer.user == 'root'
|
||||
|
||||
def test_is_unpacked(host):
|
||||
installer = host.file('/opt/atlassian/jira-core/7.9.0')
|
||||
installer = host.file('/opt/atlassian/jira-core/7.9.0/atlassian-jira/')
|
||||
assert installer.exists
|
||||
assert installer.is_directory
|
||||
assert installer.user == 'jira'
|
||||
|
||||
Reference in New Issue
Block a user