Andrew Bonney dd35de4ccd Disable repeatedly failing zun tempest test
This test regularly fails in CI for Ubuntu Focal in particular,
but occasionally for other distributions too. There may be an
occasional timing error causing it to end prematurely.

Change-Id: I7d61841c551b26f098f854a161677e94a613c6be
2020-12-17 22:33:39 +02:00

28 lines
1.1 KiB
Django/Jinja

---
# Copyright 2020, VEXXHOST, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
tempest_test_whitelist:
- zun_tempest_plugin.tests.tempest.api
tempest_test_blacklist:
- test: zun_tempest_plugin.tests.tempest.api.test_containers.TestContainer.test_run_container_with_image_driver_glance
reason: This test requires direct access to the Docker daemon API on localhost
- test: zun_tempest_plugin.tests.tempest.api.test_capsules.TestCapsule.test_create_capsule_full
reason: This test repeatedly fails in CI in particular for Ubuntu Focal
tempest_tempest_conf_overrides:
container_service:
min_microversion: 1.27