Codebase list cinder-tempest-plugin / 723c3b9
Add FIPS job for barbican case Add cinder-tempest-plugin-lvm-lio-barbican-fips Change-Id: Ib79ad929582b2fac61a37807a837dab55e720fba Ade Lee authored 3 years ago Eric Harney 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
280282 runs tempest tests and cinderlib tests on CentOS Stream 9.
281283
282284 - job:
285 name: cinder-tempest-plugin-lvm-lio-barbican-fips
286 parent: cinder-tempest-plugin-lvm-lio-barbican-centos-9-stream
287 description: |
288 This job configures Cinder with LVM, LIO, barbican and
289 runs tempest tests and cinderlib tests on CentOS Stream 9
290 under FIPS mode
291 pre-run: playbooks/enable-fips.yaml
292 vars:
293 configure_swap_size: 4096
294 nslookup_target: 'opendev.org'
295 tempest_exclude_regex: 'test_encrypted_cinder_volumes_cryptsetup'
296
297 - job:
283298 name: cinder-tempest-plugin-lvm-tgt-barbican
284299 description: |
285300 This jobs configures Cinder with LVM, tgt, barbican and
0 - hosts: all
1 roles:
2 - enable-fips