Skip to content

Commit

Permalink
test: add swap to all the partitioning test configs
Browse files Browse the repository at this point in the history
  • Loading branch information
achilleas-k committed Nov 27, 2024
1 parent 3d3a67d commit d9448fe
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/configs/partitioning-btrfs.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@
"mountpoint": "/srv"
}
]
},
{
"type": "plain",
"fs_type": "swap",
"label": "swap-part",
"minsize": "1 GiB"
}
]
}
Expand Down
5 changes: 5 additions & 0 deletions test/configs/partitioning-lvm.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@
"mountpoint": "/srv",
"fs_type": "ext4",
"minsize": 1073741824
},
{
"name": "swap-lv",
"fs_type": "swap",
"minsize": "1 GiB"
}
]
}
Expand Down
4 changes: 4 additions & 0 deletions test/configs/partitioning-plain.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@
"mountpoint": "/srv",
"fs_type": "xfs",
"minsize": 1073741824
},
{
"fs_type": "swap",
"minsize": "1 GiB"
}
]
}
Expand Down

0 comments on commit d9448fe

Please sign in to comment.