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

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