From bf119d4105e56695f6ed16ea71c205bd4c1b2041 Mon Sep 17 00:00:00 2001 From: Luigi Toscano Date: Fri, 24 Jul 2020 17:00:16 +0200 Subject: [PATCH] zuul: runs all the scenario tests (through full-parallel) The default "full" tox environment excludes slow tests, while full-parallel includes slow scenario tests. Some of them are certaintly worth running (for example the encryption tests). Depends-On: https://review.opendev.org/c/openstack/cinder/+/749155/ Change-Id: I1a916a49814b2f3e37b3455e6c4a318e1b2d7a6a --- .zuul.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index a4f6f94..c46eb02 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -29,6 +29,8 @@ devstack_plugins: devstack-plugin-nfs: https://opendev.org/openstack/devstack-plugin-nfs vars: + # run all the scenario tests, including the slow ones + tox_envlist: full-parallel devstack_localrc: ENABLE_NFS_CINDER: true # enabled by default in tempest-full: @@ -61,6 +63,8 @@ devstack_plugins: devstack-plugin-nfs: https://opendev.org/openstack/devstack-plugin-nfs vars: + # run all the scenario tests, including the slow ones + tox_envlist: full-parallel devstack_localrc: ENABLE_NFS_CINDER: true # enabled by default in tempest-full: