Tempest plugin for Glance project.
Go to file
Abhishek Kekane c9bfadc59b Implement API protection testing for metadef objects
This commit adds some basic protection tests so that we can start
testing the secure RBAC changes proposed to glance.

Depends-On: If2001ef652e21f54048db0fc67893337681a2b6f
Change-Id: I4125fe0bfd8c039dbd4f60099b85e0766056135b
2021-10-12 10:04:11 +00:00
doc Add doc/requirements 2021-01-07 10:43:27 +01:00
glance_tempest_plugin Implement API protection testing for metadef objects 2021-10-12 10:04:11 +00:00
.gitignore Apply cookiecutter to newly added glance-tempest-plugin 2020-12-17 13:09:05 +00:00
.gitreview Apply cookiecutter to newly added glance-tempest-plugin 2020-12-17 13:09:05 +00:00
.zuul.yaml Add protection testing for metadef namespaces 2021-09-21 11:14:03 +00:00
LICENSE Apply cookiecutter to newly added glance-tempest-plugin 2020-12-17 13:09:05 +00:00
README.rst Apply cookiecutter to newly added glance-tempest-plugin 2020-12-17 13:09:05 +00:00
requirements.txt Apply cookiecutter to newly added glance-tempest-plugin 2020-12-17 13:09:05 +00:00
setup.cfg setup.cfg: Replace dashes with underscores 2021-05-05 17:10:15 +08:00
setup.py Apply cookiecutter to newly added glance-tempest-plugin 2020-12-17 13:09:05 +00:00
test-requirements.txt Add doc/requirements 2021-01-07 10:43:27 +01:00
tox.ini Apply cookiecutter to newly added glance-tempest-plugin 2020-12-17 13:09:05 +00:00

README.rst

Tempest Integration for Glance

This directory contains additional Ginder tempest tests.

See the tempest plugin docs for information on using it: https://docs.openstack.org/tempest/latest/plugin.html#using-plugins

To run all tests from this plugin, install glance into your environment. Then from the tempest directory run:

$ tox -e all -- glance_tempest_plugin

It is expected that Glance third party CI's use the all tox environment above for all test runs. Developers can also use this locally to perform more extensive testing.