blob: 3a9ff16c964e2cf750e285cfd3cc0c29377a9298 [file] [log] [blame]
Chandan Kumar23e5b632018-01-04 23:36:43 +05301- project:
Doug Hellmann4a63cd52018-09-09 05:49:23 -04002 templates:
3 - check-requirements
4 - tempest-plugin-jobs
Chandan Kumar23e5b632018-01-04 23:36:43 +05305 check:
6 jobs:
7 - cinder-tempest-plugin-lvm-lio
melanie wittc84d7ca2018-10-04 23:59:10 +00008 - devstack-plugin-ceph-tempest
Chandan Kumar23e5b632018-01-04 23:36:43 +05309
10- job:
11 name: cinder-tempest-plugin-lvm-lio
Sean McGinnisa0313942018-09-21 13:47:10 -050012 voting: false
Chandan Kumar23e5b632018-01-04 23:36:43 +053013 description: |
14 Run Cinder Tempest Plugin tests
15 parent: devstack-tempest
16 required-projects:
OpenDev Sysadmins6ab52252019-04-19 19:34:48 +000017 - openstack/devstack-gate
Chandan Kumar23e5b632018-01-04 23:36:43 +053018 - openstack/barbican
19 - openstack/python-barbicanclient
20 - openstack/tempest
21 - openstack/os-brick
22 - openstack/cinder-tempest-plugin
23 - openstack/cinder
24 vars:
25 tempest_test_regex: (tempest\.(api|scenario)|cinder_tempest_plugin)
Doug Hellmann4a63cd52018-09-09 05:49:23 -040026 tempest_test_blacklist: '{{ ansible_user_dir }}/{{ zuul.project.src_dir }}/tempest_blacklist.txt'
27 tox_envlist: all
Chandan Kumar23e5b632018-01-04 23:36:43 +053028 devstack_localrc:
Doug Hellmann4a63cd52018-09-09 05:49:23 -040029 CINDER_ISCSI_HELPER: lioadm
30 TEMPEST_PLUGINS: /opt/stack/cinder-tempest-plugin
Chandan Kumar23e5b632018-01-04 23:36:43 +053031 devstack_plugins:
OpenDev Sysadmins6ab52252019-04-19 19:34:48 +000032 barbican: https://opendev.org/openstack/barbican
Chandan Kumar23e5b632018-01-04 23:36:43 +053033 devstack_services:
34 barbican: true
35 irrelevant-files:
36 - ^.*\.rst$
37 - ^doc/.*$
38 - ^releasenotes/.*$