Tempest Plugin for Vitrage project
Go to file
Hervé Beraud b28edadb24 Add doc/requirements
We need to specify doc requirements in doc/requirements.txt
to avoid problems with the pip resolver [1] for the release team [2][3].
Removing 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.

Also removing useless requirements, and pulling them from the right
place.

[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

Depends-On: https://review.opendev.org/c/openstack/vitrage-tempest-plugin/+/769917
Change-Id: Ia841a2d4198b43bac46a5b5af01f52e1354eea4a
2021-01-08 13:08:17 +00:00
devstack remove settings don't need it 2020-08-25 14:11:08 +03:00
doc Merge "Remove unicode from tempest" 2021-01-05 07:05:28 +00:00
playbooks Native Zuul v3 2020-08-20 14:09:32 +00:00
releasenotes Remove unicode from tempest 2021-01-03 15:57:36 +08:00
vitrage_tempest_plugin drop testing for gnocchi until they fix the dependency problem 2020-12-22 17:07:07 +02:00
.coveragerc Renamed vitrage_tempest_tests to vitrage_tempest_plugin 2018-02-22 13:53:57 +00:00
.gitignore Add idea into .gitignore 2020-09-21 08:49:54 +08:00
.gitreview OpenDev Migration Patch 2019-04-19 19:42:46 +00:00
.mailmap Apply cookiecutter to newly split project vitrage-tempest-plugin 2017-12-09 17:53:26 +05:30
.stestr.conf Fix typo in .stestr.conf 2019-02-25 10:33:02 +09:00
.zuul.yaml drop testing for gnocchi until they fix the dependency problem 2020-12-22 17:07:07 +02:00
CONTRIBUTING.rst Update the bugs link to storyboard 2018-12-31 20:13:37 +08:00
HACKING.rst Update hacking version 2019-01-30 10:12:45 +08:00
LICENSE Apply cookiecutter to newly split project vitrage-tempest-plugin 2017-12-09 17:53:26 +05:30
README.rst Replace git.openstack.org URLs with opendev.org URLs 2019-04-30 11:32:20 +00:00
babel.cfg Apply cookiecutter to newly split project vitrage-tempest-plugin 2017-12-09 17:53:26 +05:30
requirements.txt Remove six 2020-09-21 09:10:44 +08:00
setup.cfg remove py37 2021-01-05 09:17:03 +08:00
setup.py Updated from global requirements 2018-01-25 06:56:13 +00:00
test-requirements.txt Add doc/requirements 2021-01-08 13:08:17 +00:00
tox.ini Add doc/requirements 2021-01-08 13:08:17 +00:00

README.rst

Vitrage Tempest Plugin

Tempest plugin for Vitrage Project

It contains the tempest plugin for the functional testing of Vitrage Project.