mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 08:53:07 -06:00
DCD-224: Fix unpacking of product.
This commit is contained in:
@@ -15,3 +15,7 @@ def test_symlink_created(host):
|
||||
target = host.file('/opt/atlassian/jira-software/current')
|
||||
assert target.exists
|
||||
assert target.is_symlink
|
||||
|
||||
def test_unpacked(host):
|
||||
verfile = host.file('/opt/atlassian/jira-software/current/bin/catalina.sh')
|
||||
assert verfile.exists
|
||||
|
||||
Reference in New Issue
Block a user