소스 검색

tests: use smaller root.img in backupcompatibility tests

1GB image easily exceed available space on openQA instances. Use 100MB
instead.
Marek Marczykowski-Górecki 5 년 전
부모
커밋
e8dc6cb916
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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([