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:
parent
fd9f2e2a6c
commit
e8dc6cb916
@ -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([
|
||||
|
Loading…
Reference in New Issue
Block a user