Skip to content

Commit 8fc037f

Browse files
committed
tests: Upgrade toml written by test case to version 2
Signed-off-by: Stefan Berger <[email protected]>
1 parent 0b31beb commit 8fc037f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

script/tests/test_encryption.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ setup() {
7777

7878
startContainerd() {
7979
cat <<_EOF_ >${CONFIG_TOML}
80+
version = 2
8081
disable_plugins = ["cri"]
8182
root = "${ROOTDIR}"
8283
state = "${STATEDIR}"
@@ -120,6 +121,7 @@ startContainerdLocalKeys() {
120121
LOCAL_KEYS_PATH="${WORKDIR}/keys"
121122
mkdir -p ${LOCAL_KEYS_PATH}
122123
cat <<_EOF_ >${CONFIG_TOML}
124+
version = 2
123125
disable_plugins = ["cri"]
124126
root = "${ROOTDIR}"
125127
state = "${STATEDIR}"

0 commit comments

Comments
 (0)