blob: e340ee2a2e0bb0fc553e2019f7280506e1e69ed0 [file] [log] [blame]
Andreas Jaegerda8979b2017-11-02 09:53:16 +01001- project:
Takashi Kajinamicb6e9822022-06-13 09:58:49 +09002 queue: barbican
Doug Hellmann123dd7d2018-09-04 11:49:53 -04003 templates:
4 - tempest-plugin-jobs
5 - check-requirements
Andreas Jaegerda8979b2017-11-02 09:53:16 +01006 check:
7 jobs:
Luigi Toscano73a0d092020-08-11 15:17:37 +02008 - barbican-tempest-plugin-simple-crypto
Douglas Mendizábald0135962021-03-11 15:38:53 -06009 - barbican-tempest-plugin-simple-crypto-secure-rbac
Ghanshyam Mann85804302022-04-14 19:10:21 -050010 - barbican-tempest-plugin-simple-crypto-yoga
Ghanshyam Mann2f208f02022-01-18 18:48:26 -060011 - barbican-tempest-plugin-simple-crypto-xena
Ghanshyam Manne3cafb22021-04-29 18:54:57 -050012 - barbican-tempest-plugin-simple-crypto-wallaby
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:
Andreas Jaegerda8979b2017-11-02 09:53:16 +010017 jobs:
Luigi Toscano73a0d092020-08-11 15:17:37 +020018 - 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
Ade Lee519aa802022-05-06 12:33:06 -040051 key_manager:
52 min_microversion: '1.0'
53 max_microversion: latest
Luigi Toscano73a0d092020-08-11 15:17:37 +020054 tox_envlist: all
55 tempest_test_regex: barbican
56 tempest_plugins:
57 - barbican-tempest-plugin
58
59- job:
Ghanshyam Mann85804302022-04-14 19:10:21 -050060 name: barbican-tempest-plugin-simple-crypto-yoga
61 parent: barbican-tempest-plugin-simple-crypto
62 override-checkout: stable/yoga
Ade Lee519aa802022-05-06 12:33:06 -040063 vars: &microversion_v1_0
64 devstack_local_conf:
65 test-config:
66 $TEMPEST_CONFIG:
67 key_manager:
68 min_microversion: '1.0'
69 max_microversion: '1.0'
Ghanshyam Mann85804302022-04-14 19:10:21 -050070
71- job:
Ghanshyam Mann2f208f02022-01-18 18:48:26 -060072 name: barbican-tempest-plugin-simple-crypto-xena
73 parent: barbican-tempest-plugin-simple-crypto
74 override-checkout: stable/xena
Ade Lee519aa802022-05-06 12:33:06 -040075 vars: *microversion_v1_0
Ghanshyam Mann2f208f02022-01-18 18:48:26 -060076
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
Ade Lee519aa802022-05-06 12:33:06 -040081 vars: *microversion_v1_0
Ghanshyam Manne3cafb22021-04-29 18:54:57 -050082
83- job:
Ade Lee01da5612022-08-25 13:58:44 +020084 name: barbican-tempest-plugin-simple-crypto-secure-rbac
85 parent: barbican-tempest-plugin-simple-crypto
86 vars:
87 devstack_local_conf:
88 post-config:
89 $BARBICAN_CONF:
90 oslo_policy:
91 enforce_new_defaults: True
92 enforce_scope: True
93 test-config:
94 $TEMPEST_CONFIG:
95 auth:
96 tempest_roles: member
97 barbican_rbac_scope_verification:
98 enforce_scope: True
99
100- job:
101 name: barbican-tempest-plugin-simple-crypto-secure-rbac-yoga
102 parent: barbican-tempest-plugin-simple-crypto-secure-rbac
103 override-checkout: stable/yoga
104 vars: *microversion_v1_0
105
106- job:
107 name: barbican-tempest-plugin-simple-crypto-secure-rbac-xena
108 parent: barbican-tempest-plugin-simple-crypto-secure-rbac
109 override-checkout: stable/xena
110 vars: *microversion_v1_0
111
112- job:
113 name: barbican-tempest-plugin-simple-crypto-secure-rbac-wallaby
114 parent: barbican-tempest-plugin-simple-crypto-secure-rbac
115 override-checkout: stable/wallaby
116 vars: *microversion_v1_0
117
118- job:
Luigi Toscano73a0d092020-08-11 15:17:37 +0200119 name: barbican-tempest-plugin-simple-crypto-ipv6-only
120 parent: devstack-tempest-ipv6
121 required-projects: *barbican-tempest-reqs
122 vars: *barbican-tempest-vars
123
Ade Lee01da5612022-08-25 13:58:44 +0200124
125- job:
126 name: barbican-tempest-plugin-simple-crypto-ipv6-only-yoga
127 parent: barbican-tempest-plugin-simple-crypto-ipv6-only
128 override-checkout: stable/yoga
129 vars: *microversion_v1_0
130
131- job:
132 name: barbican-tempest-plugin-simple-crypto-ipv6-only-xena
133 parent: barbican-tempest-plugin-simple-crypto-ipv6-only
134 override-checkout: stable/xena
135 vars: *microversion_v1_0
136
137- job:
138 name: barbican-tempest-plugin-simple-crypto-ipv6-only-wallaby
139 parent: barbican-tempest-plugin-simple-crypto-ipv6-only
140 override-checkout: stable/wallaby
141 vars: *microversion_v1_0
142
Luigi Toscano73a0d092020-08-11 15:17:37 +0200143- job:
144 name: barbican-tempest-plugin-simple-crypto-castellan-src
145 parent: barbican-tempest-plugin-simple-crypto
146 required-projects:
147 - opendev.org/openstack/castellan
148
149- job:
150 name: barbican-tempest-plugin-simple-crypto-cursive
151 parent: barbican-tempest-plugin-simple-crypto
152 required-projects:
153 - opendev.org/x/cursive