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
This commit is contained in:
Luigi Toscano 2020-07-24 17:00:16 +02:00 committed by Sofia Enriquez
parent 58c228782c
commit bf119d4105
1 changed files with 4 additions and 0 deletions

View File

@ -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: