ITOPS-2158 testing

This commit is contained in:
Glenn Stewart
2019-11-01 12:22:50 +11:00
parent 8022b59157
commit 17366378de
6 changed files with 6 additions and 6 deletions

View File

@@ -23,7 +23,7 @@ def test_version_is_correct(host):
assert verfile.content.decode("UTF-8").strip() == sd
def test_is_downloaded(host):
installer = host.file('/opt/atlassian/tmp/servicedesk.'+sd+'-x64.bin')
installer = host.file('/media/atl/jira/shared/downloads/servicedesk.'+sd+'-x64.bin')
assert installer.exists
assert installer.user == 'root'