mirror of
https://github.com/zokradonh/kopano-docker
synced 2025-06-07 16:06:14 +00:00
further goss checks (#270)
* check for running kopano-server * run goss during startup test for kopano-server
This commit is contained in:
parent
b3f7030a55
commit
8fa4da5f74
@ -23,6 +23,9 @@ file:
|
|||||||
owner: kopano
|
owner: kopano
|
||||||
group: kopano
|
group: kopano
|
||||||
filetype: socket
|
filetype: socket
|
||||||
|
process:
|
||||||
|
kopano-server:
|
||||||
|
running: true
|
||||||
http:
|
http:
|
||||||
http://localhost:236:
|
http://localhost:236:
|
||||||
status: 405
|
status: 405
|
||||||
|
@ -21,6 +21,9 @@ dockerize \
|
|||||||
-wait tcp://kopano_zpush:80 \
|
-wait tcp://kopano_zpush:80 \
|
||||||
-timeout 120s
|
-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
|
# make sure the public store exists
|
||||||
docker exec kopano_server kopano-storeadm -h default: -P || true
|
docker exec kopano_server kopano-storeadm -h default: -P || true
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user