tests: use smaller root.img in backupcompatibility tests

1GB image easily exceed available space on openQA instances. Use 100MB
instead.
This commit is contained in:
Marek Marczykowski-Górecki 2018-10-15 05:24:24 +02:00
parent fd9f2e2a6c
commit e8dc6cb916
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -237,7 +237,7 @@ class TC_00_BackupCompatibility(
self.create_sparse(self.fullpath(
"vm-templates/test-template-clone/root.img"), 10*2**30)
self.fill_image(self.fullpath(
"vm-templates/test-template-clone/root.img"), 1*2**30, True)
"vm-templates/test-template-clone/root.img"), 100*2**20, True)
self.create_volatile_img(self.fullpath(
"vm-templates/test-template-clone/volatile.img"))
subprocess.check_call([