commit | c852639184f47976562c9ec2ea152719f57e4f41 | [log] [tgz] |
---|---|---|
author | Lee Yarwood <lyarwood@redhat.com> | Wed Mar 02 13:06:11 2022 -0600 |
committer | Balazs Gibizer <gibi@redhat.com> | Fri Jun 17 19:50:07 2022 +0200 |
tree | 976bf56ac0a13cca61fb199a215fe50f04f9a74b | |
parent | d720340c44e67856274235a47ebae38efd0b7625 [diff] |
compute: Move volume attached live migration tests to use SSHABLE Live migration tests the volume attachment and checking the server ssh-able will help to avoid any race during attachment operation. Note we merged this once Icdb3398061d0274fec8b4e10d955a4b00edf4524 but that was reverted in I005755b0e527255362923a6b4bbbba2f7c1dfbd1 as it was broken. This patch tries to make it right the second time. Change-Id: I898db6351e39fb4569e9fefeddf870fb8af0671c
diff --git a/tempest/api/compute/admin/test_live_migration.py b/tempest/api/compute/admin/test_live_migration.py index 0975702..2826f56 100644 --- a/tempest/api/compute/admin/test_live_migration.py +++ b/tempest/api/compute/admin/test_live_migration.py
@@ -182,7 +182,7 @@ attach volume. This differs from test_volume_backed_live_migration above that tests live-migration with only an attached volume. """ - validation_resources = self.get_test_validation_resources( + validation_resources = self.get_class_validation_resources( self.os_primary) server = self.create_test_server( validatable=True,