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:
@@ -25,7 +25,7 @@ def test_latest_is_downloaded(host):
|
||||
upstream_fd = urllib.request.urlopen("https://s3.amazonaws.com/atlassian-software/releases/jira-software/latest")
|
||||
upstream = upstream_fd.read().decode("UTF-8").strip()
|
||||
|
||||
installer = host.file('/opt/atlassian/tmp/jira-software.'+upstream+'.bin')
|
||||
installer = host.file('/opt/atlassian/tmp/jira-software.'+upstream+'.tar.gz')
|
||||
assert installer.exists
|
||||
assert installer.user == 'root'
|
||||
assert installer.mode == 0o0755
|
||||
|
||||
Reference in New Issue
Block a user