Skip to content

Commit

Permalink
tests: Upgrade toml written by test case to version 2
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
  • Loading branch information
stefanberger committed Mar 29, 2023
1 parent 0b31beb commit 8fc037f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions script/tests/test_encryption.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ setup() {

startContainerd() {
cat <<_EOF_ >${CONFIG_TOML}
version = 2
disable_plugins = ["cri"]
root = "${ROOTDIR}"
state = "${STATEDIR}"
Expand Down Expand Up @@ -120,6 +121,7 @@ startContainerdLocalKeys() {
LOCAL_KEYS_PATH="${WORKDIR}/keys"
mkdir -p ${LOCAL_KEYS_PATH}
cat <<_EOF_ >${CONFIG_TOML}
version = 2
disable_plugins = ["cri"]
root = "${ROOTDIR}"
state = "${STATEDIR}"
Expand Down

0 comments on commit 8fc037f

Please sign in to comment.