mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 08:23:06 -06:00
jira_tarball_download_url uses a different jsm version
This commit is contained in:
@@ -21,3 +21,5 @@ provisioner:
|
|||||||
group_vars: ../../../../group_vars/
|
group_vars: ../../../../group_vars/
|
||||||
verifier:
|
verifier:
|
||||||
name: testinfra
|
name: testinfra
|
||||||
|
additional_files_or_dirs:
|
||||||
|
- ../../resources/tests/test_*.py
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ def test_obr_completed_lockfile(host):
|
|||||||
assert lockfile.user == 'root'
|
assert lockfile.user == 'root'
|
||||||
|
|
||||||
def test_obr_is_unpacked(host):
|
def test_obr_is_unpacked(host):
|
||||||
jsdjar = host.file('/opt/atlassian/jira-software/8.14.0/atlassian-jira/WEB-INF/atlassian-bundled-plugins/jira-servicedesk-application-4.14.0.jar')
|
jsdjar = host.file('/opt/atlassian/jira-software/8.14.0/atlassian-jira/WEB-INF/atlassian-bundled-plugins/jira-servicedesk-application-4.18.0.jar')
|
||||||
assert jsdjar.exists
|
assert jsdjar.exists
|
||||||
assert jsdjar.user == 'jira'
|
assert jsdjar.user == 'jira'
|
||||||
assert jsdjar.mode == 0o0644
|
assert jsdjar.mode == 0o0644
|
||||||
Reference in New Issue
Block a user