Fix Rally job for Manila project

One of two Rally jobs for Manila project started failing after change
of logic for share driver that is used in CI job. It started require
wait for init. So, Rally, using old approach did not wait and failed.
So, in Manila was added common bash file for such cases - [1].
Make broken Rally job use common Manila file that will do required
work before allowing run of tests.

[1] I94514405628ab8337d1f4153e431f064614e3596

Change-Id: I9140b0345a88c1f8214e078721812ac9d2012d8e
This commit is contained in:
vponomaryov 2015-11-16 12:53:20 +02:00
parent 395a1107c5
commit 63f44fa314

View File

@ -170,6 +170,8 @@
export -f pre_test_hook
function post_test_hook {{
source $BASE/new/manila/contrib/ci/common.sh
manila_wait_for_drivers_init /etc/manila/manila.conf
$BASE/new/rally/tests/ci/rally-gate.sh
}}
export -f post_test_hook