Revert "Restore live migration tests"
This reverts commit 0b9ab33c115cfe1c39ad247ed1acea834894179a. 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:
parent
a13d6d7140
commit
dc57230764
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user