diff options
| author | Jenkins <jenkins@review.openstack.org> | 2013-01-30 12:15:06 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2013-01-30 12:15:06 +0000 |
| commit | 05751bb7861892b949dedeccc283ce48abee0d16 (patch) | |
| tree | 459db34448292a99ac007685831bcdddb10bb71b | |
| parent | b919a330084ec171eccce828b5b73898e8a2f092 (diff) | |
| parent | 7fac5aa8a07f086d84c1cebd2e7dd768da173e08 (diff) | |
| download | nova-05751bb7861892b949dedeccc283ce48abee0d16.tar.gz nova-05751bb7861892b949dedeccc283ce48abee0d16.tar.xz nova-05751bb7861892b949dedeccc283ce48abee0d16.zip | |
Merge "Fixed grammar problems and typos in doc strings"
| -rw-r--r-- | nova/tests/compute/test_compute.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nova/tests/compute/test_compute.py b/nova/tests/compute/test_compute.py index 7b284779e..6bd2c3cac 100644 --- a/nova/tests/compute/test_compute.py +++ b/nova/tests/compute/test_compute.py @@ -2067,7 +2067,7 @@ class ComputeTestCase(BaseTestCase): self.compute.terminate_instance(self.context, instance=new_instance) def test_prep_resize_instance_migration_error_on_none_host(self): - """Ensure prep_resize raise a migration error if destination host is + """Ensure prep_resize raises a migration error if destination host is not defined """ instance = jsonutils.to_primitive(self._create_fake_instance()) @@ -2532,7 +2532,7 @@ class ComputeTestCase(BaseTestCase): db.instance_destroy(c, inst_uuid) def test_post_live_migration_no_shared_storage_working_correctly(self): - """Confirm post_live_migration() works as expected correctly + """Confirm post_live_migration() works correctly as expected for non shared storage migration. """ # Create stubs @@ -3431,7 +3431,7 @@ class ComputeTestCase(BaseTestCase): db.instance_destroy(c, inst_uuid) def test_rebuild_with_wrong_shared_storage(self): - """Confirm evacuate scenario updates host.""" + """Confirm evacuate scenario does not update host.""" # creating testdata c = self.context.elevated() |
