Skip to content

Commit

Permalink
test/filesystem: ostree filesystem customization
Browse files Browse the repository at this point in the history
The tests are modified in accordance to the ostree policy

Signed-off-by: Sayan Paul <[email protected]>
  • Loading branch information
say-paul committed Dec 13, 2023
1 parent 2b21401 commit da1b496
Showing 1 changed file with 9 additions and 24 deletions.
33 changes: 9 additions & 24 deletions test/configs/ostree-filesystem-customizations.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@
},
"blueprint": {
"customizations": {
"user": [
{
"groups": [
"wheel"
],
"key": "ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNebAh6SjpAn8wB53K4695cGnHGuCtl4RdaX3futZgJUultHyzeYHnzMO7d4++qnRL+Rworew62LKP560uvtncc= github.com/osbuild/images",
"name": "osbuild"
}
],
"filesystem": [
{
"mountpoint": "/foo",
Expand All @@ -14,14 +23,6 @@
"mountpoint": "/foo/bar",
"minsize": "2 GiB"
},
{
"mountpoint": "/home",
"minsize": "2 GiB"
},
{
"mountpoint": "/home/shadowman",
"minsize": "500 MiB"
},
{
"mountpoint": "/root",
"minsize": "1 GiB"
Expand All @@ -41,22 +42,6 @@
{
"mountpoint": "/var/mydata",
"minsize": "1 GiB"
},
{
"mountpoint": "/var/mnt",
"minsize": "1 GiB"
},
{
"mountpoint": "/var/opt",
"minsize": "1 GiB"
},
{
"mountpoint": "/var/srv",
"minsize": "500 MiB"
},
{
"mountpoint": "/var/roothome",
"minsize": "1 GiB"
}
]
}
Expand Down

0 comments on commit da1b496

Please sign in to comment.