ITOPSENG-101 add hardcoded download path changes for now till testaid is fixed

This commit is contained in:
Brett Meehan
2019-11-14 14:34:11 +11:00
parent 39326a207b
commit aea07909b0
13 changed files with 26 additions and 26 deletions

View File

@@ -14,12 +14,12 @@ def test_version_is_correct(host):
assert verfile.content.decode("UTF-8").strip() == "3.9.0"
def test_is_downloaded(host):
installer = host.file('/media/atl/jira/shared/downloads/servicedesk.3.9.0-x64.bin')
installer = host.file('/media/atl/downloads/servicedesk.3.9.0-x64.bin')
assert installer.exists
assert installer.user == 'root'
def test_completed_lockfile(host):
lockfile = host.file('/media/atl/jira/shared/downloads/servicedesk.3.9.0-x64.bin_completed')
lockfile = host.file('/media/atl/downloads/servicedesk.3.9.0-x64.bin_completed')
assert lockfile.exists
assert lockfile.user == 'root'