Codebase list cinder-tempest-plugin / f2c3450
Merge tag '1.8.1' into debian/antelope cinder-tempest-plugin 1.8.1 release meta:version: 1.8.1 meta:diff-start: - meta:series: antelope meta:release-type: release meta:pypi: no meta:first: no meta:release:Author: Elod Illes <elod.illes@est.tech> meta:release:Commit: Elod Illes <elod.illes@est.tech> meta:release:Change-Id: I96a5d40cb89bca866d23d6bda12bbca71e6eb1a8 meta:release:Code-Review+1: Ghanshyam <gmann@ghanshyammann.com> meta:release:Code-Review+1: Rajat Dhasmana <rajatdhasmana@gmail.com> meta:release:Code-Review+2: Elod Illes <elod.illes@est.tech> meta:release:Code-Review+2: Thierry Carrez <thierry@openstack.org> meta:release:Workflow+1: Thierry Carrez <thierry@openstack.org> Thomas Goirand 3 years ago
4 changed file(s) with 33 addition(s) and 17 deletion(s). Raw diff Collapse all Expand all
77 - cinder-tempest-plugin-lvm-lio-barbican
88 - cinder-tempest-plugin-lvm-lio-barbican-centos-9-stream:
99 voting: false
10 - cinder-tempest-plugin-lvm-tgt-barbican
10 # FIXME: the tgt job is broken on jammy, and we may be removing tgt
11 # support anyway. So make it non-voting until we figure out what to
12 # do about this, which should be at the March 2023 virtual PTG.
13 - cinder-tempest-plugin-lvm-tgt-barbican:
14 voting: false
1115 - nova-ceph-multistore:
1216 voting: false
1317 - cinder-tempest-plugin-cbak-ceph
1721 # branches. That is what we need to do for all tempest plugins. Only jobs
1822 # for the current releasable ("Maintained") stable branches should be listed
1923 # here.
24 - cinder-tempest-plugin-basic-zed
2025 - cinder-tempest-plugin-basic-yoga
2126 - cinder-tempest-plugin-basic-xena
22 - cinder-tempest-plugin-basic-wallaby
2327 # Set this job to voting once we have some actual tests to run
2428 - cinder-tempest-plugin-protection-functional:
2529 voting: false
2630 gate:
2731 jobs:
2832 - cinder-tempest-plugin-lvm-lio-barbican
29 - cinder-tempest-plugin-lvm-tgt-barbican
33 # FIXME: no sense running a non-voting gate job. See comment above.
34 # - cinder-tempest-plugin-lvm-tgt-barbican
3035 - cinder-tempest-plugin-cbak-ceph
3136 experimental:
3237 jobs:
38 - cinder-tempest-plugin-cbak-ceph-zed
3339 - cinder-tempest-plugin-cbak-ceph-yoga
3440 - cinder-tempest-plugin-cbak-ceph-xena
35 - cinder-tempest-plugin-cbak-ceph-wallaby
3641
3742 - job:
3843 name: cinder-tempest-plugin-protection-functional
213218 c-bak: true
214219
215220 - job:
221 name: cinder-tempest-plugin-cbak-ceph-zed
222 parent: cinder-tempest-plugin-cbak-ceph
223 nodeset: openstack-single-node-focal
224 override-checkout: stable/zed
225
226 - job:
216227 name: cinder-tempest-plugin-cbak-ceph-yoga
217228 parent: cinder-tempest-plugin-cbak-ceph
218229 nodeset: openstack-single-node-focal
314325 - ^releasenotes/.*$
315326
316327 - job:
328 name: cinder-tempest-plugin-basic-zed
329 parent: cinder-tempest-plugin-basic
330 nodeset: openstack-single-node-focal
331 override-checkout: stable/zed
332
333 - job:
317334 name: cinder-tempest-plugin-basic-yoga
318335 parent: cinder-tempest-plugin-basic
319336 nodeset: openstack-single-node-focal
324341 parent: cinder-tempest-plugin-basic
325342 nodeset: openstack-single-node-focal
326343 override-checkout: stable/xena
327
328 - job:
329 name: cinder-tempest-plugin-basic-wallaby
330 parent: cinder-tempest-plugin-basic
331 nodeset: openstack-single-node-focal
332 override-checkout: stable/wallaby
8080 class ProjectReaderTests(ProjectMemberTests, base.BaseVolumeTest):
8181
8282 credentials = ['project_reader', 'project_admin', 'system_admin']
83
84 @decorators.idempotent_id('d16034fc-4204-4ea8-94b3-714de59fdfbf')
85 def test_get_capabilities(self):
86 super().test_get_capabilities()
00 [metadata]
11 name = cinder-tempest-plugin
2 summary = Tempest plugin tests for Cinder.
3 description_file =
4 README.rst
2 description = Tempest plugin tests for Cinder.
3 long_description = file: README.rst
54 author = OpenStack
65 author_email = openstack-discuss@lists.openstack.org
7 home_page = http://www.openstack.org/
6 url = http://www.openstack.org/
87 python_requires = >=3.6
9 classifier =
8 classifiers =
109 Environment :: OpenStack
1110 Intended Audience :: Information Technology
1211 Intended Audience :: System Administrators
00 [tox]
1 minversion = 3.18.0
1 minversion = 4.0.0
2 # specify virtualenv here to keep local runs consistent with the
3 # gate (it sets the versions of pip, setuptools, and wheel)
4 requires = virtualenv>=20.17.1
25 envlist = pep8
3 skipsdist = True
46 # this allows tox to infer the base python from the environment name
57 # and override any basepython configured in this file
68 ignore_basepython_conflict=true