summaryrefslogtreecommitdiffstats
path: root/test/TEST-24-CRYPTSETUP/test.sh
diff options
context:
space:
mode:
authorFrantisek Sumsal <frantisek@sumsal.cz>2023-06-05 09:40:21 +0200
committerFrantisek Sumsal <frantisek@sumsal.cz>2023-06-05 16:50:13 +0200
commitb7e913841b1136dc4f15415df27f95fe67923b08 (patch)
tree7e1c3a0becb69d50559ed6e9cf1a3a119e87d706 /test/TEST-24-CRYPTSETUP/test.sh
parenttest: make the root/data partition size configurable per test (diff)
downloadsystemd-b7e913841b1136dc4f15415df27f95fe67923b08.tar.xz
systemd-b7e913841b1136dc4f15415df27f95fe67923b08.zip
test: make the data partition larger for the cryptsetup test
As we use it for /var and with the default 100 MiB there's not enough space for the journal.
Diffstat (limited to '')
-rwxr-xr-xtest/TEST-24-CRYPTSETUP/test.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/TEST-24-CRYPTSETUP/test.sh b/test/TEST-24-CRYPTSETUP/test.sh
index 87ffaea453..c7e024ffed 100755
--- a/test/TEST-24-CRYPTSETUP/test.sh
+++ b/test/TEST-24-CRYPTSETUP/test.sh
@@ -4,6 +4,7 @@ set -e
TEST_DESCRIPTION="cryptsetup systemd setup"
IMAGE_NAME="cryptsetup"
+IMAGE_ADDITIONAL_DATA_SIZE=100
TEST_NO_NSPAWN=1
TEST_FORCE_NEWIMAGE=1