mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 16:33:08 -06:00
ITOPS-2158 testing
This commit is contained in:
@@ -39,4 +39,8 @@ def test_latest_is_downloaded(host):
|
|||||||
|
|
||||||
installer = host.file('/media/atl/bitbucket/shared/downloads/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'
|
||||||
|
|
||||||
|
def test_completed_lockfile(host):
|
||||||
|
verfile = host.file('/media/atl/bitbucket/shared/downloads/bitbucket.' + upstream + '-x64.bin_completed')
|
||||||
|
assert verfile.exists
|
||||||
|
|||||||
Reference in New Issue
Block a user