ITOPSENG-164 Testing changes

This commit is contained in:
Glenn Stewart
2019-11-01 10:57:06 +11:00
parent 6e99ec440f
commit 36f870f200

View File

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