Merge "Run rally ./exercise.sh inside post_test_hook"
This commit is contained in:
commit
f3a1301c5b
@ -20,8 +20,7 @@
|
||||
#!/bin/bash -xe
|
||||
export PROJECTS="stackforge/rally $PROJECTS"
|
||||
export ENABLED_SERVICES=rally
|
||||
export DEVSTACK_GATE_EXERCISES=1
|
||||
export RUN_EXERCISES=rally
|
||||
export DEVSTACK_GATE_EXERCISES=0
|
||||
export RALLY_SCENARIO={scenario}
|
||||
|
||||
function pre_test_hook {{
|
||||
@ -30,6 +29,11 @@
|
||||
}}
|
||||
export -f pre_test_hook
|
||||
|
||||
function post_test_hook {{
|
||||
$BASE/new/rally/tests_ci/rally-gate.sh
|
||||
}}
|
||||
export -f post_test_hook
|
||||
|
||||
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
|
||||
./safe-devstack-vm-gate-wrap.sh
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user