mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 16:33:08 -06:00
ITOPSENG-164 Testing change to molecule tests
This commit is contained in:
@@ -37,6 +37,6 @@ def test_latest_is_downloaded(host):
|
|||||||
upstream_json = json.load(upstream_fd)
|
upstream_json = json.load(upstream_fd)
|
||||||
upstream = upstream_json['version']
|
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.exists
|
||||||
assert installer.user == 'root'
|
assert installer.user == 'root'
|
||||||
|
|||||||
Reference in New Issue
Block a user