Revert "Enable test_iscsi_volume in live migration job"

This reverts commit 1032c79238.

This wasn't actually ready to merge, and now that it has
we're seeing a spike in failures of test_iscsi_volume.

Change-Id: I74649dd63ef82a356b829ea01b2e74640dc6f11c
Related-Bug: #1398999
This commit is contained in:
Matt Riedemann 2017-09-14 17:30:18 +00:00
parent 1032c79238
commit 1328a50e2c
1 changed files with 0 additions and 7 deletions

View File

@ -25,13 +25,6 @@ SERVICE_HOST=$primary_node
STACK_USER=${STACK_USER:-stack}
echo '1. test with all local storage (use default for volumes)'
# We test with libvirt 2.5.0 on xenial nodes so we can test live block
# migration with an attached volume.
echo 'enabling block_migration with an iscsi attached volume in tempest'
$ANSIBLE primary --sudo -f 5 -i "$WORKSPACE/inventory" -m ini_file -a "dest=$BASE/new/tempest/etc/tempest.conf section=compute-feature-enabled option=block_migration_for_live_migration value=True"
$ANSIBLE primary --sudo -f 5 -i "$WORKSPACE/inventory" -m ini_file -a "dest=$BASE/new/tempest/etc/tempest.conf section=compute-feature-enabled option=block_migrate_cinder_iscsi value=True"
echo 'NOTE: test_volume_backed_live_migration is skipped due to https://bugs.launchpad.net/nova/+bug/1524898'
run_tempest "block migration test" "^.*test_live_migration(?!.*(test_volume_backed_live_migration))"