ITPLT-4718 Query Marketplace for JSM app software ID

This commit is contained in:
Lee Goolsbee
2026-07-22 00:41:14 -05:00
parent e086e9f120
commit 3a0ced42f2
6 changed files with 83 additions and 12 deletions

View File

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

View File

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