Merge "Set LIVE_MIGRATE_BACK_AND_FORTH=True for grenade live-migration job"

This commit is contained in:
Jenkins 2017-04-19 04:53:20 +00:00 committed by Gerrit Code Review
commit c07585870f
1 changed files with 5 additions and 0 deletions

View File

@ -1727,6 +1727,11 @@
# RUN_SMOKE to False in order to run live migration tests using
# grenade
export DEVSTACK_LOCAL_CONFIG="RUN_SMOKE=False"
# LIVE_MIGRATE_BACK_AND_FORTH will tell Tempest to run a live
# migration of the same instance to one compute node and then back
# to the other, which is mostly only interesting for grenade since
# we have mixed level computes.
export DEVSTACK_LOCAL_CONFIG+=$'\n'"LIVE_MIGRATE_BACK_AND_FORTH=True"
export BRANCH_OVERRIDE={branch-override}
export DEVSTACK_GATE_TOPOLOGY="multinode"
if [ "$BRANCH_OVERRIDE" != "default" ] ; then