Codebase list cinder-tempest-plugin / fb18e1a
Add LVM+tgt tempest job This patch adds a new gate job with tgt target configured. This is the default target in cinder so it useful to have a gate job with it. Co-Authored-By: Rajat Dhasmana <rajatdhasmana@gmail.com> Change-Id: I5c761de61f25975932d62aeb1270e2367d72c6e7 Eric Harney authored 8 years ago whoami-rajat committed 6 years ago
1 changed file(s) with 21 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
44 check:
55 jobs:
66 - cinder-tempest-plugin-lvm-lio-barbican
7 - cinder-tempest-plugin-lvm-tgt-barbican
78 - cinder-tempest-plugin-cbak-ceph
89 gate:
910 jobs:
1011 - cinder-tempest-plugin-lvm-lio-barbican
12 - cinder-tempest-plugin-lvm-tgt-barbican
1113 - cinder-tempest-plugin-cbak-ceph
1214
1315 - job:
14 name: cinder-tempest-plugin-lvm-lio-barbican
16 name: cinder-tempest-plugin-lvm-barbican-base
1517 description: |
16 This jobs configures Cinder with LVM, LIO, barbican and
17 runs tempest tests and cinderlib tests.
18 This is a base job for lvm with lio & tgt targets
1819 parent: devstack-tempest
1920 roles:
2021 - zuul: opendev.org/openstack/cinderlib
3637 tempest_test_blacklist: '{{ ansible_user_dir }}/{{ zuul.projects["opendev.org/openstack/tempest"].src_dir }}/tools/tempest-integrated-gate-storage-blacklist.txt'
3738 tox_envlist: all
3839 devstack_localrc:
39 CINDER_ISCSI_HELPER: lioadm
4040 CINDER_LVM_TYPE: thin
4141 CINDER_COORDINATION_URL: 'file://\$state_path'
4242 devstack_services:
5959 vars:
6060 devstack_services:
6161 c-bak: true
62
63 - job:
64 name: cinder-tempest-plugin-lvm-lio-barbican
65 description: |
66 This jobs configures Cinder with LVM, LIO, barbican and
67 runs tempest tests and cinderlib tests.
68 parent: cinder-tempest-plugin-lvm-barbican-base
69 vars:
70 devstack_localrc:
71 CINDER_ISCSI_HELPER: lioadm
72
73 - job:
74 name: cinder-tempest-plugin-lvm-tgt-barbican
75 description: |
76 This jobs configures Cinder with LVM, tgt, barbican and
77 runs tempest tests and cinderlib tests.
78 parent: cinder-tempest-plugin-lvm-barbican-base