DCD-224: Move to using tgz rather than self-instller.

This commit is contained in:
Steve Smith
2019-04-15 15:50:57 +10:00
parent a72154a02b
commit a8d8025e24
3 changed files with 4 additions and 4 deletions

View File

@@ -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