mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2026-07-30 17:50:47 -05:00
ITPLT-4718 Query Marketplace for JSM app software ID
This commit is contained in:
@@ -5,7 +5,8 @@
|
||||
atl_product_family: "jira"
|
||||
atl_product_edition: "jira-software"
|
||||
atl_product_user: "jira"
|
||||
# Version 8.14.0 is chosen deliberately as it is a version where jira and jira-software returns different buildNumber from MPAC
|
||||
# Version 8.14.0 has different jira and jira-software build numbers from MPAC.
|
||||
# It also has no Data Center-hosted JSM record, exercising the Server fallback.
|
||||
# See DCD-1216 for context
|
||||
atl_product_version: "8.14.0"
|
||||
atl_install_jsd_as_obr: true
|
||||
|
||||
@@ -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