diff options
author | Jenkins <jenkins@review.openstack.org> | 2013-05-22 08:49:43 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2013-05-22 08:49:43 +0000 |
commit | d6f2611285382bc59ba0ff23518c4f0b08fb4855 (patch) | |
tree | 213b7b50ba8cacd8b88e0eab213dc042ea79e2ce /nova/tests | |
parent | 311fd5e0bd542468d610db5fdf0ae67506195de6 (diff) | |
parent | 6682d1617e7085c8f956ff6b23ea6932ec986a3e (diff) | |
download | nova-d6f2611285382bc59ba0ff23518c4f0b08fb4855.tar.gz nova-d6f2611285382bc59ba0ff23518c4f0b08fb4855.tar.xz nova-d6f2611285382bc59ba0ff23518c4f0b08fb4855.zip |
Merge "Adds live migration support to cells API"
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.") |