ITOPS-2158 Added crowd test - testing

This commit is contained in:
Glenn Stewart
2019-11-04 11:03:56 +11:00
parent 531fb18294
commit 952c8ac97e

View File

@@ -17,7 +17,7 @@ def test_symlink_created(host):
assert target.is_symlink
def test_unpacked(host):
verfile = host.file('/opt/atlassian/crowd/current/bin/start-crowd.sh')
verfile = host.file('/opt/atlassian/crowd/current/start_crowd.sh')
assert verfile.exists
def test_version_file_is_latest(host):