mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 08:53:07 -06:00
DCD-621: fixes installer tests for most scenarios under product_install
This commit is contained in:
@@ -14,7 +14,7 @@ def test_version_is_correct(host):
|
||||
assert verfile.content.decode("UTF-8").strip() == "3.9.0"
|
||||
|
||||
def test_is_downloaded(host):
|
||||
installer = host.file('/opt/atlassian/tmp/servicedesk.3.9.0.bin')
|
||||
installer = host.file('/opt/atlassian/tmp/servicedesk.3.9.0-x64.bin')
|
||||
assert installer.exists
|
||||
assert installer.user == 'root'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user