Merge "grenade: Use systemd unit name to check service status"

This commit is contained in:
Zuul 2024-11-17 17:27:35 +00:00 committed by Gerrit Code Review
commit 36a3ff6780

View File

@ -66,13 +66,9 @@ $CEILOMETER_BIN_DIR/ceilometer-upgrade --skip-gnocchi-resource-types || die $LIN
# Start Ceilometer # Start Ceilometer
start_ceilometer start_ceilometer
# Note these are process names, not service names # Note(liamji): Disable the test for ceilometer-aipmi.
# Note(liamji): Disable the test for # In the test environment, the impi is not ready and the service should fail.
# "ceilometer-polling --polling-namespaces ipmi". In the test environment, ensure_services_started ceilometer-acentral ceilometer-acompute ceilometer-anotification
# the impi is not ready. The ceilometer-polling should fail.
ensure_services_started "ceilometer-polling --polling-namespaces compute" \
"ceilometer-polling --polling-namespaces central" \
ceilometer-agent-notification
set +o xtrace set +o xtrace
echo "*********************************************************************" echo "*********************************************************************"