Fixing tests, PEP8 failures

This commit is contained in:
Rick Harris
2011-09-16 11:17:44 -05:00
parent b9cbf031bb
commit 78e432e10c
2 changed files with 7 additions and 2 deletions

View File

@@ -295,6 +295,9 @@ class FakeSessionForMigrationTests(fake.SessionBase):
vm['is_control_domain'] = False
vm['domid'] = random.randrange(1, 1 << 16)
def VM_set_name_label(self, *args):
pass
def stub_out_migration_methods(stubs):
def fake_create_snapshot(self, instance):