Skip to content

Commit e2fac22

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Zun: Temporarily skip capsule test for ubuntu" into stable/victoria
2 parents 257e6e4 + 6d7c83e commit e2fac22

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

tests/run.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,8 @@
405405
executable: /bin/bash
406406
chdir: "{{ kolla_ansible_src_dir }}"
407407
when: scenario == 'zun'
408+
environment:
409+
BASE_DISTRO: "{{ base_distro }}"
408410

409411
- name: Run test-swift.sh script
410412
script:

tests/test-zun.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,12 @@ function test_zun_logged {
9999
openstack volume delete zun_test_volume
100100
echo "SUCCESS: Zun Cinder volume attachment"
101101

102+
# NOTE(hongbin): temporarily skip capsule test due to #1941982
103+
# See https://bugs.launchpad.net/zun/+bug/1941982
104+
if [[ $BASE_DISTRO =~ ^(debian|ubuntu)$ ]]; then
105+
return 0
106+
fi
107+
102108
echo "TESTING: Zun capsule"
103109
cat >/tmp/capsule.yaml <<EOF
104110
capsuleVersion: beta

0 commit comments

Comments
 (0)