blob: 824449b9e2be4e9e7605b7faf506f440d7e73c64 [file] [log] [blame]
Chandan Kumar23e5b632018-01-04 23:36:43 +05301- project:
2 check:
3 jobs:
4 - cinder-tempest-plugin-lvm-lio
Chandan Kumar23e5b632018-01-04 23:36:43 +05305
6- job:
7 name: cinder-tempest-plugin-lvm-lio
Sean McGinnisa0313942018-09-21 13:47:10 -05008 voting: false
Chandan Kumar23e5b632018-01-04 23:36:43 +05309 description: |
10 Run Cinder Tempest Plugin tests
11 parent: devstack-tempest
12 required-projects:
13 - openstack-infra/devstack-gate
14 - openstack/barbican
15 - openstack/python-barbicanclient
16 - openstack/tempest
17 - openstack/os-brick
18 - openstack/cinder-tempest-plugin
19 - openstack/cinder
20 vars:
21 tempest_test_regex: (tempest\.(api|scenario)|cinder_tempest_plugin)
22 tempest_test_blacklist: "{{ ansible_user_dir }}/{{ zuul.project.src_dir }}/tempest_blacklist.txt"
23 tox_envlist: 'all'
24 devstack_localrc:
25 CINDER_ISCSI_HELPER: 'lioadm'
26 TEMPEST_PLUGINS: '/opt/stack/cinder-tempest-plugin'
27 devstack_plugins:
28 barbican: 'git://git.openstack.org/openstack/barbican'
29 devstack_services:
30 barbican: true
31 irrelevant-files:
32 - ^.*\.rst$
33 - ^doc/.*$
34 - ^releasenotes/.*$