Adds piwik and owncloud to tests

This commit is contained in:
pierreozoux 2015-02-20 17:58:22 +00:00
parent 17b62b2519
commit bcac0e4d0e
3 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
systemctl list-units | grep -c failed | grep 0
applications=( static wordpress known )
applications=( static wordpress known piwik owncloud )
for application in "${applications[@]}"
do

View file

@ -1,6 +1,6 @@
#!/bin/bash -eux
applications=( static wordpress known )
applications=( static wordpress known piwik owncloud )
for application in "${applications[@]}"
do

View file

@ -8,7 +8,7 @@ image=$1
if [ "$image" == "static" ]; then
sleep 30
else
sleep 60
sleep 70
fi
systemctl list-units | grep "$image\.test" | grep -c failed | grep 0