add nextcloud tests

This commit is contained in:
Emmanuel Garette 2022-10-01 18:57:53 +02:00
parent f1b2e20063
commit 883bdac398

View 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')