Ver Fonte

tests: use smaller root.img in backupcompatibility tests

1GB image easily exceed available space on openQA instances. Use 100MB
instead.
Marek Marczykowski-Górecki há 5 anos atrás
pai
commit
e8dc6cb916
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      qubes/tests/integ/backupcompatibility.py

+ 1 - 1
qubes/tests/integ/backupcompatibility.py

@@ -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([