Skip to content

Commit

Permalink
ci fix: add logging for both csms and everest
Browse files Browse the repository at this point in the history
  • Loading branch information
usuletw022 committed Mar 25, 2024
1 parent 5001b70 commit bf39718
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e_tests/run-e2e-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ start_docker_compose_for_everest() {

echo "Waiting for services to initialize..."
sleep 30
docker-compose logs mqtt-server
docker-compose logs
}

# Function to stop Docker Compose
Expand All @@ -55,7 +55,7 @@ stop_docker_compose_for_maeve_csms() {

# Function to check health endpoint
check_health_endpoint() {
docker-compose logs mqtt
docker-compose logs
HEALTH_ENDPOINT="http://localhost:9410/health"
echo "$(date +"%Y-%m-%d %H:%M:%S"):Waiting for the health endpoint to become available..."
while true; do
Expand Down

0 comments on commit bf39718

Please sign in to comment.