mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 08:23:06 -06:00
DCD-418: Fix test.
This commit is contained in:
@@ -10,5 +10,5 @@ def test_service_file(host):
|
||||
f = host.file('/etc/systemd/system/jira-software.service')
|
||||
assert f.contains("^ExecStart=/opt/atlassian/jira-software/current/bin/start-jira.sh -fg$")
|
||||
assert f.user == 'root'
|
||||
assert f.user == 'root'
|
||||
assert f.group == 'root'
|
||||
assert f.mode == 0o0640
|
||||
|
||||
Reference in New Issue
Block a user