Skip to content

Commit

Permalink
Test: extend ostree fs customizations case
Browse files Browse the repository at this point in the history
Extend the ostree filesystem customizations test case according to
osbuild#255 (comment)

Signed-off-by: Tomáš Hozza <[email protected]>
  • Loading branch information
thozza committed Dec 19, 2023
1 parent d159ce1 commit 9ea83a5
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion test/configs/ostree-filesystem-customizations.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9ea83a5

Please sign in to comment.