blob: 753b57b0f6fd790792583d85de0ea05ac650009c [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 Manne3cafb22021-04-29 18:54:57 -05009 - barbican-tempest-plugin-simple-crypto-wallaby
Ghanshyam Mann89fe14e2020-10-05 20:50:20 -050010 - barbican-tempest-plugin-simple-crypto-victoria
Luigi Toscano73a0d092020-08-11 15:17:37 +020011 - barbican-tempest-plugin-simple-crypto-ussuri
12 - barbican-tempest-plugin-simple-crypto-train
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
66 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 Manne3cafb22021-04-29 18:54:57 -050081 name: barbican-tempest-plugin-simple-crypto-wallaby
82 parent: barbican-tempest-plugin-simple-crypto
83 override-checkout: stable/wallaby
84
85- job:
Ghanshyam Mann89fe14e2020-10-05 20:50:20 -050086 name: barbican-tempest-plugin-simple-crypto-victoria
87 parent: barbican-tempest-plugin-simple-crypto
88 nodeset: openstack-single-node-bionic
89 override-checkout: stable/victoria
90
91- job:
Luigi Toscano73a0d092020-08-11 15:17:37 +020092 name: barbican-tempest-plugin-simple-crypto-ussuri
93 parent: barbican-tempest-plugin-simple-crypto
Ghanshyam Mann89fe14e2020-10-05 20:50:20 -050094 nodeset: openstack-single-node-bionic
Luigi Toscano73a0d092020-08-11 15:17:37 +020095 override-checkout: stable/ussuri
96
97- job:
98 name: barbican-tempest-plugin-simple-crypto-train
99 parent: barbican-tempest-plugin-simple-crypto
Ghanshyam Mann89fe14e2020-10-05 20:50:20 -0500100 nodeset: openstack-single-node-bionic
Luigi Toscano73a0d092020-08-11 15:17:37 +0200101 override-checkout: stable/train
102
103- job:
Luigi Toscano73a0d092020-08-11 15:17:37 +0200104 name: barbican-tempest-plugin-simple-crypto-ipv6-only
105 parent: devstack-tempest-ipv6
106 required-projects: *barbican-tempest-reqs
107 vars: *barbican-tempest-vars
108
109- job:
110 name: barbican-tempest-plugin-simple-crypto-castellan-src
111 parent: barbican-tempest-plugin-simple-crypto
112 required-projects:
113 - opendev.org/openstack/castellan
114
115- job:
116 name: barbican-tempest-plugin-simple-crypto-cursive
117 parent: barbican-tempest-plugin-simple-crypto
118 required-projects:
119 - opendev.org/x/cursive