ITOPS-2158 testing

This commit is contained in:
Glenn Stewart
2019-11-01 12:22:50 +11:00
parent 8022b59157
commit 17366378de
6 changed files with 6 additions and 6 deletions

View File

@@ -35,6 +35,6 @@ def test_latest_is_downloaded(host):
upstream_json = json.load(upstream_fd)
upstream = upstream_json['version']
installer = host.file('/opt/atlassian/tmp/jira-software.'+upstream+'-x64.bin')
installer = host.file('/media/atl/jira/shared/downloads/jira-software.'+upstream+'-x64.bin')
assert installer.exists
assert installer.user == 'root'