summaryrefslogtreecommitdiff
path: root/gate
diff options
context:
space:
mode:
authorLee Yarwood <lyarwood@redhat.com>2020-12-11 12:04:24 +0000
committerBalazs Gibizer <balazs.gibizer@est.tech>2020-12-11 17:08:48 +0100
commite3da2ca7be0cb06fe05717ea78718d9323c7ca40 (patch)
treea9e1e667be1b6af5acd692e33428e118bf8c0d1f /gate
parent8fab5fc7c7a046296e042edc63cb731da8327eaa (diff)
downloadnova-e3da2ca7be0cb06fe05717ea78718d9323c7ca40.tar.gz
lower-constraints: Bump packaging to 20.4
This version of packaging is actually required by oslo.utils as of 4.5 by Ic9bda0783d3664e1f518d513d81b3271028335fd that was itself introduced as a lower-constraints version within Nova as of Ic4d3b998bb9701cb1e3ef12d9bb6f4d91cc19c18. NOTE(gibi): In order to land this we also needed to backport I95bc22f7d65454cd9e7b54a0e6d9516f2f204978 due to bug #1907511 and bug #1907522 NOTE(lyarwood): Additionally I1aeab16e2b8d907a114ed22c7e716f534fe1b129 is backported and squashed into this change allowing nova-grenade-multinode to pass, avoiding bug #1901739. Change-Id: I67255fa1b919a27e92028da95d71ddd4bf53edc1 Closes-Bug: #1907117 Related-Bug: #1907522 Closes-Bug: #1907511 (cherry picked from commit 7a9d4df24b05c9a8ea14ba3743e21659c3f93f7b) (cherry picked and squashed 048250a4b76c0b6a85e459f92b436c448d592235) (cherry picked and squashed eaa98e33405b613d9a871e70bd33eb8354c1b636)
Diffstat (limited to 'gate')
-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