From ba72faf8b7010ec89bcb3069a7f826694e457885 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Hozza?= Date: Tue, 19 Dec 2023 16:08:21 +0100 Subject: [PATCH] Test: extend ostree fs customizations case MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Extend the ostree filesystem customizations test case according to https://github.com/osbuild/images/pull/255#discussion_r1413887536 Signed-off-by: Tomáš Hozza --- .../ostree-filesystem-customizations.json | 30 ++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/test/configs/ostree-filesystem-customizations.json b/test/configs/ostree-filesystem-customizations.json index 03ef336e22..2682d06317 100644 --- a/test/configs/ostree-filesystem-customizations.json +++ b/test/configs/ostree-filesystem-customizations.json @@ -27,18 +27,46 @@ "mountpoint": "/root", "minsize": "1 GiB" }, + { + "mountpoint": "/home", + "minsize": "1 GiB" + }, + { + "mountpoint": "/home/foo", + "minsize": "1 GiB" + }, { "mountpoint": "/mnt", "minsize": "3 GiB" }, { "mountpoint": "/srv", - "minsize": "4 GiB" + "minsize": "1 GiB" }, { "mountpoint": "/opt", "minsize": "1 GiB" }, + { + "mountpoint": "/var/home", + "minsize": "1 GiB" + }, + { + "mountpoint": "/var/roothome", + "minsize": "1 GiB" + }, + { + "mountpoint": "/var/mnt", + "minsize": "1 GiB" + }, + { + "mountpoint": "/var/srv", + "minsize": "1 GiB" + }, + { + "mountpoint": "/var/opt", + "minsize": "1 GiB" + }, { "mountpoint": "/var/mydata", "minsize": "1 GiB"