Zun: Temporarily skip capsule test for ubuntu
Related-Bug: #1941982 Change-Id: I0e03db1177931ee6d17b21f614573575c3493eef
This commit is contained in:
@@ -391,6 +391,8 @@
|
|||||||
executable: /bin/bash
|
executable: /bin/bash
|
||||||
chdir: "{{ kolla_ansible_src_dir }}"
|
chdir: "{{ kolla_ansible_src_dir }}"
|
||||||
when: scenario == 'zun'
|
when: scenario == 'zun'
|
||||||
|
environment:
|
||||||
|
BASE_DISTRO: "{{ base_distro }}"
|
||||||
|
|
||||||
- name: Run test-swift.sh script
|
- name: Run test-swift.sh script
|
||||||
script:
|
script:
|
||||||
|
|||||||
@@ -99,6 +99,12 @@ function test_zun_logged {
|
|||||||
openstack volume delete zun_test_volume
|
openstack volume delete zun_test_volume
|
||||||
echo "SUCCESS: Zun Cinder volume attachment"
|
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"
|
echo "TESTING: Zun capsule"
|
||||||
cat >/tmp/capsule.yaml <<EOF
|
cat >/tmp/capsule.yaml <<EOF
|
||||||
capsuleVersion: beta
|
capsuleVersion: beta
|
||||||
|
|||||||
Reference in New Issue
Block a user