summaryrefslogtreecommitdiff
path: root/gate
diff options
context:
space:
mode:
authorLee Yarwood <lyarwood@redhat.com>2020-12-11 12:04:24 +0000
committerLee Yarwood <lyarwood@redhat.com>2020-12-11 12:04:24 +0000
commiteaa98e33405b613d9a871e70bd33eb8354c1b636 (patch)
treedae34c68ce4529f28115ede9e298662f4c60c7dd /gate
parent3a6c1cbc3a07814b3fecfdc23f28da9294779bcc (diff)
downloadnova-eaa98e33405b613d9a871e70bd33eb8354c1b636.tar.gz
nova-grenade-multinode: Skip test_live_block_migration_paused
As discussed in the bug the only advice we've been given from the libvirt and QEMU teams is to avoid this in Bionic where QEMU is using the legacy -drive architecture. This is passing in the new zuulv3 Focal based job so just skip the test here for the time being in grenade. Change-Id: I1aeab16e2b8d907a114ed22c7e716f534fe1b129 Related-Bug: #1901739
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