mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 08:53:07 -06:00
DCD-224: Move to using tgz rather than self-instller.
This commit is contained in:
@@ -19,7 +19,7 @@ def test_version_is_latest(host):
|
||||
assert verfile.content.decode("UTF-8").strip() == "7.13.2"
|
||||
|
||||
def test_latest_is_downloaded(host):
|
||||
installer = host.file('/opt/atlassian/tmp/jira-software.7.13.2.bin')
|
||||
installer = host.file('/opt/atlassian/tmp/jira-software.7.13.2.tar.gz')
|
||||
assert installer.exists
|
||||
assert installer.user == 'root'
|
||||
assert installer.mode == 0o0755
|
||||
|
||||
Reference in New Issue
Block a user