Multinode job for live-migration

Basic enablement and clean-up of live-migration tests.
First attempt was to configure tempest in a hook, which
wasn't good idea, this patch actually fixes this. So d-g
make all configuration, and current hook only executes tests.

This is used in the gate-tempest-dsvm-multinode-live-migration job
which is run on the experimental queue only right now.

Change-Id: Ie28823fa1e8863b24391e503d04b031c421f0cd2
This commit is contained in:
Timofey Durakov 2015-11-13 12:47:24 +03:00 committed by Matt Riedemann
parent 98af6b148e
commit acb28963fd
1 changed files with 3 additions and 1 deletions

4
nova/tests/live_migration/hooks/run_tests.sh Normal file → Executable file
View File

@ -10,4 +10,6 @@
# and tempest config
# - run live-migration tests
tempest tox -eall --concurrency=$TEMPEST_CONCURRENCY live_migration
set -x
cd $BASE/new/tempest
sudo -H -u tempest tox -eall -- --concurrency=$TEMPEST_CONCURRENCY live_migration