mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
DCD-224: Rename product vars for clarity and create the shared home.
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
atl_product_user: "testuser"
|
||||
atl_product_home: "/opt/atlassian/product"
|
||||
atl_installer_temp: "/opt/atlassian/temp"
|
||||
atl_product_home_shared: "/media/atl/jira/shared"
|
||||
roles:
|
||||
- role: linux_common
|
||||
- role: product_common
|
||||
|
||||
@@ -14,7 +14,8 @@ def test_user_created(host):
|
||||
|
||||
@pytest.mark.parametrize('target', [
|
||||
'/opt/atlassian/product',
|
||||
'/opt/atlassian/temp'
|
||||
'/opt/atlassian/temp',
|
||||
'/media/atl/jira/shared'
|
||||
])
|
||||
def test_dirs_created(host, target):
|
||||
d = host.file(target)
|
||||
|
||||
Reference in New Issue
Block a user