blob: bed5a4677a8dc751ac485428dbb87fbb21d3fc4e [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
Chandan Kumar23e5b632018-01-04 23:36:43 +05308
9- job:
10 name: cinder-tempest-plugin-lvm-lio
Sean McGinnisa0313942018-09-21 13:47:10 -050011 voting: false
Chandan Kumar23e5b632018-01-04 23:36:43 +053012 description: |
13 Run Cinder Tempest Plugin tests
14 parent: devstack-tempest
15 required-projects:
16 - openstack-infra/devstack-gate
17 - openstack/barbican
18 - openstack/python-barbicanclient
19 - openstack/tempest
20 - openstack/os-brick
21 - openstack/cinder-tempest-plugin
22 - openstack/cinder
23 vars:
24 tempest_test_regex: (tempest\.(api|scenario)|cinder_tempest_plugin)
Doug Hellmann4a63cd52018-09-09 05:49:23 -040025 tempest_test_blacklist: '{{ ansible_user_dir }}/{{ zuul.project.src_dir }}/tempest_blacklist.txt'
26 tox_envlist: all
Chandan Kumar23e5b632018-01-04 23:36:43 +053027 devstack_localrc:
Doug Hellmann4a63cd52018-09-09 05:49:23 -040028 CINDER_ISCSI_HELPER: lioadm
29 TEMPEST_PLUGINS: /opt/stack/cinder-tempest-plugin
Chandan Kumar23e5b632018-01-04 23:36:43 +053030 devstack_plugins:
Doug Hellmann4a63cd52018-09-09 05:49:23 -040031 barbican: git://git.openstack.org/openstack/barbican
Chandan Kumar23e5b632018-01-04 23:36:43 +053032 devstack_services:
33 barbican: true
34 irrelevant-files:
35 - ^.*\.rst$
36 - ^doc/.*$
37 - ^releasenotes/.*$