summaryrefslogtreecommitdiffstats
path: root/nova/tests
diff options
context:
space:
mode:
authorSam Morrison <sorrison@gmail.com>2013-05-07 12:07:53 +1000
committerSam Morrison <sorrison@gmail.com>2013-05-22 16:37:34 +1000
commit6682d1617e7085c8f956ff6b23ea6932ec986a3e (patch)
tree7bb7f3be12652fb46a13a7f30f9e31c7e31440f5 /nova/tests
parent70638961bca3b479124910522f21ff12e55fbadd (diff)
Adds live migration support to cells API
Fixes bug 1153087 DocImpact: Cells now allows live migration within a cell, but not between cells. Change-Id: Ic8777c376883eaf6ff9cb4b379e0bacbfe5635b7
Diffstat (limited to 'nova/tests')
-rw-r--r--nova/tests/compute/test_compute_cells.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/nova/tests/compute/test_compute_cells.py b/nova/tests/compute/test_compute_cells.py
index 40ae4e3de..ad4e6c754 100644
--- a/nova/tests/compute/test_compute_cells.py
+++ b/nova/tests/compute/test_compute_cells.py
@@ -145,9 +145,6 @@ class CellsComputeAPITestCase(test_compute.ComputeAPITestCase):
def test_instance_metadata(self):
self.skipTest("Test is incompatible with cells.")
- def test_live_migrate(self):
- self.skipTest("Test is incompatible with cells.")
-
def test_snapshot_given_image_uuid(self):
self.skipTest("Test doesn't apply to API cell.")