Adds piwik and owncloud to tests
This commit is contained in:
parent
17b62b2519
commit
bcac0e4d0e
3 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
systemctl list-units | grep -c failed | grep 0
|
systemctl list-units | grep -c failed | grep 0
|
||||||
|
|
||||||
applications=( static wordpress known )
|
applications=( static wordpress known piwik owncloud )
|
||||||
|
|
||||||
for application in "${applications[@]}"
|
for application in "${applications[@]}"
|
||||||
do
|
do
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash -eux
|
#!/bin/bash -eux
|
||||||
|
|
||||||
applications=( static wordpress known )
|
applications=( static wordpress known piwik owncloud )
|
||||||
|
|
||||||
for application in "${applications[@]}"
|
for application in "${applications[@]}"
|
||||||
do
|
do
|
||||||
|
|
|
@ -8,7 +8,7 @@ image=$1
|
||||||
if [ "$image" == "static" ]; then
|
if [ "$image" == "static" ]; then
|
||||||
sleep 30
|
sleep 30
|
||||||
else
|
else
|
||||||
sleep 60
|
sleep 70
|
||||||
fi
|
fi
|
||||||
|
|
||||||
systemctl list-units | grep "$image\.test" | grep -c failed | grep 0
|
systemctl list-units | grep "$image\.test" | grep -c failed | grep 0
|
||||||
|
|
Loading…
Reference in a new issue