DCD-386: Start configuration of DIY backup.

This commit is contained in:
Steve Smith
2019-06-05 12:10:08 +10:00
parent bc0873730c
commit 65886363a4
6 changed files with 87 additions and 3 deletions

View File

@@ -10,3 +10,7 @@ def test_git_clone(host):
f = host.file('/opt/atlassian/bitbucket-diy-backup')
assert f.exists
assert f.is_directory
def test_diy_config(host):
f = host.file('/opt/atlassian/bitbucket-diy-backup/bitbucket.diy-backup.vars.sh')
assert f.exists