diff options
| author | Jenkins <jenkins@review.openstack.org> | 2012-07-26 03:19:41 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2012-07-26 03:19:41 +0000 |
| commit | 535ec63542ef021ec1b2f2c4d9620489669856da (patch) | |
| tree | 7f000265cad94b65835bb275f2b90b2db3202da6 /nova | |
| parent | 965a5a0e059e8a6879cf7a6b167ad112bea159b9 (diff) | |
| parent | 50c74cc7af619b96eb9e1b3db8d1e8a289afb6da (diff) | |
| download | nova-535ec63542ef021ec1b2f2c4d9620489669856da.tar.gz nova-535ec63542ef021ec1b2f2c4d9620489669856da.tar.xz nova-535ec63542ef021ec1b2f2c4d9620489669856da.zip | |
Merge "tests: remove misleading docstrings on libvirt tests"
Diffstat (limited to 'nova')
| -rw-r--r-- | nova/tests/test_libvirt.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/nova/tests/test_libvirt.py b/nova/tests/test_libvirt.py index 9fb739a56..6020d820c 100644 --- a/nova/tests/test_libvirt.py +++ b/nova/tests/test_libvirt.py @@ -1737,7 +1737,6 @@ class LibvirtConnTestCase(test.TestCase): db.instance_destroy(self.context, instance_ref['uuid']) def test_pre_live_migration_works_correctly_mocked(self): - """Confirms pre_block_migration works correctly.""" # Creating testdata vol = {'block_device_mapping': [ {'connection_info': 'dummy', 'mount_device': '/dev/sda'}, @@ -1769,7 +1768,6 @@ class LibvirtConnTestCase(test.TestCase): self.assertEqual(result, None) def test_pre_block_migration_works_correctly(self): - """Confirms pre_block_migration works correctly.""" # Replace instances_path since this testcase creates tmpfile with utils.tempdir() as tmpdir: self.flags(instances_path=tmpdir) @@ -1793,7 +1791,6 @@ class LibvirtConnTestCase(test.TestCase): db.instance_destroy(self.context, instance_ref['uuid']) def test_get_instance_disk_info_works_correctly(self): - """Confirms pre_block_migration works correctly.""" # Test data instance_ref = db.instance_create(self.context, self.test_instance) dummyxml = ("<domain type='kvm'><name>instance-0000000a</name>" |
