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
| 11 | 11 | # support anyway. So make it non-voting until we figure out what to |
| 12 | 12 | # do about this, which should be at the March 2023 virtual PTG. |
| 13 | 13 | - cinder-tempest-plugin-lvm-tgt-barbican: |
| 14 | voting: false | |
| 15 | - cinder-tempest-plugin-lvm-lio-barbican-fips: | |
| 14 | 16 | voting: false |
| 15 | 17 | - nova-ceph-multistore: |
| 16 | 18 | voting: false |
| 280 | 282 | runs tempest tests and cinderlib tests on CentOS Stream 9. |
| 281 | 283 | |
| 282 | 284 | - 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: | |
| 283 | 298 | name: cinder-tempest-plugin-lvm-tgt-barbican |
| 284 | 299 | description: | |
| 285 | 300 | This jobs configures Cinder with LVM, tgt, barbican and |