From 4a4481995303d97b5f646c6d3d008fbb3eab554e Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Wed, 24 Apr 2019 11:28:43 -0400 Subject: [PATCH] Disable [validation]/run_validation in tempest.conf Devstack and tempest default to enable ssh validation in a lot of API tests which can fail intermittently: http://status.openstack.org/elastic-recheck/#1808010 Also see bug 1802971. Since a ceph backend for storage shouldn't really have any impact on whether or not ssh is going to work in a tempest run, this change disables it in the devstack-plugin-ceph-tempest jobs which should make the job faster and more stable. Change-Id: Iea948bcc43315286e5c130485728152d4710bfcb --- .zuul.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 304169c4..6182d357 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -21,6 +21,7 @@ ENABLE_FILE_INJECTION: false TEMPEST_PLUGINS: '/opt/stack/cinder-tempest-plugin' ENABLE_VOLUME_MULTIATTACH: false + TEMPEST_RUN_VALIDATION: false tox_envlist: all tempest_test_regex: | (^tempest\.(api|scenario\.test_encrypted_cinder_volumes|scenario\.test_volume|scenario\.test_shelve_instance)|(^cinder_tempest_plugin)) @@ -70,6 +71,7 @@ ENABLE_FILE_INJECTION: false TEMPEST_PLUGINS: '/opt/stack/cinder-tempest-plugin' ENABLE_VOLUME_MULTIATTACH: false + TEMPEST_RUN_VALIDATION: false devstack_plugins: devstack-plugin-ceph: https://opendev.org/openstack/devstack-plugin-ceph tox_envlist: all