[elbe-devel] [PATCH 08/10] tests: simple-validation-image: increase disk size

Thomas Weißschuh thomas.weissschuh at linutronix.de
Fri Feb 28 14:25:13 CET 2025


Upcoming patches install a kernel into the image, requiring more space.

Signed-off-by: Thomas Weißschuh <thomas.weissschuh at linutronix.de>
---
 tests/simple-validation-image-test.py | 4 ++--
 tests/simple-validation-image.xml     | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/simple-validation-image-test.py b/tests/simple-validation-image-test.py
index 4e1fdff172eaeb0c757395f595eab7b8d36447ae..98edffd8c24bd927b22e538039a94c9e05d017a1 100755
--- a/tests/simple-validation-image-test.py
+++ b/tests/simple-validation-image-test.py
@@ -220,7 +220,7 @@ def _test_excursions(root):
 def _test_rfs_partition(build_dir, part):
     assert part.number == 1
     assert part.start == 1 * 1024 * 1024
-    assert part.size == 799 * 1024 * 1024
+    assert part.size == 999 * 1024 * 1024
     assert part.type == '83'
 
     blkid = part.blkid()
@@ -290,7 +290,7 @@ def _test_rfs_partition(build_dir, part):
 
 def test_image(build_dir):
     with elbevalidate.Image.from_file(build_dir / 'sda.img') as img:
-        assert img.size == 800 * 1024 * 1024
+        assert img.size == 1000 * 1024 * 1024
 
         blkid = img.blkid()
         assert blkid['PTTYPE'] == 'dos'
diff --git a/tests/simple-validation-image.xml b/tests/simple-validation-image.xml
index 450c6887d6cefb6bc6ab31b273a29961289b5f4d..4a4e0f6e815342f2a447580aaec2077a012797a4 100644
--- a/tests/simple-validation-image.xml
+++ b/tests/simple-validation-image.xml
@@ -48,7 +48,7 @@ SPDX-FileCopyrightText: Linutronix GmbH
 		<images>
 			<msdoshd>
 				<name>sda.img</name>
-				<size>800MiB</size>
+				<size>1000MiB</size>
 				<partition>
 					<size>remain</size>
 					<label>rfs</label>

-- 
2.48.1



More information about the elbe-devel mailing list