Merge pull request #9025 from wainersm/cri-containerd_fix_loop

cri-containerd: fix loop in TestContainerMemoryUpdate()
This commit is contained in:
Xuewei Niu 2024-02-06 14:49:57 +08:00 committed by GitHub
commit 67d9847fac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -259,7 +259,7 @@ function TestContainerMemoryUpdate() {
return
fi
for virtio_mem_enabled in {1, 0}; do
for virtio_mem_enabled in 1 0; do
PrepareContainerMemoryUpdate $virtio_mem_enabled
DoContainerMemoryUpdate $virtio_mem_enabled
done