ITOPSENG-164 Testing changes

This commit is contained in:
Glenn Stewart
2019-11-01 11:32:38 +11:00
parent 36f870f200
commit c015984ace
2 changed files with 2 additions and 2 deletions

View File

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