mirror of
https://github.com/zokradonh/kopano-docker.git
synced 2026-08-11 16:32:59 +00:00
No longer test for grapi socket, but kapi endpoint instead (#346)
* we can no longer test for the existance of notify.sock since version 10.1.0 introduces multiple sockets Signed-off-by: Felix Bartels <felix@host-consultants.de> * switch startup tests to tcp tests for kapi endpoint Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
@@ -5,20 +5,19 @@ set -ex
|
||||
# waits for key events in various containers
|
||||
# e.g. kopano_server:236 signals successful start of kopano-server process
|
||||
dockerize \
|
||||
-wait file://var/run/kopano/grapi/notify.sock \
|
||||
-wait file://var/run/kopano/server.sock \
|
||||
-wait http://kopano_konnect:8777/.well-known/openid-configuration \
|
||||
-wait http://kopano_meet:9080/meet \
|
||||
-wait tcp://"${KCCONF_SERVER_MYSQL_HOST}":3306 \
|
||||
-wait tcp://kopano_dagent:2003 \
|
||||
-wait tcp://kopano_gateway:143 \
|
||||
-wait tcp://kopano_ical:8080 \
|
||||
-wait tcp://kopano_kapi:8039 \
|
||||
-wait tcp://kopano_kwmserver:8778 \
|
||||
-wait http://kopano_meet:9080/meet \
|
||||
-wait tcp://kopano_server:236 \
|
||||
-wait tcp://kopano_server:237 \
|
||||
-wait tcp://web:2015 \
|
||||
-wait tcp://kopano_webapp:9080 \
|
||||
-wait tcp://kopano_zpush:80 \
|
||||
-wait tcp://web:2015 \
|
||||
-timeout 120s
|
||||
|
||||
# until goss is part of the general testsuite check goss for kopano-server here as well
|
||||
|
||||
Reference in New Issue
Block a user