mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 08:23:06 -06:00
correcting paths, not including the jira core tests
This commit is contained in:
@@ -21,5 +21,3 @@ provisioner:
|
|||||||
group_vars: ../../../../group_vars/
|
group_vars: ../../../../group_vars/
|
||||||
verifier:
|
verifier:
|
||||||
name: testinfra
|
name: testinfra
|
||||||
additional_files_or_dirs:
|
|
||||||
- ../../resources/tests/test_*.py
|
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ def test_is_downloaded(host):
|
|||||||
assert installer.user == 'root'
|
assert installer.user == 'root'
|
||||||
|
|
||||||
def test_completed_lockfile(host):
|
def test_completed_lockfile(host):
|
||||||
lockfile = host.file('/media/atl/downloads/jira-software.8.14.0-x64.tar.gz_completed')
|
lockfile = host.file('/media/atl/downloads/jira-software.8.14.0.tar.gz_completed')
|
||||||
assert lockfile.exists
|
assert lockfile.exists
|
||||||
assert lockfile.user == 'root'
|
assert lockfile.user == 'root'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user