- 20 Sep, 2021 2 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
glance-tempest-plugin 0.2.0 release meta:version: 0.2.0 meta:diff-start: - meta:series: xena meta:release-type: release meta:pypi: no meta:first: yes meta:release:Author: Elod Illes <elod.illes@est.tech> meta:release:Commit: Abhishek Kekane <akekane@redhat.com> meta:release:Change-Id: I03a3fc69536b13af90bd448bbddf46ceecdd02c3 meta:release:Code-Review+2: Elod Illes <elod.illes@est.tech> meta:release:Code-Review+2: Hervé Beraud <herveberaud.pro@gmail.com> meta:release:Workflow+1: Hervé Beraud <herveberaud.pro@gmail.com>
-
- 14 Sep, 2021 1 commit
-
-
Dan Smith authored
This makes the RbacBaseTests class inherit from the tempest base class so that the image tests can inherit from it in a straight line without all the mixing in. Change-Id: I61de3313765635be8eab2ae869c0e241e1ad6ed0
-
- 03 Sep, 2021 1 commit
-
-
Lance Bragstad authored
A set of changes moved the glance specific bits to use the tempest configuration option for detecting if the secure RBAC tests should be run [0][1]. But, we didn't update the tests themselves to use the new option, causing the tests to be skipped without our knowledge. This commit updates the tests to use the new option and gets them running again. [0] https://review.opendev.org/c/openstack/glance/+/778952 [1] https://review.opendev.org/c/openstack/devstack/+/778945 Change-Id: I01e0db7f0d79f072211ee63ea48a6558d008d285
-
- 16 Aug, 2021 1 commit
-
-
Thomas Goirand authored
-
- 21 May, 2021 2 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
-
- 05 May, 2021 1 commit
-
-
XinxinShen authored
Setuptools v54.1.0 introduces a warning that the use of dash-separated options in 'setup.cfg' will not be supported in a future version [1]. Get ahead of the issue by replacing the dashes with underscores. Without this, we see 'UserWarning' messages like the following on new enough versions of setuptools: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead [1] https://github.com/pypa/setuptools/commit/a2e9ae4cb Change-Id: If591a633ecc4aa58b5824e0cf79c0f168ed0dd8d
-
- 16 Mar, 2021 1 commit
-
-
Zuul authored
-
- 06 Mar, 2021 3 commits
-
-
Zuul authored
-
Zuul authored
-
Lance Bragstad authored
One of the advantages of protection tests is to make sure glance is doing the right thing with oslo.policy. This commit increase the oslo.policy debug logging so we can more easily see what's going on in logs. Change-Id: I9515dff85f8d00c657ca7053b21202d530098ccf
-
- 04 Mar, 2021 1 commit
-
-
Lance Bragstad authored
This commit builds on https://review.opendev.org/c/openstack/glance-tempest-plugin/+/773568 by adding explicit tempest protection tests for sharing images between projects, image deactivation, and reactivation. Depends-On: https://review.opendev.org/c/openstack/tempest/+/778753 Change-Id: Ia57440962140fe9f8d47c29b1b49dfbe9f846149
-
- 03 Mar, 2021 1 commit
-
-
Lance Bragstad authored
This commit lays down some basic protection tests so that we can start testing the secure RBAC changes proposed to glance. It also adds a .zuul.yaml so that we can run the tests as check and gate jobs. Change-Id: I35d6b546da260f3f6b5c427a17ee3509cdc41277
-
- 02 Feb, 2021 1 commit
-
-
Lance Bragstad authored
This must have been left over copy/pasta from when the tempest plumbing was laid down during the community goal. Change-Id: Id4e788395483187e15f000b11b1ad612b5c5093e
-
- 07 Jan, 2021 1 commit
-
-
Hervé Beraud authored
We need to specify doc requirements in doc/requirements.txt to avoid problems with the pip resolver [1] for the release team [2][3]. Removed specific doc requirements from test-requirements.txt. The problem here is that this repos haven't doc/requirements.txt file and by default in this case zuul will use the test-requirements.txt file to pull requirements [4]. This requirements file contains extra requirements like flake8 that collided with those allowed in our job environment and so the new pip resolver fails to install these requirements and the job exits in error. This project meet the conditions leading to the bug. [1] http://lists.openstack.org/pipermail/release-job-failures/2021-January/001500.html [2] http://lists.openstack.org/pipermail/openstack-discuss/2021-January/019611.html [3] http://lists.openstack.org/pipermail/openstack-discuss/2021-January/019612.html [4] https://opendev.org/zuul/zuul-jobs/src/branch/master/roles/ensure-sphinx/tasks/main.yaml#L36 Change-Id: If9...
-
- 17 Dec, 2020 1 commit
-
-
PranaliD authored
-
- 08 Dec, 2020 2 commits