blob: a93ef416ea4e48765de081301e5a5a45c734c1cb [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 Mann85804302022-04-14 19:10:21 -05009 - barbican-tempest-plugin-simple-crypto-yoga
Ghanshyam Mann2f208f02022-01-18 18:48:26 -060010 - barbican-tempest-plugin-simple-crypto-xena
Ghanshyam Manne3cafb22021-04-29 18:54:57 -050011 - barbican-tempest-plugin-simple-crypto-wallaby
Luigi Toscano73a0d092020-08-11 15:17:37 +020012 - barbican-tempest-plugin-simple-crypto-ipv6-only
13 - barbican-tempest-plugin-simple-crypto-castellan-src
14 - barbican-tempest-plugin-simple-crypto-cursive
Andreas Jaegerda8979b2017-11-02 09:53:16 +010015 gate:
Doug Hellmann123dd7d2018-09-04 11:49:53 -040016 queue: barbican
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
51 tox_envlist: all
52 tempest_test_regex: barbican
53 tempest_plugins:
54 - barbican-tempest-plugin
55
56- job:
Douglas Mendizábald0135962021-03-11 15:38:53 -060057 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ábale20bc472021-09-02 20:27:36 +000065 enforce_scope: True
Douglas Mendizábald0135962021-03-11 15:38:53 -060066 test-config:
67 $TEMPEST_CONFIG:
68 # FIXME(redrobot): Tempest errors out when you try to create a
69 # system-scope admin because of a neutron client issue where a
70 # tenant_id is required.
71 # To work around that issue we disable create_isolate_networks
72 # here, and we also skip a lot of tests that require that feature.
73 # We should be able to re-enable this once Tempest is fixed.
74 # See: https://review.opendev.org/c/openstack/tempest/+/781553
75 auth:
76 create_isolated_networks: False
77 barbican_rbac_scope_verification:
78 enforce_scope: True
79
80- job:
Ghanshyam Mann85804302022-04-14 19:10:21 -050081 name: barbican-tempest-plugin-simple-crypto-yoga
82 parent: barbican-tempest-plugin-simple-crypto
83 override-checkout: stable/yoga
84
85- job:
Ghanshyam Mann2f208f02022-01-18 18:48:26 -060086 name: barbican-tempest-plugin-simple-crypto-xena
87 parent: barbican-tempest-plugin-simple-crypto
88 override-checkout: stable/xena
89
90- job:
Ghanshyam Manne3cafb22021-04-29 18:54:57 -050091 name: barbican-tempest-plugin-simple-crypto-wallaby
92 parent: barbican-tempest-plugin-simple-crypto
93 override-checkout: stable/wallaby
94
95- job:
Luigi Toscano73a0d092020-08-11 15:17:37 +020096 name: barbican-tempest-plugin-simple-crypto-ipv6-only
97 parent: devstack-tempest-ipv6
98 required-projects: *barbican-tempest-reqs
99 vars: *barbican-tempest-vars
100
101- job:
102 name: barbican-tempest-plugin-simple-crypto-castellan-src
103 parent: barbican-tempest-plugin-simple-crypto
104 required-projects:
105 - opendev.org/openstack/castellan
106
107- job:
108 name: barbican-tempest-plugin-simple-crypto-cursive
109 parent: barbican-tempest-plugin-simple-crypto
110 required-projects:
111 - opendev.org/x/cursive