diff --git a/enos/modules/upgrade_client/scripts/verify_allocs.sh b/enos/modules/upgrade_client/scripts/verify_allocs.sh index ad5dacf13..6f58d5843 100755 --- a/enos/modules/upgrade_client/scripts/verify_allocs.sh +++ b/enos/modules/upgrade_client/scripts/verify_allocs.sh @@ -48,8 +48,8 @@ done echo "Client $client_id at $CLIENT_IP is ready" -echo "$allocs_count allocs found before upgrade $ALLOCS" allocs_count=$(echo $ALLOCS |jq '[ .[] | select(.ClientStatus == "running")] | length') +echo "$allocs_count allocs found before upgrade $ALLOCS" # Quality: "nomad_alloc_reconnect: A GET call to /v1/allocs will return the same IDs for running allocs before and after a client upgrade on each client"