mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2026-07-31 10:10:47 -05:00
ITPLT-4718 Query Marketplace for JSM app software ID
This commit is contained in:
@@ -31,7 +31,7 @@ def test_is_unpacked(host):
|
||||
assert installer.user == 'jira'
|
||||
assert installer.mode == 0o0755
|
||||
|
||||
def test_obr_is_downloaded(host):
|
||||
def test_obr_is_downloaded_via_server_fallback(host):
|
||||
installer = host.file('/media/atl/downloads/jira-servicedesk-application-4.14.0.obr')
|
||||
assert installer.exists
|
||||
assert installer.user == 'root'
|
||||
|
||||
Reference in New Issue
Block a user