Fixing grenade_job

Grenade job fails on is_service_running check
because it waits for the stop of the wrong process

Change-Id: I3e06d987b3fd047f45b59fbadc41c3284fab90d5
Closes-bug: #1501775
This commit is contained in:
Andrey Pavlov 2015-10-01 10:57:21 +03:00
parent 5240195f4b
commit 3db52e4f66

View File

@ -10,6 +10,7 @@ source $GRENADE_DIR/functions
# We need base DevStack functions for this
source $BASE_DEVSTACK_DIR/functions
source $BASE_DEVSTACK_DIR/stackrc # needed for status directory
source $BASE_DEVSTACK_DIR/lib/tls
source $BASE_DEVSTACK_DIR/lib/sahara
@ -18,4 +19,4 @@ set -o xtrace
stop_sahara
# sanity check that service is actually down
ensure_services_stopped sahara
ensure_services_stopped sahara-all