Skip to content

Commit

Permalink
tests: use smaller root.img in backupcompatibility tests
Browse files Browse the repository at this point in the history
1GB image easily exceed available space on openQA instances. Use 100MB
instead.
  • Loading branch information
marmarek committed Oct 15, 2018
1 parent fd9f2e2 commit e8dc6cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qubes/tests/integ/backupcompatibility.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def create_v1_files(self, r2b2=False):
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([
Expand Down

0 comments on commit e8dc6cb

Please sign in to comment.