ITOPS-2158 testing

This commit is contained in:
Glenn Stewart
2019-11-01 13:35:30 +11:00
parent 4a2a66e2e2
commit e55593bf6c

View File

@@ -39,4 +39,8 @@ def test_latest_is_downloaded(host):
installer = host.file('/media/atl/bitbucket/shared/downloads/bitbucket.' + upstream + '-x64.bin')
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