mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 08:23:06 -06:00
ITSD-94667 Argh..... in 4.14.0 that application.jar is actually 4.18.0
This commit is contained in:
@@ -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('/media/atl/jira/shared/plugins/installed-plugins/jira-servicedesk-application-4.14.0.jar')
|
jsdjar = host.file('/media/atl/jira/shared/plugins/installed-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 == 0o0750
|
assert jsdjar.mode == 0o0750
|
||||||
Reference in New Issue
Block a user