mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
ITOPSENG-101 add hardcoded download path changes for now till testaid is fixed
This commit is contained in:
@@ -14,12 +14,12 @@ def test_version_is_correct(host):
|
||||
assert verfile.content.decode("UTF-8").strip() == "4.1.0"
|
||||
|
||||
def test_is_downloaded(host):
|
||||
installer = host.file('/media/atl/jira/shared/downloads/servicedesk.4.1.0-x64.bin')
|
||||
installer = host.file('/media/atl/downloads/servicedesk.4.1.0-x64.bin')
|
||||
assert installer.exists
|
||||
assert installer.user == 'root'
|
||||
|
||||
def test_completed_lockfile(host):
|
||||
lockfile = host.file('/media/atl/jira/shared/downloads/servicedesk.4.1.0-x64.bin_completed')
|
||||
lockfile = host.file('/media/atl/downloads/servicedesk.4.1.0-x64.bin_completed')
|
||||
assert lockfile.exists
|
||||
assert lockfile.user == 'root'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user