diff options
| author | Sam Morrison <sorrison@gmail.com> | 2013-05-07 12:07:53 +1000 |
|---|---|---|
| committer | Sam Morrison <sorrison@gmail.com> | 2013-05-22 16:37:34 +1000 |
| commit | 6682d1617e7085c8f956ff6b23ea6932ec986a3e (patch) | |
| tree | 7bb7f3be12652fb46a13a7f30f9e31c7e31440f5 /nova/tests | |
| parent | 70638961bca3b479124910522f21ff12e55fbadd (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.py | 3 |
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.") |
