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 (cherry picked from commit dd35de4ccd8d89750667e47da5ae40797fd7095d)
This commit is contained in:
parent
f317ea461a
commit
2decd1df4e
@ -193,6 +193,10 @@ sahara_wsgi_processes_max: 2
|
||||
sahara_wsgi_processes: 2
|
||||
sahara_wsgi_buffer_size: 16384
|
||||
|
||||
## Zun
|
||||
zun_api_threads: 1
|
||||
zun_wsgi_threads: 1
|
||||
|
||||
# NOTE: hpcloud-b4's eth0 uses 10.0.3.0/24, which overlaps with the
|
||||
# lxc_net_address default
|
||||
# TODO: We'll need to implement a mechanism to determine valid lxc_net_address
|
||||
|
@ -19,6 +19,8 @@ tempest_test_whitelist:
|
||||
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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user