add nextcloud tests
This commit is contained in:
parent
f1b2e20063
commit
883bdac398
1 changed files with 5 additions and 0 deletions
5
seed/nextcloud/tests/test_nextcloud.py
Normal file
5
seed/nextcloud/tests/test_nextcloud.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
from os.path import isfile
|
||||
|
||||
|
||||
def test_nextcloud_not_upgraded():
|
||||
assert not isfile('/var/lib/risotto/srv/nextcloud/keys/config.UPGRADED.php')
|
Loading…
Reference in a new issue