Andreas Jaeger | da8979b | 2017-11-02 09:53:16 +0100 | [diff] [blame] | 1 | - project: |
Takashi Kajinami | cb6e982 | 2022-06-13 09:58:49 +0900 | [diff] [blame] | 2 | queue: barbican |
Doug Hellmann | 123dd7d | 2018-09-04 11:49:53 -0400 | [diff] [blame] | 3 | templates: |
| 4 | - tempest-plugin-jobs |
| 5 | - check-requirements |
Andreas Jaeger | da8979b | 2017-11-02 09:53:16 +0100 | [diff] [blame] | 6 | check: |
| 7 | jobs: |
Luigi Toscano | 73a0d09 | 2020-08-11 15:17:37 +0200 | [diff] [blame] | 8 | - barbican-tempest-plugin-simple-crypto |
Douglas Mendizábal | d013596 | 2021-03-11 15:38:53 -0600 | [diff] [blame] | 9 | - barbican-tempest-plugin-simple-crypto-secure-rbac |
Ghanshyam Mann | 8580430 | 2022-04-14 19:10:21 -0500 | [diff] [blame] | 10 | - barbican-tempest-plugin-simple-crypto-yoga |
Ghanshyam Mann | 2f208f0 | 2022-01-18 18:48:26 -0600 | [diff] [blame] | 11 | - barbican-tempest-plugin-simple-crypto-xena |
Ghanshyam Mann | e3cafb2 | 2021-04-29 18:54:57 -0500 | [diff] [blame] | 12 | - barbican-tempest-plugin-simple-crypto-wallaby |
Luigi Toscano | 73a0d09 | 2020-08-11 15:17:37 +0200 | [diff] [blame] | 13 | - barbican-tempest-plugin-simple-crypto-ipv6-only |
| 14 | - barbican-tempest-plugin-simple-crypto-castellan-src |
| 15 | - barbican-tempest-plugin-simple-crypto-cursive |
Andreas Jaeger | da8979b | 2017-11-02 09:53:16 +0100 | [diff] [blame] | 16 | gate: |
Andreas Jaeger | da8979b | 2017-11-02 09:53:16 +0100 | [diff] [blame] | 17 | jobs: |
Luigi Toscano | 73a0d09 | 2020-08-11 15:17:37 +0200 | [diff] [blame] | 18 | - barbican-tempest-plugin-simple-crypto |
| 19 | |
| 20 | - job: |
| 21 | name: barbican-tempest-plugin-simple-crypto |
| 22 | parent: devstack-tempest |
| 23 | required-projects: &barbican-tempest-reqs |
| 24 | - opendev.org/openstack/barbican |
| 25 | - opendev.org/openstack/barbican-tempest-plugin |
| 26 | - opendev.org/openstack/python-barbicanclient |
| 27 | vars: &barbican-tempest-vars |
| 28 | devstack_plugins: |
| 29 | barbican: https://opendev.org/openstack/barbican |
| 30 | devstack_localrc: |
| 31 | NOVA_BACKEND: LVM |
| 32 | LVM_VOLUME_CLEAR: none |
| 33 | devstack_local_conf: |
| 34 | post-config: |
| 35 | $NOVA_CONF: |
| 36 | glance: |
| 37 | verify_glance_signatures: True |
| 38 | ephemeral_storage_encryption: |
| 39 | key_size: 256 |
| 40 | cipher: aes-xts-plain64 |
| 41 | enabled: True |
| 42 | test-config: |
| 43 | $TEMPEST_CONFIG: |
| 44 | auth: |
| 45 | tempest_roles: creator |
| 46 | image-feature-enabled: |
| 47 | # this may be removed soon, as api_v1 is false since tempest>=20 |
| 48 | api_v1: False |
| 49 | ephemeral_storage_encryption: |
| 50 | enabled: True |
| 51 | tox_envlist: all |
| 52 | tempest_test_regex: barbican |
| 53 | tempest_plugins: |
| 54 | - barbican-tempest-plugin |
| 55 | |
| 56 | - job: |
Douglas Mendizábal | d013596 | 2021-03-11 15:38:53 -0600 | [diff] [blame] | 57 | name: barbican-tempest-plugin-simple-crypto-secure-rbac |
| 58 | parent: barbican-tempest-plugin-simple-crypto |
| 59 | vars: |
| 60 | devstack_local_conf: |
| 61 | post-config: |
| 62 | $BARBICAN_CONF: |
| 63 | oslo_policy: |
| 64 | enforce_new_defaults: True |
Douglas Mendizábal | e20bc47 | 2021-09-02 20:27:36 +0000 | [diff] [blame] | 65 | enforce_scope: True |
Douglas Mendizábal | d013596 | 2021-03-11 15:38:53 -0600 | [diff] [blame] | 66 | test-config: |
| 67 | $TEMPEST_CONFIG: |
Douglas Mendizábal | d013596 | 2021-03-11 15:38:53 -0600 | [diff] [blame] | 68 | barbican_rbac_scope_verification: |
| 69 | enforce_scope: True |
| 70 | |
| 71 | - job: |
Ghanshyam Mann | 8580430 | 2022-04-14 19:10:21 -0500 | [diff] [blame] | 72 | name: barbican-tempest-plugin-simple-crypto-yoga |
| 73 | parent: barbican-tempest-plugin-simple-crypto |
| 74 | override-checkout: stable/yoga |
| 75 | |
| 76 | - job: |
Ghanshyam Mann | 2f208f0 | 2022-01-18 18:48:26 -0600 | [diff] [blame] | 77 | name: barbican-tempest-plugin-simple-crypto-xena |
| 78 | parent: barbican-tempest-plugin-simple-crypto |
| 79 | override-checkout: stable/xena |
| 80 | |
| 81 | - job: |
Ghanshyam Mann | e3cafb2 | 2021-04-29 18:54:57 -0500 | [diff] [blame] | 82 | name: barbican-tempest-plugin-simple-crypto-wallaby |
| 83 | parent: barbican-tempest-plugin-simple-crypto |
| 84 | override-checkout: stable/wallaby |
| 85 | |
| 86 | - job: |
Luigi Toscano | 73a0d09 | 2020-08-11 15:17:37 +0200 | [diff] [blame] | 87 | name: barbican-tempest-plugin-simple-crypto-ipv6-only |
| 88 | parent: devstack-tempest-ipv6 |
| 89 | required-projects: *barbican-tempest-reqs |
| 90 | vars: *barbican-tempest-vars |
| 91 | |
| 92 | - job: |
| 93 | name: barbican-tempest-plugin-simple-crypto-castellan-src |
| 94 | parent: barbican-tempest-plugin-simple-crypto |
| 95 | required-projects: |
| 96 | - opendev.org/openstack/castellan |
| 97 | |
| 98 | - job: |
| 99 | name: barbican-tempest-plugin-simple-crypto-cursive |
| 100 | parent: barbican-tempest-plugin-simple-crypto |
| 101 | required-projects: |
| 102 | - opendev.org/x/cursive |