1
0
mirror of https://github.com/zokradonh/kopano-docker synced 2025-06-07 07:56:12 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -23,6 +23,9 @@ file:
owner: kopano
group: kopano
filetype: socket
process:
kopano-server:
running: true
http:
http://localhost:236:
status: 405

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