blob: 8b56037ab9347430bb2ca2b12295c7d18aa1f4b2 [file] [log] [blame]
Andreas Jaegerda8979b2017-11-02 09:53:16 +01001- project:
Doug Hellmann123dd7d2018-09-04 11:49:53 -04002 templates:
3 - tempest-plugin-jobs
4 - check-requirements
Andreas Jaegerda8979b2017-11-02 09:53:16 +01005 check:
6 jobs:
Luigi Toscano73a0d092020-08-11 15:17:37 +02007 - barbican-tempest-plugin-simple-crypto
Douglas Mendizábald0135962021-03-11 15:38:53 -06008 - barbican-tempest-plugin-simple-crypto-secure-rbac
Ghanshyam Mann2f208f02022-01-18 18:48:26 -06009 - barbican-tempest-plugin-simple-crypto-xena
Ghanshyam Manne3cafb22021-04-29 18:54:57 -050010 - barbican-tempest-plugin-simple-crypto-wallaby
Ghanshyam Mann89fe14e2020-10-05 20:50:20 -050011 - barbican-tempest-plugin-simple-crypto-victoria
Luigi Toscano73a0d092020-08-11 15:17:37 +020012 - barbican-tempest-plugin-simple-crypto-ussuri
Luigi Toscano73a0d092020-08-11 15:17:37 +020013 - barbican-tempest-plugin-simple-crypto-ipv6-only
14 - barbican-tempest-plugin-simple-crypto-castellan-src
15 - barbican-tempest-plugin-simple-crypto-cursive
Andreas Jaegerda8979b2017-11-02 09:53:16 +010016 gate:
Doug Hellmann123dd7d2018-09-04 11:49:53 -040017 queue: barbican
Andreas Jaegerda8979b2017-11-02 09:53:16 +010018 jobs:
Luigi Toscano73a0d092020-08-11 15:17:37 +020019 - barbican-tempest-plugin-simple-crypto
20
21- job:
22 name: barbican-tempest-plugin-simple-crypto
23 parent: devstack-tempest
24 required-projects: &barbican-tempest-reqs
25 - opendev.org/openstack/barbican
26 - opendev.org/openstack/barbican-tempest-plugin
27 - opendev.org/openstack/python-barbicanclient
28 vars: &barbican-tempest-vars
29 devstack_plugins:
30 barbican: https://opendev.org/openstack/barbican
31 devstack_localrc:
32 NOVA_BACKEND: LVM
33 LVM_VOLUME_CLEAR: none
34 devstack_local_conf:
35 post-config:
36 $NOVA_CONF:
37 glance:
38 verify_glance_signatures: True
39 ephemeral_storage_encryption:
40 key_size: 256
41 cipher: aes-xts-plain64
42 enabled: True
43 test-config:
44 $TEMPEST_CONFIG:
45 auth:
46 tempest_roles: creator
47 image-feature-enabled:
48 # this may be removed soon, as api_v1 is false since tempest>=20
49 api_v1: False
50 ephemeral_storage_encryption:
51 enabled: True
52 tox_envlist: all
53 tempest_test_regex: barbican
54 tempest_plugins:
55 - barbican-tempest-plugin
56
57- job:
Douglas Mendizábald0135962021-03-11 15:38:53 -060058 name: barbican-tempest-plugin-simple-crypto-secure-rbac
59 parent: barbican-tempest-plugin-simple-crypto
60 vars:
61 devstack_local_conf:
62 post-config:
63 $BARBICAN_CONF:
64 oslo_policy:
65 enforce_new_defaults: True
Douglas Mendizábale20bc472021-09-02 20:27:36 +000066 enforce_scope: True
Douglas Mendizábald0135962021-03-11 15:38:53 -060067 test-config:
68 $TEMPEST_CONFIG:
Douglas Mendizábald0135962021-03-11 15:38:53 -060069 barbican_rbac_scope_verification:
70 enforce_scope: True
71
72- job:
Ghanshyam Mann2f208f02022-01-18 18:48:26 -060073 name: barbican-tempest-plugin-simple-crypto-xena
74 parent: barbican-tempest-plugin-simple-crypto
75 override-checkout: stable/xena
76
77- job:
Ghanshyam Manne3cafb22021-04-29 18:54:57 -050078 name: barbican-tempest-plugin-simple-crypto-wallaby
79 parent: barbican-tempest-plugin-simple-crypto
80 override-checkout: stable/wallaby
81
82- job:
Ghanshyam Mann89fe14e2020-10-05 20:50:20 -050083 name: barbican-tempest-plugin-simple-crypto-victoria
84 parent: barbican-tempest-plugin-simple-crypto
85 nodeset: openstack-single-node-bionic
86 override-checkout: stable/victoria
87
88- job:
Luigi Toscano73a0d092020-08-11 15:17:37 +020089 name: barbican-tempest-plugin-simple-crypto-ussuri
90 parent: barbican-tempest-plugin-simple-crypto
Ghanshyam Mann89fe14e2020-10-05 20:50:20 -050091 nodeset: openstack-single-node-bionic
Luigi Toscano73a0d092020-08-11 15:17:37 +020092 override-checkout: stable/ussuri
93
94- job:
Luigi Toscano73a0d092020-08-11 15:17:37 +020095 name: barbican-tempest-plugin-simple-crypto-ipv6-only
96 parent: devstack-tempest-ipv6
97 required-projects: *barbican-tempest-reqs
98 vars: *barbican-tempest-vars
99
100- job:
101 name: barbican-tempest-plugin-simple-crypto-castellan-src
102 parent: barbican-tempest-plugin-simple-crypto
103 required-projects:
104 - opendev.org/openstack/castellan
105
106- job:
107 name: barbican-tempest-plugin-simple-crypto-cursive
108 parent: barbican-tempest-plugin-simple-crypto
109 required-projects:
110 - opendev.org/x/cursive