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