tests/backup: fix to core3 API - there is no verbose= argument

This commit is contained in:
Marek Marczykowski-Górecki 2016-05-21 03:40:39 +02:00 committed by Wojtek Porczyk
parent 0a21300872
commit 98115eb541

View File

@ -840,7 +840,7 @@ class BackupTestsMixin(SystemTestsMixin):
name=vmname, name=vmname,
hvm=True, hvm=True,
label='red') label='red')
testvm2.create_on_disk(verbose=self.verbose) testvm2.create_on_disk()
self.fill_image(testvm2.volumes['root'].vid, 1024 * 1024 * 1024, True) self.fill_image(testvm2.volumes['root'].vid, 1024 * 1024 * 1024, True)
vms.append(testvm2) vms.append(testvm2)