1
0
mirror of https://github.com/zokradonh/kopano-docker.git synced 2026-08-11 16:32:59 +00:00

further goss checks (#270)

* check for running kopano-server
* run goss during startup test for kopano-server
This commit is contained in:
Felix Bartels
2019-10-24 18:49:41 +02:00
committed by GitHub
parent b3f7030a55
commit 8fa4da5f74
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -23,6 +23,9 @@ file:
owner: kopano
group: kopano
filetype: socket
process:
kopano-server:
running: true
http:
http://localhost:236:
status: 405
+3
View File
@@ -21,6 +21,9 @@ dockerize \
-wait tcp://kopano_zpush:80 \
-timeout 120s
# until goss is part of the general testsuite check goss for kopano-server here as well
docker exec kopano_server goss -g /kopano/goss/server/goss.yaml validate
# make sure the public store exists
docker exec kopano_server kopano-storeadm -h default: -P || true