summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-12-11 23:51:42 +0000
committerGerrit Code Review <review@openstack.org>2020-12-11 23:51:42 +0000
commitf851d20b652f9f29de9caa0749a78bf29c326b6d (patch)
tree8e3cf33b170c6fcb487f4608fa5db9c876994e51
parentddf163895a4d9ac2e0d91c0df9ed8cdeadcaf303 (diff)
parenteaa98e33405b613d9a871e70bd33eb8354c1b636 (diff)
downloadnova-f851d20b652f9f29de9caa0749a78bf29c326b6d.tar.gz
Merge "nova-grenade-multinode: Skip test_live_block_migration_paused"
-rwxr-xr-xgate/live_migration/hooks/run_tests.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/gate/live_migration/hooks/run_tests.sh b/gate/live_migration/hooks/run_tests.sh
index 331f2fa204..8334df633d 100755
--- a/gate/live_migration/hooks/run_tests.sh
+++ b/gate/live_migration/hooks/run_tests.sh
@@ -26,7 +26,8 @@ STACK_USER=${STACK_USER:-stack}
echo '1. test with all local storage (use default for volumes)'
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))"
+echo 'NOTE: test_live_block_migration_paused is skipped due to https://bugs.launchpad.net/nova/+bug/1901739'
+run_tempest "block migration test" "^.*test_live_migration(?!.*(test_volume_backed_live_migration|test_live_block_migration_paused))"
# TODO(mriedem): Run $BASE/new/nova/gate/test_evacuate.sh for local storage