ITOPSENG-164 Testing change to molecule tests

This commit is contained in:
Glenn Stewart
2019-10-31 16:28:05 +11:00
parent e2a4828ac1
commit 2d2fa39cbe

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'