Codebase list cinder-tempest-plugin / 9f1f4b8
Merge "Add FIPS job for barbican case" Zuul authored 3 years ago Gerrit Code Review committed 3 years ago
2 changed file(s) with 18 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
1111 # support anyway. So make it non-voting until we figure out what to
1212 # do about this, which should be at the March 2023 virtual PTG.
1313 - cinder-tempest-plugin-lvm-tgt-barbican:
14 voting: false
15 - cinder-tempest-plugin-lvm-lio-barbican-fips:
1416 voting: false
1517 - nova-ceph-multistore:
1618 voting: false
278280 runs tempest tests and cinderlib tests on CentOS Stream 9.
279281
280282 - job:
283 name: cinder-tempest-plugin-lvm-lio-barbican-fips
284 parent: cinder-tempest-plugin-lvm-lio-barbican-centos-9-stream
285 description: |
286 This job configures Cinder with LVM, LIO, barbican and
287 runs tempest tests and cinderlib tests on CentOS Stream 9
288 under FIPS mode
289 pre-run: playbooks/enable-fips.yaml
290 vars:
291 configure_swap_size: 4096
292 nslookup_target: 'opendev.org'
293 tempest_exclude_regex: 'test_encrypted_cinder_volumes_cryptsetup'
294
295 - job:
281296 name: cinder-tempest-plugin-lvm-tgt-barbican
282297 description: |
283298 This jobs configures Cinder with LVM, tgt, barbican and
0 - hosts: all
1 roles:
2 - enable-fips