Revert "Restore live migration tests"

This reverts commit 0b9ab33c11.

Reason for revert: This looks to require too much resources on target cloud. Many migration failures saw after this has been merged. Let get stable jobs again before investigate on this issue. 

Change-Id: I8707c706cc72062ef94f3b038e3e858fc8c21ad3
This commit is contained in:
Federico Ressi 2021-11-02 09:25:50 +00:00
parent a13d6d7140
commit dc57230764
1 changed files with 2 additions and 2 deletions

View File

@ -94,7 +94,7 @@ class CirrosServerTest(testtools.TestCase):
final_hypervisor = nova.get_server_hypervisor(server)
self.assertNotEqual(initial_hypervisor, final_hypervisor)
@nova.skip_if_missing_hypervisors(count=2)
@tobiko.skip("Expected to create problems on compute nodes")
def test_7_live_migrate_server(self):
self.test_6_migrate_server(live=True)
@ -119,7 +119,7 @@ class CirrosServerTest(testtools.TestCase):
self.assertNotEqual(initial_hypervisor, final_hypervisor)
self.assertEqual(target_hypervisor, final_hypervisor)
@nova.skip_if_missing_hypervisors(count=2)
@tobiko.skip("Expected to create problems on compute nodes")
def test_8_live_migrate_server_with_host(self):
self.test_8_migrate_server_with_host(live=True)