DCD-621: fixes installer tests for most scenarios under product_install

This commit is contained in:
Varun Arbatti
2019-08-29 14:58:51 +10:00
parent 2d83585803
commit 856e60abe6
8 changed files with 7 additions and 8 deletions

View File

@@ -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'