zun: Fix capsule functionality and tests
Change-Id: I7b998b34881084a68669dc9351ea1937c61534fa
This commit is contained in:
parent
a0e614ee10
commit
778523816b
@ -13,6 +13,8 @@ state_path = /var/lib/zun
|
||||
container_driver = docker
|
||||
capsule_driver = cri
|
||||
|
||||
sandbox_image = k8s.gcr.io/pause:3.6
|
||||
|
||||
[network]
|
||||
driver = kuryr
|
||||
|
||||
|
@ -101,12 +101,6 @@ function test_zun_logged {
|
||||
openstack volume delete zun_test_volume
|
||||
echo "SUCCESS: Zun Cinder volume attachment"
|
||||
|
||||
# NOTE(hongbin): temporarily skip capsule test due to #1941982
|
||||
# See https://bugs.launchpad.net/zun/+bug/1941982
|
||||
if [[ $BASE_DISTRO =~ ^(debian|ubuntu)$ ]]; then
|
||||
return 0
|
||||
fi
|
||||
|
||||
echo "TESTING: Zun capsule"
|
||||
cat >/tmp/capsule.yaml <<EOF
|
||||
capsuleVersion: beta
|
||||
|
Loading…
Reference in New Issue
Block a user