fix pep8 errors
This commit is contained in:
@@ -344,4 +344,5 @@ class ZoneAwareSchedulerTestCase(test.TestCase):
|
|||||||
self.stubs.Set(zone_aware_scheduler, 'crypto',
|
self.stubs.Set(zone_aware_scheduler, 'crypto',
|
||||||
StubDecryptor())
|
StubDecryptor())
|
||||||
|
|
||||||
self.assertEqual(fixture._decrypt_blob(test_data), json.dumps(test_data))
|
self.assertEqual(fixture._decrypt_blob(test_data),
|
||||||
|
json.dumps(test_data))
|
||||||
|
|||||||
@@ -807,6 +807,7 @@ class XenAPIMigrateInstance(test.TestCase):
|
|||||||
conn.finish_resize(instance, dict(base_copy='hurr', cow='durr'),
|
conn.finish_resize(instance, dict(base_copy='hurr', cow='durr'),
|
||||||
network_info)
|
network_info)
|
||||||
|
|
||||||
|
|
||||||
class XenAPIImageTypeTestCase(test.TestCase):
|
class XenAPIImageTypeTestCase(test.TestCase):
|
||||||
"""Test ImageType class."""
|
"""Test ImageType class."""
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user