Fix ui tests with docker checking the wrong containers if healthy

This commit is contained in:
Théophile Diot 2023-09-23 12:29:54 +01:00
parent 87f84d438e
commit 2065d688f1
No known key found for this signature in database
GPG key ID: 248FEA4BAE400D06

View file

@ -44,7 +44,7 @@ fi
i=0
if [ "$integration" == "docker" ] ; then
while [ $i -lt 120 ] ; do
containers=("ui_bw_1" "ui_bw-scheduler_1" "ui_bw-ui_1")
containers=("ui-bw-1" "ui-bw-scheduler-1" "ui-bw-ui-1")
healthy="true"
for container in "${containers[@]}" ; do
check="$(docker inspect --format "{{json .State.Health }}" $container | grep "healthy")"