From 13d81f499b684f452be3e23b90b0da2facefde84 Mon Sep 17 00:00:00 2001 From: Eric Harney Date: Thu, 21 Feb 2019 14:13:37 -0500 Subject: [PATCH] Trim tempest scenario test list We are running a handful of scenarios that aren't related to storage here. Change-Id: I8a22fcfb0454e2267179d07fe67b9e04927145ff --- .zuul.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index defd57c..0554913 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -23,7 +23,7 @@ ENABLE_VOLUME_MULTIATTACH: false tox_envlist: all tempest_test_regex: | - (^tempest\.(api|scenario)|(^cinder_tempest_plugin)) + (^tempest\.(api|scenario\.test_encrypted_cinder_volumes|scenario\.test_volume|scenario\.test_shelve_instance)|(^cinder_tempest_plugin)) tempest_test_blacklist: '{{ ansible_user_dir }}/{{ zuul.projects["git.openstack.org/openstack/devstack-plugin-ceph"].src_dir }}/tempest_blacklist.txt' - job: @@ -49,7 +49,7 @@ devstack-plugin-ceph: git://git.openstack.org/openstack/devstack-plugin-ceph tox_envlist: all tempest_test_regex: | - (^tempest\.(api|scenario)|(^cinder_tempest_plugin)) + (^tempest\.(api|scenario\.test_encrypted_cinder_volumes|scenario\.test_volume|scenario\.test_shelve_instance)|(^cinder_tempest_plugin)) tempest_test_blacklist: '{{ ansible_user_dir }}/{{ zuul.projects["git.openstack.org/openstack/devstack-plugin-ceph"].src_dir }}/tempest_blacklist.txt' - project-template: