Added cinder tempest plugin zuulv3 jobs to execute tempest
* Use tempest_test_blacklist var to skip tests
Change-Id: I2ae36c4e90bd7b3340861ceec23dee406ea48214
Chandan Kumar authored 8 years ago
Eric Harney committed 8 years ago
|
0 |
- project:
|
|
1 |
check:
|
|
2 |
jobs:
|
|
3 |
- cinder-tempest-plugin-lvm-lio
|
|
4 |
gate:
|
|
5 |
jobs:
|
|
6 |
- cinder-tempest-plugin-lvm-lio
|
|
7 |
|
|
8 |
- job:
|
|
9 |
name: cinder-tempest-plugin-lvm-lio
|
|
10 |
description: |
|
|
11 |
Run Cinder Tempest Plugin tests
|
|
12 |
parent: devstack-tempest
|
|
13 |
required-projects:
|
|
14 |
- openstack-infra/devstack-gate
|
|
15 |
- openstack/barbican
|
|
16 |
- openstack/python-barbicanclient
|
|
17 |
- openstack/tempest
|
|
18 |
- openstack/os-brick
|
|
19 |
- openstack/cinder-tempest-plugin
|
|
20 |
- openstack/cinder
|
|
21 |
vars:
|
|
22 |
tempest_test_regex: (tempest\.(api|scenario)|cinder_tempest_plugin)
|
|
23 |
tempest_test_blacklist: "{{ ansible_user_dir }}/{{ zuul.project.src_dir }}/tempest_blacklist.txt"
|
|
24 |
tox_envlist: 'all'
|
|
25 |
devstack_localrc:
|
|
26 |
CINDER_ISCSI_HELPER: 'lioadm'
|
|
27 |
TEMPEST_PLUGINS: '/opt/stack/cinder-tempest-plugin'
|
|
28 |
devstack_plugins:
|
|
29 |
barbican: 'git://git.openstack.org/openstack/barbican'
|
|
30 |
devstack_services:
|
|
31 |
barbican: true
|
|
32 |
irrelevant-files:
|
|
33 |
- ^.*\.rst$
|
|
34 |
- ^doc/.*$
|
|
35 |
- ^releasenotes/.*$
|
|
0 |
# List of tests getting skipped
|
|
1 |
.*\[.*\bslow\b.*\]
|
|
2 |
.*\.*VolumesSnapshotTestJSON\.test_snapshot_backup
|
|
3 |
.*\.*VolumesBackupsTest\.test_backup_create_attached_volume
|
|
4 |
.*\.*VolumesBackupsTest\.test_backup_create_and_restore_to_an_existing_volume
|
|
5 |
.*\.*VolumesBackupsTest\.test_bootable_volume_backup_and_restore
|
|
6 |
.*\.*VolumesBackupsTest\.test_incremental_backup
|
|
7 |
.*\.*VolumesBackupsTest\.test_volume_backup_create_get_detailed_list_restore_delete
|
|
8 |
.*\.*VolumesBackupsTest\.test_volume_snapshot_backup
|
|
9 |
.*\.*VolumesBackupsV39Test\.test_update_backup
|